mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-10 20:40:20 +00:00
15 lines
395 B
Plaintext
15 lines
395 B
Plaintext
# description : General parsing module for Python
|
|
# depends : python2-setuptools
|
|
|
|
name=python2-pyparsing
|
|
version=2.4.0
|
|
release=1
|
|
source=(https://files.pythonhosted.org/packages/source/p/${name#*-}/${name#*-}-$version.tar.gz)
|
|
md5sum=(e534c0ca755155823bf45fdd8d084922)
|
|
|
|
build() {
|
|
cd ${name#*-}-$version
|
|
python2 setup.py build
|
|
python2 setup.py install --prefix=/usr --root="$PKG" --optimize=1
|
|
}
|