~dricottone/huttese-apk

ref: fcdbf827885021e41c64080d693d8387f9c70498 huttese-apk/pkgsrc/py3-billiard/APKBUILD -rw-r--r-- 797 bytes
fcdbf827Dominic Ricottone Reshaping repo 2 years ago
                                                                                
2effb6a1 Drew DeVault
f9216d16 Drew DeVault
27be326a Drew DeVault
9cdf2ad0 Drew DeVault
2effb6a1 Drew DeVault
f9216d16 Drew DeVault
c568cc61 Drew DeVault
f9216d16 Drew DeVault
2effb6a1 Drew DeVault
27be326a 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
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-billiard
_pyname=billiard
pkgver=4.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"
options="!check"

build() {
	python3 setup.py check
}

check() {
	python3 setup.py check
}

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

sha512sums="
af208a9bb38b35ecc5f36cf284da85fcab6954bbd213635cc7b82d699ac35bc5343f33b93e603ec358b70f138b432bf7e9f940c1290570ebf02b2227bc46739a  billiard-4.0.0.tar.gz
"