summaryrefslogtreecommitdiff
path: root/python3-idna/Pkgfile
blob: c0d79c5a0851f62cc82bcd7752cd3976edb7a9b0 (plain)
    1 # Description: Internationalized Domain Names in Applications (IDNA).
    2 # URL: https://github.com/kjd/idna
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: python3-setuptools
    5 
    6 name=python3-idna
    7 version=3.4
    8 release=1
    9 source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
   10 
   11 build() {
   12 	cd ${name#*-}-$version
   13 	/usr/bin/python3 setup.py build
   14 	/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
   15 }

Generated by cgit