Files
ports/core/python2-idna/spkgbuild
2021-01-31 00:35:16 +08:00

14 lines
384 B
Plaintext

# description : Internationalized Domain Names in Applications (IDNA) (python2)
# depends : python2-setuptools
name=python2-idna
version=2.9
release=1
source="https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz"
build() {
cd ${name#*-}-$version
python2 setup.py build
python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
}