ports/contrib (3.2): pyparsing: contrib -> opt
commit 1f8307698ecec29a10867ec1ad7b0f6ddcca3eba Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Feb 4 01:13:29 2017 +1100 pyparsing: contrib -> opt diff --git a/pyparsing/.footprint b/pyparsing/.footprint deleted file mode 100644 index 15ddd2d..0000000 --- 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 4e30c8e..0000000 --- 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 d232078..0000000 --- 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.g...) - -build() { - - cd $name-$version - /usr/bin/python setup.py install --prefix=/usr --root=$PKG - -}
participants (1)
-
crux@crux.nu