summaryrefslogtreecommitdiff
path: root/python3-iso3166/Pkgfile
blob: 4b4d4a67add0eb8775d6047089cdf2b25801e9e3 (plain)
    1 # Description: Self-contained ISO 3166-1 country definitions.
    2 # URL: https://pypi.python.org/pypi/iso3166/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: python3-setuptools
    5 
    6 name=python3-iso3166
    7 version=0.7
    8 release=1
    9 source=(https://pypi.python.org/packages/6f/93/3e2358e76384ef696cbbce42e92f7ebb422355c015061938e9f2aa2448cd/iso3166-$version.tar.gz)
   10 
   11 build() {
   12 	cd ${name#*-}-$version
   13 	/usr/bin/python3 setup.py build
   14 	/usr/bin/python3 setup.py install --root=$PKG --optimize=1
   15 }

Generated by cgit