mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 11:44:49 +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.2
|
|
release=1
|
|
source=(https://files.pythonhosted.org/packages/source/p/${name#*-}/${name#*-}-$version.tar.gz)
|
|
md5sum=(46d02cbe0461fe0571d51649e6006ef5)
|
|
|
|
build() {
|
|
cd ${name#*-}-$version
|
|
python2 setup.py build
|
|
python2 setup.py install --prefix=/usr --root="$PKG" --optimize=1
|
|
}
|