[arch-commits] Commit in python-kombu/repos (2 files)

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 19:24:15
  Author: foutrelis
Revision: 748064

archrelease: copy trunk to community-staging-any

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

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

Copied: python-kombu/repos/community-staging-any/PKGBUILD (from rev 748063, 
python-kombu/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-11-09 19:24:15 UTC (rev 748064)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgname=python-kombu
+pkgver=5.0.2
+pkgrel=2
+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' '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/v$pkgver.tar.gz;)
+sha512sums=('2ff1dfed530773ce500af4a1ad30bf66a1e5e65705f5192193714b59c12bd4c2bb69a2a716c169bd45784b8db2ad35f45226746d972df776d9b54c35b08d6e91')
+
+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
+}


[arch-commits] Commit in python-kombu/repos (2 files)

2020-09-24 Thread Felix Yan via arch-commits
Date: Thursday, September 24, 2020 @ 21:26:33
  Author: felixonmars
Revision: 711924

archrelease: copy trunk to community-testing-any

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

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

Copied: python-kombu/repos/community-testing-any/PKGBUILD (from rev 711923, 
python-kombu/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-09-24 21:26:33 UTC (rev 711924)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgname=python-kombu
+pkgver=5.0.2
+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' '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/v$pkgver.tar.gz;)
+sha512sums=('2ff1dfed530773ce500af4a1ad30bf66a1e5e65705f5192193714b59c12bd4c2bb69a2a716c169bd45784b8db2ad35f45226746d972df776d9b54c35b08d6e91')
+
+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
+}


[arch-commits] Commit in python-kombu/repos (2 files)

2020-06-01 Thread Felix Yan via arch-commits
Date: Monday, June 1, 2020 @ 15:49:17
  Author: felixonmars
Revision: 637838

archrelease: copy trunk to community-testing-any

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

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

Copied: python-kombu/repos/community-testing-any/PKGBUILD (from rev 637837, 
python-kombu/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-06-01 15:49:17 UTC (rev 637838)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgname=python-kombu
+pkgver=4.6.9
+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' '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=('7f80ab3b9210d372da297735610cf423e49afc320f63bd62dbc53cf5aebfdca71142fe758557bc96adc43cf05f7dc191fad5fbe6b7cb9493df37cad1bbb8')
+
+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
+}


[arch-commits] Commit in python-kombu/repos (2 files)

2019-10-26 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 06:37:46
  Author: felixonmars
Revision: 520282

archrelease: copy trunk to community-staging-any

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

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

Copied: python-kombu/repos/community-staging-any/PKGBUILD (from rev 520280, 
python-kombu/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-10-26 06:37:46 UTC (rev 520282)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgname=python-kombu
+pkgver=4.6.4
+pkgrel=2
+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
+}


[arch-commits] Commit in python-kombu/repos (2 files)

2019-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 30, 2019 @ 16:54:59
  Author: felixonmars
Revision: 474859

archrelease: copy trunk to community-testing-any

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

--+
 PKGBUILD |   81 +
 1 file changed, 81 insertions(+)

Copied: python-kombu/repos/community-testing-any/PKGBUILD (from rev 474858, 
python-kombu/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-05-30 16:54:59 UTC (rev 474859)
@@ -0,0 +1,81 @@
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=4.6.0
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="https://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-redis' 
'python2-redis'
+  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack'
+  'python-pycurl' 'python2-pycurl' 'python-case' 'python2-case' 
'python-pymongo'
+  'python2-pymongo' 'python-pytz' 'python2-pytz' 
'python-pytest-sugar'
+  'python2-pytest-sugar' 'python-sqlalchemy' 'python2-sqlalchemy' 
'python-pyro'
+  'python2-pyro' 'python2-librabbitmq' 'python-boto3' 
'python2-boto3')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/kombu/archive/$pkgver.tar.gz;)
+sha512sums=('30be9a10226a519ed3da7c45d0c2f74c8e92ee602588ab530aa2f48b78c957a083def11813d20b2745bd141a6e95aa9a6e8a678d3ba8b749780c2195654f8a7e')
+
+prepare() {
+  cp -a kombu-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-kombu() {
+  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
+
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-kombu() {
+  depends=('python2-amqp')
+  optdepends=('python2-pymongo: for MongoDB support'
+  'python2-msgpack: for MessagePack support'
+  'python2-pyro: for Pyro support'
+  'python2-redis: for Redis support'
+  'python2-sqlalchemy: for SQLAlchemy support'
+  'python2-pycurl: for Amazon SQS support'
+  'python2-yaml: for YAML support'
+  'python2-librabbitmq: C optimization for AMQP transport'
+  'python2-boto3: for Amazon SQS support')
+  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
+  # 'python2-kazoo: for Zookeeper support': Not packaged yet
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-kombu/repos (2 files)

2019-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 1, 2019 @ 07:52:35
  Author: felixonmars
Revision: 446915

archrelease: copy trunk to community-testing-any

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

--+
 PKGBUILD |   81 +
 1 file changed, 81 insertions(+)

Copied: python-kombu/repos/community-testing-any/PKGBUILD (from rev 446914, 
python-kombu/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-04-01 07:52:35 UTC (rev 446915)
@@ -0,0 +1,81 @@
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=4.5.0
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="https://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-redis' 
'python2-redis'
+  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack'
+  'python-pycurl' 'python2-pycurl' 'python-case' 'python2-case' 
'python-pymongo'
+  'python2-pymongo' 'python-pytz' 'python2-pytz' 
'python-pytest-sugar'
+  'python2-pytest-sugar' 'python-sqlalchemy' 'python2-sqlalchemy' 
'python-pyro'
+  'python2-pyro' 'python2-librabbitmq' 'python-boto3' 
'python2-boto3')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/kombu/archive/v$pkgver.tar.gz;)
+sha512sums=('beb86c26ab73dd4f13dcdbadec508f1b2d4320090f9e1ce1cd1293fbae2c9400f315f684c00202ec024a4321cc0836b7797a56149f26ae5b980d8488c5fd7fab')
+
+prepare() {
+  cp -a kombu-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-kombu() {
+  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
+
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-kombu() {
+  depends=('python2-amqp')
+  optdepends=('python2-pymongo: for MongoDB support'
+  'python2-msgpack: for MessagePack support'
+  'python2-pyro: for Pyro support'
+  'python2-redis: for Redis support'
+  'python2-sqlalchemy: for SQLAlchemy support'
+  'python2-pycurl: for Amazon SQS support'
+  'python2-yaml: for YAML support'
+  'python2-librabbitmq: C optimization for AMQP transport'
+  'python2-boto3: for Amazon SQS support')
+  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
+  # 'python2-kazoo: for Zookeeper support': Not packaged yet
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-kombu/repos (2 files)

2019-03-04 Thread Felix Yan via arch-commits
Date: Tuesday, March 5, 2019 @ 04:22:56
  Author: felixonmars
Revision: 437693

archrelease: copy trunk to community-testing-any

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

--+
 PKGBUILD |   81 +
 1 file changed, 81 insertions(+)

Copied: python-kombu/repos/community-testing-any/PKGBUILD (from rev 437692, 
python-kombu/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-03-05 04:22:56 UTC (rev 437693)
@@ -0,0 +1,81 @@
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=4.4.0
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="https://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-redis' 
'python2-redis'
+  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack'
+  'python-pycurl' 'python2-pycurl' 'python-case' 'python2-case' 
'python-pymongo'
+  'python2-pymongo' 'python-pytz' 'python2-pytz' 
'python-pytest-sugar'
+  'python2-pytest-sugar' 'python-sqlalchemy' 'python2-sqlalchemy' 
'python-pyro'
+  'python2-pyro' 'python2-librabbitmq' 'python-boto3' 
'python2-boto3')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/kombu/archive/v$pkgver.tar.gz;)
+sha512sums=('248e861a99e0b2e475394ebb1f8ad9d884fee4c2162004299be46990725f4adb2755b87db8d59527c5d0a5bdbdc8c1729c208402d8f1e0c370bbe37fa478265f')
+
+prepare() {
+  cp -a kombu-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-kombu() {
+  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
+
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-kombu() {
+  depends=('python2-amqp')
+  optdepends=('python2-pymongo: for MongoDB support'
+  'python2-msgpack: for MessagePack support'
+  'python2-pyro: for Pyro support'
+  'python2-redis: for Redis support'
+  'python2-sqlalchemy: for SQLAlchemy support'
+  'python2-pycurl: for Amazon SQS support'
+  'python2-yaml: for YAML support'
+  'python2-librabbitmq: C optimization for AMQP transport'
+  'python2-boto3: for Amazon SQS support')
+  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
+  # 'python2-kazoo: for Zookeeper support': Not packaged yet
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-kombu/repos (2 files)

2018-07-15 Thread Eli Schwartz via arch-commits
Date: Sunday, July 15, 2018 @ 16:31:43
  Author: eschwartz
Revision: 359553

archrelease: copy trunk to community-staging-any

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

--+
 PKGBUILD |   82 +
 1 file changed, 82 insertions(+)

Copied: python-kombu/repos/community-staging-any/PKGBUILD (from rev 359552, 
python-kombu/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-15 16:31:43 UTC (rev 359553)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=4.2.1
+pkgrel=2
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="https://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-redis' 
'python2-redis'
+  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack'
+  'python-pycurl' 'python2-pycurl' 'python-case' 'python2-case' 
'python-pymongo'
+  'python2-pymongo' 'python-pytz' 'python2-pytz' 
'python-pytest-sugar'
+  'python2-pytest-sugar' 'python-sqlalchemy' 'python2-sqlalchemy' 
'python-pyro'
+  'python2-pyro' 'python2-librabbitmq' 'python-boto3' 
'python2-boto3')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/kombu/archive/v$pkgver.tar.gz;)
+sha512sums=('819aed2628f4b3b546d8c88ad35fd6a72761ae2ff3d5f31db995f010c708231d366df1debd7b1f5c3c9669081c9165eca1c622d39eb4f3b95e75abef8b0e966f')
+
+prepare() {
+  cp -a kombu-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-kombu() {
+  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
+
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-kombu() {
+  depends=('python2-amqp')
+  optdepends=('python2-pymongo: for MongoDB support'
+  'python2-msgpack: for MessagePack support'
+  'python2-pyro: for Pyro support'
+  'python2-redis: for Redis support'
+  'python2-sqlalchemy: for SQLAlchemy support'
+  'python2-pycurl: for Amazon SQS support'
+  'python2-yaml: for YAML support'
+  'python2-librabbitmq: C optimization for AMQP transport'
+  'python2-boto3: for Amazon SQS support')
+  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
+  # 'python2-kazoo: for Zookeeper support': Not packaged yet
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-kombu/repos (2 files)

2018-05-22 Thread Felix Yan via arch-commits
Date: Tuesday, May 22, 2018 @ 17:21:50
  Author: felixonmars
Revision: 327678

archrelease: copy trunk to community-testing-any

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

--+
 PKGBUILD |   82 +
 1 file changed, 82 insertions(+)

Copied: python-kombu/repos/community-testing-any/PKGBUILD (from rev 327677, 
python-kombu/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-05-22 17:21:50 UTC (rev 327678)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="http://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-redis' 
'python2-redis'
+  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack'
+  'python-pycurl' 'python2-pycurl' 'python-case' 'python2-case' 
'python-pymongo'
+  'python2-pymongo' 'python-pytz' 'python2-pytz' 
'python-pytest-sugar'
+  'python2-pytest-sugar' 'python-sqlalchemy' 'python2-sqlalchemy' 
'python-pyro'
+  'python2-pyro' 'python2-librabbitmq' 'python-boto3' 
'python2-boto3')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/kombu/archive/v$pkgver.tar.gz;)
+sha512sums=('9cc259b1cb858109e0f9bac5813318fc67ce16bdfa441e10f8f2e8975be12c5c187d9adb617a3b2e84bc6caee37dcf49efc39c978f4d6ba918a17d3926bb2a8f')
+
+prepare() {
+  cp -a kombu-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-kombu() {
+  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
+
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-kombu() {
+  depends=('python2-amqp')
+  optdepends=('python2-pymongo: for MongoDB support'
+  'python2-msgpack: for MessagePack support'
+  'python2-pyro: for Pyro support'
+  'python2-redis: for Redis support'
+  'python2-sqlalchemy: for SQLAlchemy support'
+  'python2-pycurl: for Amazon SQS support'
+  'python2-yaml: for YAML support'
+  'python2-librabbitmq: C optimization for AMQP transport'
+  'python2-boto3: for Amazon SQS support')
+  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
+  # 'python2-kazoo: for Zookeeper support': Not packaged yet
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-kombu/repos (2 files)

2018-01-28 Thread Eli Schwartz via arch-commits
Date: Sunday, January 28, 2018 @ 08:12:35
  Author: eschwartz
Revision: 287603

archrelease: copy trunk to community-staging-any

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

--+
 PKGBUILD |   87 +
 1 file changed, 87 insertions(+)

Copied: python-kombu/repos/community-staging-any/PKGBUILD (from rev 287602, 
python-kombu/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-01-28 08:12:35 UTC (rev 287603)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=4.1.0
+pkgrel=2
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="http://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-redis' 
'python2-redis'
+  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack'
+  'python-pycurl' 'python2-pycurl' 'python-case' 'python2-case' 
'python-pymongo'
+  'python2-pymongo' 'python-pytz' 'python2-pytz'
+  'python-sqlalchemy' 'python2-sqlalchemy' 'python-pyro' 
'python2-pyro'
+  'python2-librabbitmq' 'python-boto3')
+  # 'python2-boto3': Not packaged yet
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/kombu/archive/v$pkgver.tar.gz;
+
"msgpack-fix.patch::https://github.com/celery/kombu/commit/9883a300f619e1a78376cce8ab311a7e573337c2.patch;)
+sha512sums=('de754a0a6410ab17f2f9a81afc374fe95d1baac8965b6b5f2e0760726982b8c927b8f15cab9dcc42f03c36ddffbe76452c3c962a0645d154af8a7b3e906bfccb'
+
'22c3bce03f077fe0e4cf9d62623d404f7bfef310fe6641ef6c3681239272de81de22578148eaf8f04a462417b81f57fd13cf858deefa8d682643f97240073ed7')
+
+prepare() {
+  # https://github.com/celery/kombu/pull/822
+  patch -d kombu-$pkgver -p1 < msgpack-fix.patch
+  cp -a kombu-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-kombu() {
+  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
+
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-kombu() {
+  depends=('python2-amqp')
+  optdepends=('python2-pymongo: for MongoDB support'
+  'python2-msgpack: for MessagePack support'
+  'python2-pyro: for Pyro support'
+  'python2-redis: for Redis support'
+  'python2-sqlalchemy: for SQLAlchemy support'
+  'python2-pycurl: for Amazon SQS support'
+  'python2-yaml: for YAML support'
+  'python2-librabbitmq: C optimization for AMQP transport')
+  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
+  # 'python2-kazoo: for Zookeeper support': Not packaged yet
+  # 'python2-boto3: for Amazon SQS support': Not packaged yet
+
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-kombu/repos (2 files)

2016-12-27 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 09:39:22
  Author: felixonmars
Revision: 203030

archrelease: copy trunk to community-staging-any

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

--+
 PKGBUILD |   85 +
 1 file changed, 85 insertions(+)

Copied: python-kombu/repos/community-staging-any/PKGBUILD (from rev 203029, 
python-kombu/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 09:39:22 UTC (rev 203030)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=4.0.2
+pkgrel=2
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="http://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-redis' 
'python2-redis'
+  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack' 
'python2-boto'
+  'python-pycurl' 'python2-pycurl' 'python-case' 'python2-case' 
'python-pymongo'
+  'python2-pymongo' 'python-pytz' 'python2-pytz' 'python-couchdb' 
'python2-couchdb'
+  'python-sqlalchemy' 'python2-sqlalchemy' 'python-pyro' 
'python2-pyro'
+  'python2-librabbitmq')
+  # 'python-boto'
+  # https://github.com/celery/kombu/issues/661
+  # https://github.com/celery/kombu/issues/662
+  # https://github.com/celery/kombu/issues/663
+source=("git+https://github.com/celery/kombu.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's/for qname, queue in items(self._queues):/for qname, queue in 
list(items(self._queues)):/' kombu/kombu/messaging.py
+  cp -a kombu{,-py2}
+}
+
+check() {
+  cd "$srcdir"/kombu
+  python setup.py ptr
+
+  cd "$srcdir"/kombu-py2
+  python2 setup.py ptr
+}
+
+package_python-kombu() {
+  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-boto: for Amazon SQS support'
+  'python-pycurl: for Amazon SQS support'
+  'python-yaml: for YAML support'
+  'python-pyzmq: for ZeroMQ support'
+  'python-couchdb: for CouchDB 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
+  # 'python-beanstalkc: for Beanstalk Support' Not available for 
python 3 yet
+
+  cd "$srcdir"/kombu
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-kombu() {
+  depends=('python2-amqp')
+  optdepends=('python2-pymongo: for MongoDB support'
+  'python2-msgpack: for MessagePack support'
+  'python2-pyro: for Pyro support'
+  'python2-redis: for Redis support'
+  'python2-sqlalchemy: for SQLAlchemy support'
+  'python2-boto: for Amazon SQS support'
+  'python2-pycurl: for Amazon SQS support'
+  'python2-yaml: for YAML support'
+  'python2-pyzmq: for ZeroMQ support'
+  'python2-librabbitmq: C optimization for AMQP transport'
+  'python2-couchdb: for CouchDB support')
+  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
+  # 'python2-kazoo: for Zookeeper support': Not packaged yet
+  # 'python2-beanstalkc: for Beanstalk Support' Not packaged yet
+
+  cd "$srcdir"/kombu-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-kombu/repos (2 files)

2016-11-24 Thread Felix Yan
Date: Friday, November 25, 2016 @ 03:36:19
  Author: felixonmars
Revision: 196808

archrelease: copy trunk to community-testing-any

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

--+
 PKGBUILD |   83 +
 1 file changed, 83 insertions(+)

Copied: python-kombu/repos/community-testing-any/PKGBUILD (from rev 196807, 
python-kombu/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-11-25 03:36:19 UTC (rev 196808)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="http://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools' 'git')
+checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
+  'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-pytest-runner' 'python2-pytest-runner'
+  'python-case' 'python2-case' 'python2-pymongo' 'python-pytz' 
'python2-pytz'
+  'python-couchdb' 'python2-couchdb' 'python-sqlalchemy' 
'python2-sqlalchemy'
+  'python-pyro' 'python2-pyro')
+  # 'python-boto' 'python-pymongo' 'python2-librabbitmq'
+  # https://github.com/celery/kombu/issues/661
+  # https://github.com/celery/kombu/issues/662
+  # https://github.com/celery/kombu/issues/663
+source=("git+https://github.com/celery/kombu.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a kombu{,-py2}
+}
+
+check() {
+  cd "$srcdir"/kombu
+  python setup.py ptr
+
+  cd "$srcdir"/kombu-py2
+  python2 setup.py ptr
+}
+
+package_python-kombu() {
+  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-boto: for Amazon SQS support'
+  'python-pycurl: for Amazon SQS support'
+  'python-yaml: for YAML support'
+  'python-pyzmq: for ZeroMQ support'
+  'python-couchdb: for CouchDB 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
+  # 'python-beanstalkc: for Beanstalk Support' Not available for 
python 3 yet
+
+  cd "$srcdir"/kombu
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-kombu() {
+  depends=('python2-amqp')
+  optdepends=('python2-pymongo: for MongoDB support'
+  'python2-msgpack: for MessagePack support'
+  'python2-pyro: for Pyro support'
+  'python2-redis: for Redis support'
+  'python2-sqlalchemy: for SQLAlchemy support'
+  'python2-boto: for Amazon SQS support'
+  'python2-pycurl: for Amazon SQS support'
+  'python2-yaml: for YAML support'
+  'python2-pyzmq: for ZeroMQ support'
+  'python2-librabbitmq: C optimization for AMQP transport'
+  'python2-couchdb: for CouchDB support')
+  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
+  # 'python2-kazoo: for Zookeeper support': Not packaged yet
+  # 'python2-beanstalkc: for Beanstalk Support' Not packaged yet
+
+  cd "$srcdir"/kombu-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-kombu/repos (2 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 18:07:31
  Author: fyan
Revision: 141306

archrelease: copy trunk to community-staging-any

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

--+
 PKGBUILD |   77 +
 1 file changed, 77 insertions(+)

Copied: python-kombu/repos/community-staging-any/PKGBUILD (from rev 141305, 
python-kombu/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 16:07:31 UTC (rev 141306)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=3.0.26
+pkgrel=2
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="http://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-anyjson' 'python2-anyjson')
+checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
+  'python-boto' 'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-nose' 'python2-nose'
+  'python-amqp' 'python2-amqp' 'python-mock' 'python2-mock')
+source=("http://pypi.python.org/packages/source/k/kombu/kombu-${pkgver}.tar.gz;)
+sha256sums=('1f565abd44c4b7dfaa4dd543d52f982d2f006aba0a2b3830542b4d25a801fe09')
+
+prepare() {
+  cp -a kombu-$pkgver{,-py2}
+}
+
+check() {
+  cd kombu-$pkgver
+  # Tests are not python 3 compatible
+  nosetests3 || warning "Tests failed"
+
+  cd ../kombu-$pkgver-py2
+  # Ignoring missing assert_* errors, as this only affects tests
+  nosetests2 || warning "Tests failed"
+}
+
+package_python-kombu() {
+  depends=('python-amqp' 'python-anyjson')
+  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-boto: for Amazon SQS support'
+  'python-yaml: for YAML support'
+  'python-pyzmq: for ZeroMQ support')
+  # 'python-couchdb: for CouchDB support': Not packaged yet
+  # '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
+  # 'python-beanstalkc: for Beanstalk Support' Not available for 
python 3 yet
+
+  cd "$srcdir/kombu-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-kombu() {
+  depends=('python2-amqp' 'python2-anyjson')
+  optdepends=('python2-pymongo: for MongoDB support'
+  'python2-msgpack: for MessagePack support'
+  'python2-pyro: for Pyro support'
+  'python2-redis: for Redis support'
+  'python2-sqlalchemy: for SQLAlchemy support'
+  'python2-boto: for Amazon SQS support'
+  'python2-yaml: for YAML support'
+  'python2-pyzmq: for ZeroMQ support'
+  'python2-librabbitmq: C optimization for AMQP transport')
+  # 'python2-couchdb: for CouchDB support': In AUR
+  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
+  # 'python2-kazoo: for Zookeeper support': Not packaged yet
+  # 'python2-beanstalkc: for Beanstalk Support' Not packaged yet
+
+  cd "$srcdir/kombu-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et: