Files
ports/main/python3-pyparsing/spkgbuild
2022-10-16 17:42:18 +02:00

14 lines
364 B
Plaintext

# description : General parsing module for Python
# depends : python3-setuptools python3-installer python3-build
name=python3-pyparsing
version=3.0.9
release=1
source="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
}