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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 11:20:14
  Author: felixonmars
Revision: 640556

archrelease: copy trunk to community-testing-any

Added:
  python-celery/repos/community-testing-any/PKGBUILD
(from rev 640555, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-testing-any/celery.tmpfiles.d
(from rev 640555, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-testing-any/celery@.service
(from rev 640555, python-celery/trunk/celery@.service)
Deleted:
  python-celery/repos/community-testing-any/PKGBUILD
  python-celery/repos/community-testing-any/celery.tmpfiles.d
  python-celery/repos/community-testing-any/celery@.service

---+
 PKGBUILD  |  124 ++--
 celery.tmpfiles.d |4 -
 celery@.service   |   30 ++--
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 11:19:47 UTC (rev 640555)
+++ PKGBUILD2020-06-08 11:20:14 UTC (rev 640556)
@@ -1,62 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgname=python-celery
-pkgver=4.4.4
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-depends=('python-kombu' 'python-billiard' 'python-pytz' 'python-vine')
-optdepends=('python-cryptography: 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-boto3: for SQS transport'
-'python-yaml: for using the yaml serializer'
-'python-pyzmq: for using ZeroMQ transport')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-case' 'python-cryptography'
-  'python-gevent' 'python-pymongo' 'python-msgpack' 'python-pyro' 
'python-redis'
-  'python-sqlalchemy' 'python-boto3' 'python-yaml' 'python-pyzmq' 
'python-eventlet'
-  'python-moto')
-source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery.tmpfiles.d)
-options=('!emptydirs')
-sha512sums=('def472c538ad9abfb7a91c41bcc72ddef12990a4a33b928bc71be53fb3546c596c3759b4ffec5c8360e9ffb98ca47df18f1da2481e3f272afa04aec4c08a95c9'
-
'3c6c9dbdacca2de12d49c03526b34797fd867c14d04115af0d1fda64d2848a5d3f64ceb6d284be319a81d932dc86e69c157b6f5f859f2fa213fc2f43a6052c65'
-
'67279b75c3b44d065811c9c90aee006296164000912d5bb97c74956b26ee4ad4f0847e846052a896d379848b869c849300367e676d3f689cf29e3a0c7ae5310b')
-
-prepare() {
-  cd celery-$pkgver
-  sed -i -e 's/==/>=/' -e '/pre-commit/d' requirements/test.txt
-
-  sed -i -e '/from pytest import PytestUnknownMarkWarning/a \from 
_pytest.outcomes import Failed' \
- -e 's/ValueError/Failed/' t/unit/contrib/test_pytest.py
-}
-
-build() {
-  cd celery-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd celery-$pkgver
-  # t/unit/apps/test_multi.py & t/unit/bin/test_multi.py: needs write 
permission to /var/run/celery
-  python -m pytest --deselect t/unit/apps/test_multi.py --deselect 
t/unit/bin/test_multi.py
-}
-
-package() {
-  cd 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 
"$pkgdir"/usr/lib/systemd/system/celery@.service
-  install -Dm644 "$srcdir"/celery.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/celery.conf
-}

Copied: python-celery/repos/community-testing-any/PKGBUILD (from rev 640555, 
python-celery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 11:20:14 UTC (rev 640556)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+# Contributor: Marcin Kolenda 
+# Contributor: Valentin Haloiu 
+# Contributor: Lukas Linhart 
+# Contributor: Marco Elver 
+# Contributor: apkawa 
+
+pkgname=python-celery
+pkgver=4.4.5
+pkgrel=1
+pkgdesc='Distributed Asynchronous Task Queue'
+arch=('any')
+url='http://celeryproject.org/'
+license=('BSD')
+depends=('python-kombu' 'python-billiard' 'python-pytz' 'python-vine')
+optdepends=('python-cryptography: 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-boto3: for SQS transport'
+

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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 08:07:48
  Author: felixonmars
Revision: 638222

archrelease: copy trunk to community-testing-any

Added:
  python-celery/repos/community-testing-any/PKGBUILD
(from rev 638221, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-testing-any/celery.tmpfiles.d
(from rev 638221, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-testing-any/celery@.service
(from rev 638221, python-celery/trunk/celery@.service)
Deleted:
  python-celery/repos/community-testing-any/PKGBUILD
  python-celery/repos/community-testing-any/celery.tmpfiles.d
  python-celery/repos/community-testing-any/celery@.service

---+
 PKGBUILD  |  124 ++--
 celery.tmpfiles.d |4 -
 celery@.service   |   30 ++--
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 08:07:26 UTC (rev 638221)
+++ PKGBUILD2020-06-03 08:07:48 UTC (rev 638222)
@@ -1,62 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgname=python-celery
-pkgver=4.4.3
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-depends=('python-kombu' 'python-billiard' 'python-pytz' 'python-vine')
-optdepends=('python-cryptography: 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-boto3: for SQS transport'
-'python-yaml: for using the yaml serializer'
-'python-pyzmq: for using ZeroMQ transport')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-case' 'python-cryptography'
-  'python-gevent' 'python-pymongo' 'python-msgpack' 'python-pyro' 
'python-redis'
-  'python-sqlalchemy' 'python-boto3' 'python-yaml' 'python-pyzmq' 
'python-eventlet'
-  'python-moto')
-source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery.tmpfiles.d)
-options=('!emptydirs')
-sha512sums=('7d00a675a6a05bf2db3c859ea393fe4243b17097d1680bc6b14a9f92fc20db571db5042db21541ab0d850f095a13aa2ddaf912382efe6cfba8fb7955c391756b'
-
'3c6c9dbdacca2de12d49c03526b34797fd867c14d04115af0d1fda64d2848a5d3f64ceb6d284be319a81d932dc86e69c157b6f5f859f2fa213fc2f43a6052c65'
-
'67279b75c3b44d065811c9c90aee006296164000912d5bb97c74956b26ee4ad4f0847e846052a896d379848b869c849300367e676d3f689cf29e3a0c7ae5310b')
-
-prepare() {
-  cd celery-$pkgver
-  sed -i -e 's/==/>=/' -e '/pre-commit/d' requirements/test.txt
-
-  sed -i -e '/from pytest import PytestUnknownMarkWarning/a \from 
_pytest.outcomes import Failed' \
- -e 's/ValueError/Failed/' t/unit/contrib/test_pytest.py
-}
-
-build() {
-  cd celery-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd celery-$pkgver
-  # t/unit/apps/test_multi.py & t/unit/bin/test_multi.py: needs write 
permission to /var/run/celery
-  python -m pytest --deselect t/unit/apps/test_multi.py --deselect 
t/unit/bin/test_multi.py
-}
-
-package() {
-  cd 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 
"$pkgdir"/usr/lib/systemd/system/celery@.service
-  install -Dm644 "$srcdir"/celery.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/celery.conf
-}

Copied: python-celery/repos/community-testing-any/PKGBUILD (from rev 638221, 
python-celery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 08:07:48 UTC (rev 638222)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+# Contributor: Marcin Kolenda 
+# Contributor: Valentin Haloiu 
+# Contributor: Lukas Linhart 
+# Contributor: Marco Elver 
+# Contributor: apkawa 
+
+pkgname=python-celery
+pkgver=4.4.4
+pkgrel=1
+pkgdesc='Distributed Asynchronous Task Queue'
+arch=('any')
+url='http://celeryproject.org/'
+license=('BSD')
+depends=('python-kombu' 'python-billiard' 'python-pytz' 'python-vine')
+optdepends=('python-cryptography: 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-boto3: for SQS transport'
+

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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 14:16:36
  Author: felixonmars
Revision: 600574

archrelease: copy trunk to community-testing-any

Added:
  python-celery/repos/community-testing-any/PKGBUILD
(from rev 600573, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-testing-any/celery.tmpfiles.d
(from rev 600573, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-testing-any/celery@.service
(from rev 600573, python-celery/trunk/celery@.service)
Deleted:
  python-celery/repos/community-testing-any/PKGBUILD
  python-celery/repos/community-testing-any/celery.tmpfiles.d
  python-celery/repos/community-testing-any/celery@.service

---+
 PKGBUILD  |  124 ++--
 celery.tmpfiles.d |4 -
 celery@.service   |   30 ++--
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 14:16:12 UTC (rev 600573)
+++ PKGBUILD2020-03-18 14:16:36 UTC (rev 600574)
@@ -1,62 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgname=python-celery
-pkgver=4.4.1
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-depends=('python-kombu' 'python-billiard' 'python-pytz' 'python-vine')
-optdepends=('python-cryptography: 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-boto3: for SQS transport'
-'python-yaml: for using the yaml serializer'
-'python-pyzmq: for using ZeroMQ transport')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-case' 
'python-cryptography'
-  'python-gevent' 'python-pymongo' 'python-msgpack' 'python-pyro' 
'python-redis'
-  'python-sqlalchemy' 'python-boto3' 'python-yaml' 'python-pyzmq' 
'python-eventlet'
-  'python-moto' 'python-pre-commit')
-source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery.tmpfiles.d)
-options=('!emptydirs')
-sha512sums=('91b0b4a5b6536665f73ccda09e8efa170f022e0201dcc615b45d4dcc68d486fe2485a717cb670fbc3f633721f6d3ff551f8f9fc3f1c605b4d7292cb0c1a5831d'
-
'3c6c9dbdacca2de12d49c03526b34797fd867c14d04115af0d1fda64d2848a5d3f64ceb6d284be319a81d932dc86e69c157b6f5f859f2fa213fc2f43a6052c65'
-
'67279b75c3b44d065811c9c90aee006296164000912d5bb97c74956b26ee4ad4f0847e846052a896d379848b869c849300367e676d3f689cf29e3a0c7ae5310b')
-
-prepare() {
-  cd celery-$pkgver
-  sed -i -e 's/==/>=/' requirements/test.txt
-
-  sed -i -e '/from pytest import PytestUnknownMarkWarning/a \from 
_pytest.outcomes import Failed' \
- -e 's/ValueError/Failed/' t/unit/contrib/test_pytest.py
-}
-
-build() {
-  cd celery-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd celery-$pkgver
-  # TODO
-  python setup.py pytest --addopts "--deselect 
t/unit/security/test_security.py::test_security::test_setup_security__default_app"
-}
-
-package() {
-  cd 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 
"$pkgdir"/usr/lib/systemd/system/celery@.service
-  install -Dm644 "$srcdir"/celery.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/celery.conf
-}

Copied: python-celery/repos/community-testing-any/PKGBUILD (from rev 600573, 
python-celery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 14:16:36 UTC (rev 600574)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+# Contributor: Marcin Kolenda 
+# Contributor: Valentin Haloiu 
+# Contributor: Lukas Linhart 
+# Contributor: Marco Elver 
+# Contributor: apkawa 
+
+pkgname=python-celery
+pkgver=4.4.2
+pkgrel=1
+pkgdesc='Distributed Asynchronous Task Queue'
+arch=('any')
+url='http://celeryproject.org/'
+license=('BSD')
+depends=('python-kombu' 'python-billiard' 'python-pytz' 'python-vine')
+optdepends=('python-cryptography: 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-boto3: for SQS transport'
+'python-yaml: for using the yaml