ports/opt (3.2): pyparsing: contrib -> opt
commit f8ad05592fb6b0c8e3578c2bed6da471233ef900 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Feb 4 01:16:05 2017 +1100 pyparsing: contrib -> opt diff --git a/pyparsing/.footprint b/pyparsing/.footprint new file mode 100644 index 0000000..15ddd2d --- /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-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 new file mode 100644 index 0000000..4e30c8e --- /dev/null +++ b/pyparsing/.md5sum @@ -0,0 +1 @@ +0fe479be09fc2cf005f753d3acc35939 pyparsing-2.0.3.tar.gz diff --git a/pyparsing/Pkgfile b/pyparsing/Pkgfile new file mode 100644 index 0000000..d232078 --- /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=2.0.3 +release=1 +source=(https://pypi.python.org/packages/source/p/pyparsing/pyparsing-$version.tar.g...) + +build() { + + cd $name-$version + /usr/bin/python setup.py install --prefix=/usr --root=$PKG + +}
participants (1)
-
crux@crux.nu