diff options
| author | prspkt <prspkt@protonmail.com> | 2019-08-10 21:18:31 +0300 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-08-23 11:20:01 +0000 |
| commit | cf792315e123a033c7e2ef0d4561e7c98e0f7260 (patch) | |
| tree | 47c9dbadecc2284be1b8817e785642058e79d22e /testing | |
| parent | fb6521fc2afeacc331bc124da95b500f0f92eab9 (diff) | |
| download | aports-cf792315e123a033c7e2ef0d4561e7c98e0f7260.tar.bz2 aports-cf792315e123a033c7e2ef0d4561e7c98e0f7260.tar.xz | |
main/py3-pycountry: move from testing
Signed-off-by: prspkt <prspkt@protonmail.com>
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-pycountry/APKBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/py3-pycountry/APKBUILD b/testing/py3-pycountry/APKBUILD deleted file mode 100644 index 7dd5858d77..0000000000 --- a/testing/py3-pycountry/APKBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Contributor: Francesco Colista <francesco.colista@gmail.com> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py3-pycountry -_pkgname=pycountry -pkgver=19.8.18 -pkgrel=0 -pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations" -url="https://pypi.org/project/pycountry" -arch="noarch" -license="LGPL-2.1-only" -depends="python3" -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 - -replaces="py-pycountry" # for backwards compatibility -provides="py-pycountry=$pkgver-r$pkgrel" # for backwards compatibility - -build() { - python3 setup.py build -} - -check() { - PYTHONPATH="$builddir/build/lib" py.test-3 -v -} - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="39ba06629eeea55460424d06992ca5f1e5bf6168b219dc4880ec326f6aa0c92a4fdc54d4143a8b8bb1490149af793e760e291c6d704104a57ba91e88228ab669 pycountry-19.8.18.tar.gz" |
