contrib/python3-pycountry/Pkgfile

18 lines
524 B
Plaintext

# 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
}