From 143873ecdb0e585c3c8afae13ea4db52a7d6a35b Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 13 Aug 2023 09:14:56 +0200 Subject: [PATCH] python3-pycountry: marked unmaintained --- python3-pycountry/.signature | 4 ++-- python3-pycountry/Pkgfile | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python3-pycountry/.signature b/python3-pycountry/.signature index c8f56e221..a7953ba38 100644 --- a/python3-pycountry/.signature +++ b/python3-pycountry/.signature @@ -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 diff --git a/python3-pycountry/Pkgfile b/python3-pycountry/Pkgfile index 7bd2b1329..913aaaee9 100644 --- a/python3-pycountry/Pkgfile +++ b/python3-pycountry/Pkgfile @@ -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 }