ports/opt (3.5): python-pyparsing: 2.3.0 -> 2.4.0
commit 2611ae4082e80d9e80a5b4b6568452f3a4220579 Author: Danny Rawlins <monster.romster@gmail.com> Date: Thu Apr 18 00:56:25 2019 +1000 python-pyparsing: 2.3.0 -> 2.4.0 diff --git a/python-pyparsing/.footprint b/python-pyparsing/.footprint index f764381b6..44dc09dfa 100644 --- a/python-pyparsing/.footprint +++ b/python-pyparsing/.footprint @@ -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 diff --git a/python-pyparsing/.signature b/python-pyparsing/.signature index a02fc090c..53c7f69b5 100644 --- a/python-pyparsing/.signature +++ b/python-pyparsing/.signature @@ -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 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 }
participants (1)
-
crux@crux.nu