# Maintainer: Drew DeVault pkgname=celery pkgver=4.4.1 pkgrel=0 pkgdesc="An asynchronous task queue/job queue based on distributed message passing" url="http://www.celeryproject.org/" arch="noarch !s390x" # lmited by py3-kombu license="Apache-2.0" depends="py3-urllib3 py3-redis py3-vine py3-kombu py3-billiard py3-tz" makedepends="python3-dev py3-setuptools" install="$pkgname.pre-install" source="https://files.pythonhosted.org/packages/source/c/celery/celery-$pkgver.tar.gz celery.confd celery.initd" pkgusers="celery" pkggroups="celery" subpackages="$pkgname-openrc" provides="py3-celery" # TODO: requires many many many dependencies options="!check" build() { python3 setup.py build } package() { install -dm755 "$pkgdir/$confdir" install -dm755 "$pkgdir/$confdir/conf.d" # install scripts install -m755 -D "$srcdir"/$pkgname.initd \ "$pkgdir"/etc/init.d/$pkgname install -m644 -D "$srcdir"/$pkgname.confd \ "$pkgdir"/etc/conf.d/$pkgname python3 setup.py install --prefix=/usr --root="$pkgdir" } check() { python3 setup.py test } sha512sums="91b0b4a5b6536665f73ccda09e8efa170f022e0201dcc615b45d4dcc68d486fe2485a717cb670fbc3f633721f6d3ff551f8f9fc3f1c605b4d7292cb0c1a5831d celery-4.4.1.tar.gz f9458bce0d8990de646df564bec96baa0e45867f44e41380d38520905e00c941b1ce261314bb78edaa14c591e0aa9386d24c58a61f69fb0fecc616c34a24dea1 celery.confd ff8c0451efa7157fd61f2335f4187bef6cbdd51856c7cfad4de02244c6c5ca7c584f9108731b52f020fee866365d9f092ded266c90d13cb34e92a7ffb63fed57 celery.initd"