[arch-commits] Commit in python-kombu/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Aug 30 11:33:54 UTC 2022
Date: Tuesday, August 30, 2022 @ 11:33:54
Author: felixonmars
Revision: 1288656
archrelease: copy trunk to community-any
Added:
python-kombu/repos/community-any/PKGBUILD
(from rev 1288655, python-kombu/trunk/PKGBUILD)
Deleted:
python-kombu/repos/community-any/PKGBUILD
----------+
PKGBUILD | 110 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 55 insertions(+), 55 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-30 11:33:39 UTC (rev 1288655)
+++ PKGBUILD 2022-08-30 11:33:54 UTC (rev 1288656)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: mutantmonkey <aur at mutantmonkey.in>
-
-pkgname=python-kombu
-pkgver=5.2.3
-pkgrel=1
-pkgdesc='A messaging library for Python'
-arch=('any')
-url="https://kombu.readthedocs.org/"
-license=('BSD')
-options=('!emptydirs')
-depends=('python-amqp' 'python-vine')
-optdepends=('python-boto3: for Amazon SQS support'
- 'python-brotli: for brotli compression support'
- 'python-librabbitmq: C optimization for AMQP transport'
- 'python-msgpack: for MessagePack support'
- 'python-pycurl: for Amazon SQS support'
- 'python-pymongo: for MongoDB support'
- 'python-pyro: for Pyro support'
- 'python-redis: for Redis support'
- 'python-sqlalchemy: for SQLAlchemy support'
- 'python-yaml: for YAML support'
- 'python-zstandard: for zstd compression support')
- # 'python-consul: for Consul K/V store Transport support': Not packaged yet
- # 'python-etcd: for etcd support': Not packaged yet
- # 'python-kazoo: for Zookeeper support': Not packaged yet
- # 'python-pycouchdb: for CouchDB support': Not packaged yet
- # 'python-softlayer-messaging: for SoftLayer Message Queue support': Not packaged yet
-makedepends=('python-setuptools')
-checkdepends=('python-boto3' 'python-brotli' 'python-case' 'python-librabbitmq' 'python-msgpack' 'python-pycurl'
- 'python-pymongo' 'python-pyro' 'python-pytest' 'python-pytest-sugar' 'python-pytz'
- 'python-redis' 'python-sqlalchemy' 'python-yaml')
-source=("https://github.com/celery/kombu/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('ceec71941bd34cc8f8ec0e74e874aecffa0d4ae15e998e024480f7e2f1c5dda32da9deadc4d53a48943278d3b79b36296e2f124c977b323bab66bfa608cf5753')
-
-prepare() {
- cd kombu-$pkgver
- sed -i "/import azureservicebus/i pytest.importorskip('azure.servicebus')" t/unit/transport/test_azureservicebus.py
-}
-
-build() {
- cd kombu-$pkgver
- python setup.py build
-}
-
-check() {
- cd kombu-$pkgver
- python -m 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 1288655, python-kombu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-30 11:33:54 UTC (rev 1288656)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: mutantmonkey <aur at mutantmonkey.in>
+
+pkgname=python-kombu
+pkgver=5.2.4
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="https://kombu.readthedocs.org/"
+license=('BSD')
+options=('!emptydirs')
+depends=('python-amqp' 'python-vine')
+optdepends=('python-boto3: for Amazon SQS support'
+ 'python-brotli: for brotli compression support'
+ 'python-librabbitmq: C optimization for AMQP transport'
+ 'python-msgpack: for MessagePack support'
+ 'python-pycurl: for Amazon SQS support'
+ 'python-pymongo: for MongoDB support'
+ 'python-pyro: for Pyro support'
+ 'python-redis: for Redis support'
+ 'python-sqlalchemy: for SQLAlchemy support'
+ 'python-yaml: for YAML support'
+ 'python-zstandard: for zstd compression support')
+ # 'python-consul: for Consul K/V store Transport support': Not packaged yet
+ # 'python-etcd: for etcd support': Not packaged yet
+ # 'python-kazoo: for Zookeeper support': Not packaged yet
+ # 'python-pycouchdb: for CouchDB support': Not packaged yet
+ # 'python-softlayer-messaging: for SoftLayer Message Queue support': Not packaged yet
+makedepends=('python-setuptools')
+checkdepends=('python-boto3' 'python-brotli' 'python-case' 'python-librabbitmq' 'python-msgpack' 'python-pycurl'
+ 'python-pymongo' 'python-pyro' 'python-pytest' 'python-pytest-sugar' 'python-pytz'
+ 'python-redis' 'python-sqlalchemy' 'python-yaml')
+source=("https://github.com/celery/kombu/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('8a7bcf3e7f94f7653d6c74a2ea15034c731a27a414d00dde008c31ffa8d292a15e8cc27a44c1f23541f24c863297f0cd11104d2bffaaa512c87526c704be5bcf')
+
+prepare() {
+ cd kombu-$pkgver
+ sed -i "/import azureservicebus/i pytest.importorskip('azure.servicebus')" t/unit/transport/test_azureservicebus.py
+}
+
+build() {
+ cd kombu-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd kombu-$pkgver
+ python -m 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