]> git.sev.monster Git - aports.git/blame - testing/py3-iso3166/APKBUILD
mympd: update to 12.0.4
[aports.git] / testing / py3-iso3166 / APKBUILD
CommitLineData
0b830d7f 1# Contributor: sev <alpine@sev.monster>
2# Maintainer: sev <alpine@sev.monster>
3_pkgname=iso3166
4pkgname=py3-$_pkgname
405b2200 5pkgver=2.1.1
e7fa9a29 6pkgrel=1
0b830d7f 7pkgdesc="Self-contained ISO 3166-1 country definitions."
8url="https://github.com/deactivated/python-iso3166"
9arch="noarch"
10license="MIT"
11depends="python3>=3.6"
12makedepends="py3-setuptools"
13checkdepends="py3-pytest"
14source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
15builddir="$srcdir"/$_pkgname-$pkgver
16
47e2505c 17check() {
18 PYTHONPATH="$builddir"/build/lib py.test
19}
20
0b830d7f 21build() {
22 python3 setup.py build
23}
24
25package() {
26 python3 setup.py install --prefix=/usr --root="$pkgdir"
27}
28
0b830d7f 29sha512sums="
405b2200 30b427c58ab44abd21a985b0d2b0ea48576cd0fd0d4383d7c53492961d3649c7829acebff66984ce74a02b4f3315c3cfc57dc29fd033f6d6dd7606aca43bfb6401 iso3166-2.1.1.tar.gz
0b830d7f 31"
This page took 0.043705 seconds and 4 git commands to generate.