contrib/python3-iso3166/Pkgfile

16 lines
452 B
Plaintext
Raw Normal View History

2017-02-04 09:50:19 +01:00
# Description: Self-contained ISO 3166-1 country definitions.
# URL: https://pypi.python.org/pypi/iso3166/
2023-08-13 09:17:54 +02:00
# Maintainer: unmaintained
2017-02-04 09:50:19 +01:00
# Depends on: python3-setuptools
name=python3-iso3166
2022-07-23 22:27:15 +02:00
version=2.1.1
2017-02-04 09:50:19 +01:00
release=1
2017-02-12 10:54:33 +01:00
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
2017-02-04 09:50:19 +01:00
build() {
2023-08-13 09:17:54 +02:00
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
2017-02-04 09:50:19 +01:00
}