Files
ports/main/python3-pyparsing/spkgbuild
2022-12-14 16:16:13 +00:00

14 lines
386 B
Plaintext

# description : General parsing module for Python
# depends : python3-installer python3-build python3-flit-core
name=python3-pyparsing
version=3.0.9
release=1
source="$name-$version.tar.gz::https://files.pythonhosted.org/packages/source/p/${name#*-}/${name#*-}-$version.tar.gz"
build() {
cd ${name#*-}-$version
python3 -m build -nw
python3 -m installer --destdir=$PKG dist/*.whl
}