[arch-commits] Commit in python-kombu/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Nov 16 18:06:14 UTC 2019


    Date: Saturday, November 16, 2019 @ 18:06:14
  Author: felixonmars
Revision: 529688

archrelease: copy trunk to community-any

Added:
  python-kombu/repos/community-any/PKGBUILD
    (from rev 529687, python-kombu/trunk/PKGBUILD)
Deleted:
  python-kombu/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   94 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 45 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-16 18:05:58 UTC (rev 529687)
+++ PKGBUILD	2019-11-16 18:06:14 UTC (rev 529688)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: mutantmonkey <aur at mutantmonkey.in>
-
-pkgname=python-kombu
-pkgver=4.6.4
-pkgrel=3
-pkgdesc='A messaging library for Python'
-arch=('any')
-url="https://kombu.readthedocs.org/"
-license=('BSD')
-options=('!emptydirs')
-depends=('python-amqp')
-optdepends=('python-pymongo: for MongoDB support'
-            'python-msgpack: for MessagePack support'
-            'python-pyro: for Pyro support'
-            'python-redis: for Redis support'
-            'python-sqlalchemy: for SQLAlchemy support'
-            'python-boto3: for Amazon SQS support'
-            'python-pycurl: for Amazon SQS support'
-            'python-yaml: for YAML support')
-            # 'python-softlayer-messaging: for SoftLayer Message Queue support': Not packaged yet
-            # 'python-kazoo: for Zookeeper support': Not packaged yet
-            # 'python-librabbitmq: C optimization for AMQP transport' Not available for python 3 yet
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-redis' 'python-yaml' 'python-msgpack' 'python-pycurl'
-              'python-case' 'python-pymongo' 'python-pytz' 'python-pytest-sugar' 'python-sqlalchemy'
-              'python-pyro' 'python-boto3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/celery/kombu/archive/$pkgver.tar.gz")
-sha512sums=('fe5e4d0b54bbde23983d557b7593b77982aece76277a8c4c69543c18e89d6224ba914da1024b0cb5565915503d60dcd7110d4c6b4e707a3c642c9c26bb7691ad')
-
-prepare() {
-  sed -i 's/>=2.5.1/>=2.5/' kombu-$pkgver/requirements/default.txt
-}
-
-build() {
-  cd kombu-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd kombu-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd kombu-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-kombu/repos/community-any/PKGBUILD (from rev 529687, python-kombu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-16 18:06:14 UTC (rev 529688)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: mutantmonkey <aur at mutantmonkey.in>
+
+pkgname=python-kombu
+pkgver=4.6.6
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="https://kombu.readthedocs.org/"
+license=('BSD')
+options=('!emptydirs')
+depends=('python-amqp')
+optdepends=('python-pymongo: for MongoDB support'
+            'python-msgpack: for MessagePack support'
+            'python-pyro: for Pyro support'
+            'python-redis: for Redis support'
+            'python-sqlalchemy: for SQLAlchemy support'
+            'python-boto3: for Amazon SQS support'
+            'python-pycurl: for Amazon SQS support'
+            'python-yaml: for YAML support')
+            # 'python-softlayer-messaging: for SoftLayer Message Queue support': Not packaged yet
+            # 'python-kazoo: for Zookeeper support': Not packaged yet
+            # 'python-librabbitmq: C optimization for AMQP transport' Not available for python 3 yet
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-redis' 'python-yaml' 'python-msgpack' 'python-pycurl'
+              'python-case' 'python-pymongo' 'python-pytz' 'python-pytest-sugar' 'python-sqlalchemy'
+              'python-pyro' 'python-boto3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/celery/kombu/archive/$pkgver.tar.gz")
+sha512sums=('b515d5d2d52212ca2b38005fde13e95eaa289f473dead2b403199f4d62ebf7dde3a32f81468af50fff47bd725041c2a7f7df7661da987beece546852e636db28')
+
+build() {
+  cd kombu-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd kombu-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd kombu-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list