pyparsing: initial import
This commit is contained in:
parent
5900f29707
commit
e20054a83f
7
pyparsing/.footprint
Normal file
7
pyparsing/.footprint
Normal 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
1
pyparsing/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b610eee4da882f0c9d063eaf83dc8fbf pyparsing-1.5.7.tar.gz
|
16
pyparsing/Pkgfile
Normal file
16
pyparsing/Pkgfile
Normal 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
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user