[arch-commits] Commit in python-celery/repos/community-any (14 files)

2016-12-15 Thread Felix Yan
Date: Friday, December 16, 2016 @ 03:22:49
  Author: felixonmars
Revision: 199680

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 199679, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 199679, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 199679, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 199679, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 199679, python-celery/trunk/celery@.service)
  python-celery/repos/community-any/python-celery.install
(from rev 199679, python-celery/trunk/python-celery.install)
  python-celery/repos/community-any/python2-celery.install
(from rev 199679, python-celery/trunk/python2-celery.install)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  202 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++---
 celery@.service|   30 +++---
 python-celery.install  |6 -
 python2-celery.install |6 -
 7 files changed, 141 insertions(+), 141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-16 03:21:50 UTC (rev 199679)
+++ PKGBUILD2016-12-16 03:22:49 UTC (rev 199680)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu'
- 'python-billiard' 'python2-billiard' 'python-pytz' 'python2-pytz')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-case' 
'python2-case'
-  'python-pyopenssl' 'python2-pyopenssl' 'python-gevent' 
'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack'
-  'python2-msgpack' 'python-pyro' 'python2-pyro' 'python-redis' 
'python2-redis'
-  'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 
'python2-boto' 'python-yaml'
-  'python2-yaml' 'python-pyzmq' 'python2-pyzmq' 'python-eventlet' 
'python2-eventlet')
-source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install
-celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('763b28532c8ee2fa8c86ff1d721bfbf858550e24366e40871e5ec4d06252cb46'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/celery-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/celery-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/celery-$pkgver
-  python setup.py ptr || warning "Tests failed"
-
-  cd "$srcdir"/celery-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-celery() {
-  depends=('python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd "$srcdir"/celery-$pkgver
-  python setup.py install 

[arch-commits] Commit in python-celery/repos/community-any (14 files)

2016-12-12 Thread Felix Yan
Date: Tuesday, December 13, 2016 @ 04:00:22
  Author: felixonmars
Revision: 199083

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 199082, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 199082, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 199082, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 199082, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 199082, python-celery/trunk/celery@.service)
  python-celery/repos/community-any/python-celery.install
(from rev 199082, python-celery/trunk/python-celery.install)
  python-celery/repos/community-any/python2-celery.install
(from rev 199082, python-celery/trunk/python2-celery.install)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  202 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++---
 celery@.service|   30 +++---
 python-celery.install  |6 -
 python2-celery.install |6 -
 7 files changed, 141 insertions(+), 141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-13 03:59:53 UTC (rev 199082)
+++ PKGBUILD2016-12-13 04:00:22 UTC (rev 199083)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu'
- 'python-billiard' 'python2-billiard' 'python-pytz' 'python2-pytz')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-case' 
'python2-case'
-  'python-pyopenssl' 'python2-pyopenssl' 'python-gevent' 
'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack'
-  'python2-msgpack' 'python-pyro' 'python2-pyro' 'python-redis' 
'python2-redis'
-  'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 
'python2-boto' 'python-yaml'
-  'python2-yaml' 'python-pyzmq' 'python2-pyzmq' 'python-eventlet' 
'python2-eventlet')
-source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install
-celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('3e38a9a7f2868f774dffbb49e3afd2e56f57875deb06cb3ee3808f572601a8f0'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/celery-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/celery-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/celery-$pkgver
-  python setup.py ptr || warning "Tests failed"
-
-  cd "$srcdir"/celery-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-celery() {
-  depends=('python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd "$srcdir"/celery-$pkgver
-  python setup.py install 

[arch-commits] Commit in python-celery/repos/community-any (14 files)

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 07:38:03
  Author: fyan
Revision: 165807

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 165806, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 165806, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 165806, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 165806, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 165806, python-celery/trunk/celery@.service)
  python-celery/repos/community-any/python-celery.install
(from rev 165806, python-celery/trunk/python-celery.install)
  python-celery/repos/community-any/python2-celery.install
(from rev 165806, python-celery/trunk/python2-celery.install)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  196 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++
 celery@.service|   30 +++
 python-celery.install  |6 -
 python2-celery.install |6 -
 7 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 06:37:20 UTC (rev 165806)
+++ PKGBUILD2016-03-10 06:38:03 UTC (rev 165807)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.22
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu' 'python-billiard' 'python2-billiard'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl' 'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack' 'python2-msgpack' 'python-pyro'
-  'python2-pyro' 'python-redis' 'python2-redis' 
'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto'
-  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq')
-source=("https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('7e511421f967dee31756626e611d56aa1eb5b48383d3274f0a320b0254636a84'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/celery-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/celery-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/celery-$pkgver
-  nosetests3 || warning "Python 3 tests failed"
-
-  cd "$srcdir"/celery-$pkgver-py2
-  nosetests2
-}
-
-package_python-celery() {
-  depends=('python' 'python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd "$srcdir"/celery-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  

[arch-commits] Commit in python-celery/repos/community-any (14 files)

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 04:03:12
  Author: fyan
Revision: 165559

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 165558, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 165558, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 165558, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 165558, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 165558, python-celery/trunk/celery@.service)
  python-celery/repos/community-any/python-celery.install
(from rev 165558, python-celery/trunk/python-celery.install)
  python-celery/repos/community-any/python2-celery.install
(from rev 165558, python-celery/trunk/python2-celery.install)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  196 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++
 celery@.service|   30 +++
 python-celery.install  |6 -
 python2-celery.install |6 -
 7 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-08 03:01:52 UTC (rev 165558)
+++ PKGBUILD2016-03-08 03:03:12 UTC (rev 165559)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.21
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu' 'python-billiard' 'python2-billiard'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl' 'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack' 'python2-msgpack' 'python-pyro'
-  'python2-pyro' 'python-redis' 'python2-redis' 
'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto'
-  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq')
-source=("https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('f7d0edfe85af73a16ab1c74975974e91a9f4cc48fe66bc3b46bcf3b9e103c746'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/celery-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/celery-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/celery-$pkgver
-  nosetests3 || warning "Python 3 tests failed"
-
-  cd "$srcdir"/celery-$pkgver-py2
-  nosetests2
-}
-
-package_python-celery() {
-  depends=('python' 'python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd "$srcdir"/celery-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install 

[arch-commits] Commit in python-celery/repos/community-any (14 files)

2016-03-04 Thread Felix Yan
Date: Saturday, March 5, 2016 @ 04:39:17
  Author: fyan
Revision: 164881

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 164880, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 164880, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 164880, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 164880, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 164880, python-celery/trunk/celery@.service)
  python-celery/repos/community-any/python-celery.install
(from rev 164880, python-celery/trunk/python-celery.install)
  python-celery/repos/community-any/python2-celery.install
(from rev 164880, python-celery/trunk/python2-celery.install)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  196 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++
 celery@.service|   30 +++
 python-celery.install  |6 -
 python2-celery.install |6 -
 7 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-05 03:38:33 UTC (rev 164880)
+++ PKGBUILD2016-03-05 03:39:17 UTC (rev 164881)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.20
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu' 'python-billiard' 'python2-billiard'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl' 'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack' 'python2-msgpack' 'python-pyro'
-  'python2-pyro' 'python-redis' 'python2-redis' 
'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto'
-  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq')
-source=("https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('d02f191c3d92a851c9d2028e91baf2a0f2734cd3b659743d3624011d1ef7a6d5'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/celery-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/celery-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/celery-$pkgver"
-  nosetests3 || warning "Python 3 tests failed"
-
-  cd "$srcdir/celery-$pkgver-py2"
-  nosetests2
-}
-
-package_python-celery() {
-  depends=('python' 'python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd "$srcdir/celery-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install 

[arch-commits] Commit in python-celery/repos/community-any (14 files)

2016-01-22 Thread Felix Yan
Date: Saturday, January 23, 2016 @ 03:53:00
  Author: fyan
Revision: 158645

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 158644, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 158644, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 158644, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 158644, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 158644, python-celery/trunk/celery@.service)
  python-celery/repos/community-any/python-celery.install
(from rev 158644, python-celery/trunk/python-celery.install)
  python-celery/repos/community-any/python2-celery.install
(from rev 158644, python-celery/trunk/python2-celery.install)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  196 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++
 celery@.service|   30 +++
 python-celery.install  |6 -
 python2-celery.install |6 -
 7 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-23 02:52:18 UTC (rev 158644)
+++ PKGBUILD2016-01-23 02:53:00 UTC (rev 158645)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.19
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu' 'python-billiard' 'python2-billiard'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl' 'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack' 'python2-msgpack' 'python-pyro'
-  'python2-pyro' 'python-redis' 'python2-redis' 
'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto'
-  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq')
-source=("https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('bd6a21290c822ecf78947a7dbc8b2270d88a5fa08a7a2bfcd908bb3d5ed66b71'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/celery-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/celery-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/celery-$pkgver"
-  nosetests3 || warning "Python 3 tests failed"
-
-  cd "$srcdir/celery-$pkgver-py2"
-  nosetests2
-}
-
-package_python-celery() {
-  depends=('python' 'python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd "$srcdir/celery-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  

[arch-commits] Commit in python-celery/repos/community-any (14 files)

2015-10-26 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 05:05:48
  Author: fyan
Revision: 145065

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 145064, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 145064, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 145064, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 145064, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 145064, python-celery/trunk/celery@.service)
  python-celery/repos/community-any/python-celery.install
(from rev 145064, python-celery/trunk/python-celery.install)
  python-celery/repos/community-any/python2-celery.install
(from rev 145064, python-celery/trunk/python2-celery.install)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  196 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++
 celery@.service|   30 +++
 python-celery.install  |6 -
 python2-celery.install |6 -
 7 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 04:05:06 UTC (rev 145064)
+++ PKGBUILD2015-10-27 04:05:48 UTC (rev 145065)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.18
-pkgrel=2
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu' 'python-billiard' 'python2-billiard'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl' 'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack' 'python2-msgpack' 'python-pyro'
-  'python2-pyro' 'python-redis' 'python2-redis' 
'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto'
-  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq')
-source=("https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('0924f94070c6fc57d408b169848c5b38832668fffe060e48b4803fb23e0e3eaf'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/celery-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/celery-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/celery-$pkgver"
-  nosetests3 || warning "Python 3 tests failed"
-
-  cd "$srcdir/celery-$pkgver-py2"
-  nosetests2 || warning "Python 2 tests failed"
-}
-
-package_python-celery() {
-  depends=('python' 'python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd "$srcdir/celery-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE 

[arch-commits] Commit in python-celery/repos/community-any (14 files)

2015-04-22 Thread Felix Yan
Date: Thursday, April 23, 2015 @ 05:19:12
  Author: fyan
Revision: 132023

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 132022, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 132022, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 132022, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 132022, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 132022, python-celery/trunk/celery@.service)
  python-celery/repos/community-any/python-celery.install
(from rev 132022, python-celery/trunk/python-celery.install)
  python-celery/repos/community-any/python2-celery.install
(from rev 132022, python-celery/trunk/python2-celery.install)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  196 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++
 celery@.service|   30 +++
 python-celery.install  |6 -
 python2-celery.install |6 -
 7 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-23 03:18:16 UTC (rev 132022)
+++ PKGBUILD2015-04-23 03:19:12 UTC (rev 132023)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Marcin Kolenda marcinkolenda...@gmail.com
-# Contributor: Valentin Haloiu vially.ichb+...@gmail.com
-# Contributor: Lukas Linhart b...@almad.net
-# Contributor: Marco Elver marco.elver AT gmail.com
-# Contributor: apkawa apk...@gmail.com
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.17
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu' 'python-billiard' 'python2-billiard'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl' 'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack' 'python2-msgpack' 'python-pyro'
-  'python2-pyro' 'python-redis' 'python2-redis' 
'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto'
-  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq')
-source=(https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('cfe2b653268bd586e2d08a75e886f7be3be55ba372f72e2f5747aeb76c470362'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/celery-$pkgver
-  python setup.py build
-
-  cd $srcdir/celery-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/celery-$pkgver
-  nosetests3 || warning Python 3 tests failed
-
-  cd $srcdir/celery-$pkgver-py2
-  nosetests2
-}
-
-package_python-celery() {
-  depends=('python' 'python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd $srcdir/celery-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install 

[arch-commits] Commit in python-celery/repos/community-any (14 files)

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 18:49:05
  Author: fyan
Revision: 122775

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 122774, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 122774, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 122774, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 122774, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 122774, python-celery/trunk/celery@.service)
  python-celery/repos/community-any/python-celery.install
(from rev 122774, python-celery/trunk/python-celery.install)
  python-celery/repos/community-any/python2-celery.install
(from rev 122774, python-celery/trunk/python2-celery.install)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  195 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++
 celery@.service|   30 +++
 python-celery.install  |6 -
 python2-celery.install |6 -
 7 files changed, 138 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-19 17:48:23 UTC (rev 122774)
+++ PKGBUILD2014-11-19 17:49:05 UTC (rev 122775)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Marcin Kolenda marcinkolenda...@gmail.com
-# Contributor: Valentin Haloiu vially.ichb+...@gmail.com
-# Contributor: Lukas Linhart b...@almad.net
-# Contributor: Marco Elver marco.elver AT gmail.com
-# Contributor: apkawa apk...@gmail.com
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.16
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu' 'python-billiard' 'python2-billiard'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl' 'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack' 'python2-msgpack' 'python-pyro'
-  'python2-pyro' 'python-redis' 'python2-redis' 
'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto'
-  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq')
-source=(https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('83079c2974b3e1ac7517b33cde829db59fc2f560482c85ee4f2c751d3dd4f8f3'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/celery-$pkgver
-  python setup.py build
-
-  cd $srcdir/celery-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/celery-$pkgver
-  nosetests3 || warning Tests failed
-
-  cd $srcdir/celery-$pkgver-py2
-  nosetests2
-}
-
-package_python-celery() {
-  depends=('python' 'python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd $srcdir/celery-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 $srcdir/celery@.service 

[arch-commits] Commit in python-celery/repos/community-any (14 files)

2014-10-03 Thread Felix Yan
Date: Saturday, October 4, 2014 @ 04:54:18
  Author: fyan
Revision: 120129

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 120128, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 120128, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 120128, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 120128, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 120128, python-celery/trunk/celery@.service)
  python-celery/repos/community-any/python-celery.install
(from rev 120128, python-celery/trunk/python-celery.install)
  python-celery/repos/community-any/python2-celery.install
(from rev 120128, python-celery/trunk/python2-celery.install)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  194 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++
 celery@.service|   30 +++
 python-celery.install  |6 -
 python2-celery.install |6 -
 7 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-04 02:53:34 UTC (rev 120128)
+++ PKGBUILD2014-10-04 02:54:18 UTC (rev 120129)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Marcin Kolenda marcinkolenda...@gmail.com
-# Contributor: Valentin Haloiu vially.ichb+...@gmail.com
-# Contributor: Lukas Linhart b...@almad.net
-# Contributor: Marco Elver marco.elver AT gmail.com
-# Contributor: apkawa apk...@gmail.com
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.15
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu' 'python-billiard' 'python2-billiard'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl' 'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack' 'python2-msgpack' 'python-pyro'
-  'python2-pyro' 'python-redis' 'python2-redis' 
'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto'
-  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq')
-source=(https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('84715d0b9c76818af45f7eeba76532afddff2030a313beecd0e9e2eae4dbe9e3'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/celery-$pkgver
-  python setup.py build
-
-  cd $srcdir/celery-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/celery-$pkgver
-  nosetests3 || warning Tests failed
-
-  cd $srcdir/celery-$pkgver-py2
-  nosetests2
-}
-
-package_python-celery() {
-  depends=('python' 'python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd $srcdir/celery-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 $srcdir/celery@.service 

[arch-commits] Commit in python-celery/repos/community-any (14 files)

2014-09-14 Thread Felix Yan
Date: Monday, September 15, 2014 @ 02:11:53
  Author: fyan
Revision: 118982

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 118981, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 118981, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 118981, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 118981, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 118981, python-celery/trunk/celery@.service)
  python-celery/repos/community-any/python-celery.install
(from rev 118981, python-celery/trunk/python-celery.install)
  python-celery/repos/community-any/python2-celery.install
(from rev 118981, python-celery/trunk/python2-celery.install)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  194 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++
 celery@.service|   30 +++
 python-celery.install  |6 -
 python2-celery.install |6 -
 7 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-15 00:11:00 UTC (rev 118981)
+++ PKGBUILD2014-09-15 00:11:53 UTC (rev 118982)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Marcin Kolenda marcinkolenda...@gmail.com
-# Contributor: Valentin Haloiu vially.ichb+...@gmail.com
-# Contributor: Lukas Linhart b...@almad.net
-# Contributor: Marco Elver marco.elver AT gmail.com
-# Contributor: apkawa apk...@gmail.com
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.14
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu' 'python-billiard' 'python2-billiard'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl' 'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack' 'python2-msgpack' 'python-pyro'
-  'python2-pyro' 'python-redis' 'python2-redis' 
'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto'
-  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq')
-source=(https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('c6a72c73046560f58076e83cda6fb63b778bb379ffe07e01655a38e2f54c373c'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/celery-$pkgver
-  python setup.py build
-
-  cd $srcdir/celery-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/celery-$pkgver
-  nosetests3 || warning Tests failed
-
-  cd $srcdir/celery-$pkgver-py2
-  nosetests2
-}
-
-package_python-celery() {
-  depends=('python' 'python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd $srcdir/celery-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 $srcdir/celery@.service