~dricottone/huttese-apk

ref: 875ce1c9c1b47ff06d3d4e01126a3ce4b5999185 huttese-apk/sr.ht/py3-billiard/APKBUILD -rw-r--r-- 782 bytes
875ce1c9 — Drew DeVault Add py3-soupselect to py3-srht dependencies 5 years ago
                                                                                
2effb6a1 Drew DeVault
f9216d16 Drew DeVault
04866bce Drew DeVault
2effb6a1 Drew DeVault
f9216d16 Drew DeVault
2effb6a1 Drew DeVault
f9216d16 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
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-billiard
_pyname=billiard
pkgver=3.6.0.0
pkgrel=0
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"

build() {
	python3 setup.py check
}

check() {
	python3 setup.py check
}

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

sha512sums="0a71de026d2a781b83fe2c549ecbfe9b6fbd574d8067fc46ba7eca6b76633a123620853d22696df3563d050043cfe75b14b4b69bf5217e0af964aaa0bcbe08ff  billiard-3.6.0.0.tar.gz"