Files
ports/core/python3-packaging/spkgbuild
2020-05-20 00:47:25 +08:00

14 lines
347 B
Plaintext

# description : Core utilities for Python packages
# depends : python3-pyparsing python3-six
name=python3-packaging
version=20.4
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 --root "$PKG"
}