python-pyparsing: 2.3.0 -> 2.4.0
This commit is contained in:
parent
b083cda1ae
commit
2611ae4082
@ -2,6 +2,11 @@ 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/
|
||||
drwxr-xr-x root/root usr/lib/python2.7/site-packages/pyparsing-2.4.0-py2.7.egg-info/
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyparsing-2.4.0-py2.7.egg-info/PKG-INFO
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyparsing-2.4.0-py2.7.egg-info/SOURCES.txt
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyparsing-2.4.0-py2.7.egg-info/dependency_links.txt
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyparsing-2.4.0-py2.7.egg-info/top_level.txt
|
||||
-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
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyparsing.pyo
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/d6+1B01vm69HWqOp0O27KdEWlTsVh06OgEdSXDhmI5hxR0Y47FawQXTwL4SvGVa03s6vKGKzAZ9OGnQJECemQQ=
|
||||
SHA256 (Pkgfile) = 35b9684ea7f9fede1e52b8d7af3ed3a11aafa48f7b77b0cf41e22ea68041008f
|
||||
SHA256 (.footprint) = 2bd7a4a57961df53436ef49f6e09f9d216c15e9f2801f82e37d610f3d05fb56b
|
||||
SHA256 (pyparsing-2.3.0.tar.gz) = f353aab21fd474459d97b709e527b5571314ee5f067441dc9f88e33eecd96592
|
||||
RWSE3ohX2g5d/cy37Tj2I2zuRR2zb4tyxOXD4EztIsTZ7AGBCjoybC1E/X9n5AoJ6Tg0xDghFF+IMN7vHaCUHrlHMb+rmkJM/QQ=
|
||||
SHA256 (Pkgfile) = 03de987fbb7b2d77bf0b85f652f773a4faea1661d674247053dec6693500fc84
|
||||
SHA256 (.footprint) = 64d2bcc93cd4aab61518596ff674e409880a9e443c3c90349e6e4ef6e6b5efb0
|
||||
SHA256 (pyparsing-2.4.0.tar.gz) = 1873c03321fc118f4e9746baf201ff990ceb915f433f23b395f5580d1840cb2a
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user