Files
ports/core/python3-idna/spkgbuild
2020-06-28 23:48:49 +08:00

14 lines
383 B
Plaintext

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