diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-04-18 00:56:25 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-04-18 01:00:33 +1000 |
commit | 2611ae4082e80d9e80a5b4b6568452f3a4220579 (patch) | |
tree | 510c4fcf6b06a96fce6009e31084d48d448af57e /python-pyparsing/Pkgfile | |
parent | b083cda1ae17c77477da7582e774e3ee3af4e4f7 (diff) | |
download | opt-2611ae4082e80d9e80a5b4b6568452f3a4220579.tar.gz opt-2611ae4082e80d9e80a5b4b6568452f3a4220579.tar.xz |
python-pyparsing: 2.3.0 -> 2.4.0
Diffstat (limited to 'python-pyparsing/Pkgfile')
-rw-r--r-- | python-pyparsing/Pkgfile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/python-pyparsing/Pkgfile b/python-pyparsing/Pkgfile index 076d4fb14..7e30f78d2 100644 --- a/python-pyparsing/Pkgfile +++ b/python-pyparsing/Pkgfile @@ -1,10 +1,10 @@ # Description: Python parsing module. # URL: https://pypi.python.org/pypi/pyparsing/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: python +# Depends on: python-setuptools name=python-pyparsing -version=2.3.0 +version=2.4.0 release=1 source=(https://files.pythonhosted.org/packages/source/${name:7:1}/${name#*-}/${name#*-}-$version.tar.gz) @@ -17,8 +17,4 @@ build() { --prefix=/usr --root=$PKG --optimize=1 find $PKG/usr/lib/python*/site-packages -type f -exec chmod go-w {} + - - # remove sdist metadata, as wheel metadata will be used with python-pip - find $PKG/usr/lib/python*/site-packages/ -maxdepth 1 -type f \ - -name "${name#*-}-$version-py*.egg-info" -delete } |