~dricottone/huttese-apk

ref: f69104a9ecec00919bb6e5b292861b7c63f0d1e7 huttese-apk/sr.ht/py3-celery/APKBUILD -rw-r--r-- 812 bytes
f69104a9 — Drew DeVault builds.sr.ht: new dependency 3 years ago
                                                                                
2effb6a1 Drew DeVault
f9216d16 Drew DeVault
d1a27afb Drew DeVault
02e58543 Drew DeVault
2effb6a1 Drew DeVault
e3948418 Drew DeVault
68074b59 Drew DeVault
5829791a Eyal Sawady
e3948418 Drew DeVault
2effb6a1 Drew DeVault
f9216d16 Drew DeVault
2effb6a1 Drew DeVault
f9216d16 Drew DeVault
2effb6a1 Drew DeVault
d1a27afb Drew DeVault
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-celery
_pyname=celery
pkgver=5.0.5
pkgrel=1
pkgdesc="Distributed Asyncronous Task Queue"
url="http://celeryproject.org"
arch="noarch"
license="BSD"
depends="python3"
makedepends="py-setuptools"
depends="
	py3-amqp
	py3-billiard
	py3-click-repl
	py3-click-didyoumean
	py3-click-plugins
	py3-kombu
	py3-tz
	py3-vine
	py3-importlib-metadata
"
source="https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

build() {
	python3 setup.py build
}

check() {
	python3 setup.py check
}

package() {
	python3 setup.py install --root="$pkgdir" --optimize=1
}

sha512sums="cb941e80dd9084a686f5a712abb23993ba8d255962529d6987cf135c38bfc4b80073704be2f6bb1dd23fb219a5b8aaa69dff05da1741144ec615177295413501  celery-5.0.5.tar.gz"