python3-pycountry: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:55 +02:00
parent 11e4852ae1
commit c9c473314e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 1171 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF303M5VkmWITX0Sfg18S03sOOXHbDS2HsNgQFpAdkq19amBnJGUrIt1JqA7C4KvSN3uqLQ91jqx4Skgrkum/VngE=
SHA256 (Pkgfile) = 75cbf0bcced383103d45c284f3dba8e30c66dd4015492dfe04d922c9080db2ea
SHA256 (.footprint) = 3bac2dd9a8977212d9bdab9d96650cd32e22fdd3ffdbcd9b1e802ab446f15982
SHA256 (pycountry-22.3.5.tar.gz) = b2163a246c585894d808f18783e19137cb70a0c18fb36748dc01fc6f109c1646

View File

@ -1,17 +0,0 @@
# Description: ISO country, subdivision, language, currency and script definitions and their translations
# URL: https://pypi.org/project/pycountry/
# Maintainer: unmaintained
# Depends on: python3-lxml
name=python3-pycountry
_name=pycountry
version=22.3.5
release=1
source=(https://files.pythonhosted.org/packages/source/${_name:0:1}/$_name/$_name-$version.tar.gz)
build() {
cd $_name-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 --skip-build
}