]> git.sev.monster Git - aports.git/commitdiff
py3-iso3166: new package
authorsev <git@sev.monster>
Thu, 12 May 2022 17:55:30 +0000 (12:55 -0500)
committersev <git@sev.monster>
Thu, 12 May 2022 17:55:30 +0000 (12:55 -0500)
testing/py3-iso3166/APKBUILD [new file with mode: 0644]

diff --git a/testing/py3-iso3166/APKBUILD b/testing/py3-iso3166/APKBUILD
new file mode 100644 (file)
index 0000000..a4f08d6
--- /dev/null
@@ -0,0 +1,30 @@
+# Contributor: sev <alpine@sev.monster>
+# Maintainer: sev <alpine@sev.monster>
+_pkgname=iso3166
+pkgname=py3-$_pkgname
+pkgver=2.0.2
+pkgrel=0
+pkgdesc="Self-contained ISO 3166-1 country definitions."
+url="https://github.com/deactivated/python-iso3166"
+arch="noarch"
+license="MIT"
+depends="python3>=3.6"
+makedepends="py3-setuptools"
+checkdepends="py3-pytest"
+source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+builddir="$srcdir"/$_pkgname-$pkgver
+
+build() {
+       python3 setup.py build
+}
+
+package() {
+       python3 setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+check() {
+       python3 -m pytest
+}
+sha512sums="
+eb5c27c69e29c4312f3a5146206032aae49ee489d9a5987fce1fb66bae9d93ec252bf7fd1119403a278f66adaa5ce1c77fe8d3a1622c46ae4a291d73e5c9fb21  iso3166-2.0.2.tar.gz
+"
This page took 0.043998 seconds and 4 git commands to generate.