contrib/python3-pycountry/Pkgfile

18 lines
546 B
Plaintext
Raw Normal View History

2021-12-05 10:22:30 +01:00
# 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
# Depends on: python3-lxml
name=python3-pycountry
_name=pycountry
2022-03-05 16:40:47 +01:00
version=22.3.5
2021-12-05 10:22:30 +01:00
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
}