summaryrefslogtreecommitdiff
path: root/pyparsing
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2013-04-09 16:23:51 +0200
committerThomas Penteker <tek@serverop.de>2013-04-09 16:23:51 +0200
commite20054a83f939277dc81d7bf65673461f0a91949 (patch)
treebd1bedbd33af4f5cfd0f29d32d9782635e59d4a8 /pyparsing
parent5900f29707b1f53617be07320508add64972eca4 (diff)
downloadcontrib-e20054a83f939277dc81d7bf65673461f0a91949.tar.gz
contrib-e20054a83f939277dc81d7bf65673461f0a91949.tar.xz
pyparsing: initial import
Diffstat (limited to 'pyparsing')
-rw-r--r--pyparsing/.footprint7
-rw-r--r--pyparsing/.md5sum1
-rw-r--r--pyparsing/Pkgfile16
3 files changed, 24 insertions, 0 deletions
diff --git a/pyparsing/.footprint b/pyparsing/.footprint
new file mode 100644
index 000000000..02564520d
--- /dev/null
+++ b/pyparsing/.footprint
@@ -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
diff --git a/pyparsing/.md5sum b/pyparsing/.md5sum
new file mode 100644
index 000000000..7a5c3a835
--- /dev/null
+++ b/pyparsing/.md5sum
@@ -0,0 +1 @@
+b610eee4da882f0c9d063eaf83dc8fbf pyparsing-1.5.7.tar.gz
diff --git a/pyparsing/Pkgfile b/pyparsing/Pkgfile
new file mode 100644
index 000000000..1d0dc09d2
--- /dev/null
+++ b/pyparsing/Pkgfile
@@ -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
+
+}

Generated by cgit