mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-06 09:26:32 +00:00
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
# description : General parsing module for Python
|
|
# depends : python3-setuptools
|
|
|
|
name=python3-pyparsing
|
|
version=2.4.7
|
|
release=1
|
|
source="https://files.pythonhosted.org/packages/source/p/${name#*-}/${name#*-}-$version.tar.gz"
|
|
|
|
build() {
|
|
cd ${name#*-}-$version
|
|
python3 setup.py build
|
|
python3 setup.py install --prefix=/usr --root="$PKG" --optimize=1
|
|
}
|