python3-iso3166: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-13 09:17:54 +02:00
parent b9841d968d
commit ede5ca7ec5
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
RWSagIOpLGJF38ZFRRquHHN4SoBjAdGqEoQzSn3ypg+G5sZ5Af4XcZqrKsAmjw5X3guxWjtFYU1IPpfwCYV0BPosyR+hram9oAI=
SHA256 (Pkgfile) = 7547470dbcbcfa4dea950e25a00d09d9f66e1eb49e8e945913db8e6217c1f0d8
RWSagIOpLGJF39CIkLTOVXWCYe36lWzJZyfV5VRAIDKlpiW/ZrMQjVCtqweZYfb6Q+m70uXuaJoQo7EcV0YS2IYoBllkDPtZMAw=
SHA256 (Pkgfile) = d831c3574c0632a81190d8a08fff7ab9288f8c2cb24b63857be6360cb09a5595
SHA256 (.footprint) = 802631e8db39facb6149dd054dc3c9df0f5601c03822ea091ecbbf3b60f87bd1
SHA256 (iso3166-2.1.1.tar.gz) = fcd551b8dda66b44e9f9e6d6bbbee3a1145a22447c0a556e5d0fb1ad1e491719

View File

@ -1,6 +1,6 @@
# Description: Self-contained ISO 3166-1 country definitions.
# URL: https://pypi.python.org/pypi/iso3166/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: unmaintained
# Depends on: python3-setuptools
name=python3-iso3166
@ -9,7 +9,7 @@ release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
}