python3-pycountry: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-13 09:14:56 +02:00
parent 72e373c5c9
commit 143873ecdb
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 6 deletions

View File

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

View File

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