pyparsing: initial import

This commit is contained in:
Thomas Penteker 2013-04-09 16:23:51 +02:00
parent 5900f29707
commit e20054a83f
3 changed files with 24 additions and 0 deletions

7
pyparsing/.footprint Normal file
View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyparsing-1.5.7-py2.7.egg-info
-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyparsing.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyparsing.pyc

1
pyparsing/.md5sum Normal file
View File

@ -0,0 +1 @@
b610eee4da882f0c9d063eaf83dc8fbf pyparsing-1.5.7.tar.gz

16
pyparsing/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Python parsing module
# URL: https://pypi.python.org/pypi/pyparsing
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: python
name=pyparsing
version=1.5.7
release=1
source=(https://pypi.python.org/packages/source/p/pyparsing/pyparsing-$version.tar.gz)
build() {
cd $name-$version
python setup.py install --prefix=/usr --root=$PKG
}