Files
ports/main/python3-pyparsing/spkgbuild
2023-08-02 12:10:50 +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.1.1
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
}