mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
# description : An intrinsic PEG Parser-Interpreter for Python
|
|
# depends : python3
|
|
|
|
name=python3-pypeg2
|
|
version=2.15.2
|
|
release=1
|
|
source="$name-$version.tar.gz::https://pypi.python.org/packages/source/p/pyPEG2/pyPEG2-$version.tar.gz"
|
|
|
|
build() {
|
|
cd pyPEG2-$version
|
|
python3 setup.py install --root="$PKG" --prefix=/usr --optimize=1
|
|
}
|