summaryrefslogtreecommitdiff
path: root/pyparsing
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-02-05 16:21:38 +1100
committerDanny Rawlins <monster.romster@gmail.com>2017-02-05 16:21:38 +1100
commitc13aaaf8459b48b294fb8fb28539d3499b88b166 (patch)
treef543d6313a5c92b456f2777c2db54791a3337432 /pyparsing
parent8bb9657a1cdcc1ac825cf349f075519d5cf618b4 (diff)
parentf1a3cf5c6201d4741e5d341e88d3eabe232115dc (diff)
downloadcontrib-c13aaaf8459b48b294fb8fb28539d3499b88b166.tar.gz
contrib-c13aaaf8459b48b294fb8fb28539d3499b88b166.tar.xz
Merge branch '3.2' into 3.3
Diffstat (limited to 'pyparsing')
-rw-r--r--pyparsing/.footprint7
-rw-r--r--pyparsing/.md5sum1
-rw-r--r--pyparsing/Pkgfile16
3 files changed, 0 insertions, 24 deletions
diff --git a/pyparsing/.footprint b/pyparsing/.footprint
deleted file mode 100644
index 15ddd2d85..000000000
--- a/pyparsing/.footprint
+++ /dev/null
@@ -1,7 +0,0 @@
-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-2.0.3-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
deleted file mode 100644
index 4e30c8e4a..000000000
--- a/pyparsing/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-0fe479be09fc2cf005f753d3acc35939 pyparsing-2.0.3.tar.gz
diff --git a/pyparsing/Pkgfile b/pyparsing/Pkgfile
deleted file mode 100644
index d23207812..000000000
--- a/pyparsing/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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=2.0.3
-release=1
-source=(https://pypi.python.org/packages/source/p/pyparsing/pyparsing-$version.tar.gz)
-
-build() {
-
- cd $name-$version
- /usr/bin/python setup.py install --prefix=/usr --root=$PKG
-
-}

Generated by cgit