~dricottone/huttese-apk

ref: bddf4bc284a63004a0ffbb206a688d201b54cb5c huttese-apk/sr.ht/py3-celery/APKBUILD -rw-r--r-- 948 bytes
bddf4bc2 — Drew DeVault py3-celery: fix more stupid fucking bullshit 3 years ago
                                                                                
2effb6a1 Drew DeVault
f9216d16 Drew DeVault
0c937684 Drew DeVault
bddf4bc2 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
0c937684 Drew DeVault
bddf4bc2 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
42
43
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-celery
_pyname=celery
pkgver=5.1.2
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
"
source="
	https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz
	click.patch
"
builddir="$srcdir/$_pyname-$pkgver"

build() {
	python3 setup.py build
}

check() {
	python3 setup.py check
}

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

sha512sums="
c8f8d8dd4cc23a62ed3eea9b5388865993aee940730d4c672ae24c1b017466b0de6f422c7cb3b1bb2a4e33459a0d2447f9a42e59ee949fda56f3032298402a71  celery-5.1.2.tar.gz
8119f9d07b3b0fad35113bcefa2090368e68679f2f9f8b9719223d5125ec3bed7f7571e70a360fd5827fa5e5e0c7cf891b743d9d724d384d4cbc5ce46145d0b2  click.patch
"