~dricottone/huttese-apk

ref: a8935f9647020b335c124993632e47b864878f77 huttese-apk/sr.ht/py3-celery/APKBUILD -rw-r--r-- 793 bytes
a8935f96 — Drew DeVault py3-weasyprint: upgrade to 54.3 2 years ago
                                                                                
2effb6a1 Drew DeVault
f9216d16 Drew DeVault
c77771a0 Drew DeVault
71d876dd Drew DeVault
2effb6a1 Drew DeVault
e3948418 Drew DeVault
68074b59 Drew DeVault
5829791a Eyal Sawady
e3948418 Drew DeVault
0c937684 Drew DeVault
f9216d16 Drew DeVault
2effb6a1 Drew DeVault
f9216d16 Drew DeVault
2effb6a1 Drew DeVault
0f386a6e Drew DeVault
c77771a0 Drew DeVault
0f386a6e 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
39
40
41
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-celery
_pyname=celery
pkgver=5.2.5
pkgrel=0
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
"
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="
5b2191d9c3334ed198bcbae2fd7a7f2f3bde3d7eb05d10b051d1ee2d3815600d4a8a9a9b2c488afe780b0df8cef6c8b438c0a59b54d1ef94e2a7f5064d9b6c11  celery-5.2.5.tar.gz
"