~dricottone/huttese-apk

ref: ffa307be2012ce96c68d99541edb3f6a3caf1022 huttese-apk/sr.ht/py3-billiard/APKBUILD -rw-r--r-- 799 bytes
ffa307be — Drew DeVault py3-mistletoe: bump pkgrel 3 years ago
                                                                                
2effb6a1 Drew DeVault
f9216d16 Drew DeVault
c568cc61 Drew DeVault
f697c5dc Drew DeVault
2effb6a1 Drew DeVault
f9216d16 Drew DeVault
c568cc61 Drew DeVault
f9216d16 Drew DeVault
2effb6a1 Drew DeVault
c568cc61 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
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-billiard
_pyname=billiard
pkgver=3.6.3.0
pkgrel=3
pkgdesc="Python multiprocessing fork with improvements and bugfixes."
url="http://pypi.python.org/pypi/billiard"
arch="noarch"
license="BSD"
depends="python3"
makedepends="py3-setuptools"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"
options="!check"

build() {
	python3 setup.py check
}

check() {
	python3 setup.py check
}

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

sha512sums="8fde933c7f605aa4958a6f9da7aa876f42ef7250845b113fc175f8e8af1760063ac6b2a7a222d2c0bac4715f18986a2ee1a5528cc14925b2060dca8a5bd2333c  billiard-3.6.3.0.tar.gz"