ports/contrib (3.4): [notify] python-pycparser: -> 2.19 name changed from pycparser -> python-pycparser
commit 723fbeaab172dbf92a917c8df16bab93569f23ee Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Dec 8 17:03:36 2018 +1100 [notify] python-pycparser: -> 2.19 name changed from pycparser -> python-pycparser diff --git a/pycparser/.signature b/pycparser/.signature deleted file mode 100644 index f6760f9c..00000000 --- a/pycparser/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3zH0QFsz15iyor7fOpUf/urpBYp/mfXRN8wxPCajOGDmiSHfYem3C5s2IkkraXE2YrFd8nT5ykF/SxD5LnGnbQ0= -SHA256 (Pkgfile) = 9b44e2a67c99f097ce3c305f4a0cb6c9cf25ec134c6ca059c6622921c0018b4a -SHA256 (.footprint) = 5583a3fc9dab8fe298a900ca518d086a9156fe0d2f17ac88ad67143542fcfbc8 -SHA256 (release_v2.18.zip) = 2e0049a97d0e2d24b68b3d3f5a24e705049d972f6762595857d0f9f9f33ae64e diff --git a/pycparser/.footprint b/python-pycparser/.footprint similarity index 96% rename from pycparser/.footprint rename to python-pycparser/.footprint index 51ecf9c5..e600a4cd 100644 --- a/pycparser/.footprint +++ b/python-pycparser/.footprint @@ -2,11 +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/pycparser-2.18-py2.7.egg-info/ --rw-r--r-- root/root usr/lib/python2.7/site-packages/pycparser-2.18-py2.7.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python2.7/site-packages/pycparser-2.18-py2.7.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python2.7/site-packages/pycparser-2.18-py2.7.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python2.7/site-packages/pycparser-2.18-py2.7.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python2.7/site-packages/pycparser-2.19-py2.7.egg-info/ +-rw-r--r-- root/root usr/lib/python2.7/site-packages/pycparser-2.19-py2.7.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python2.7/site-packages/pycparser-2.19-py2.7.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/pycparser-2.19-py2.7.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/pycparser-2.19-py2.7.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python2.7/site-packages/pycparser/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/pycparser/__init__.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/pycparser/__init__.pyc diff --git a/python-pycparser/.signature b/python-pycparser/.signature new file mode 100644 index 00000000..69a8b44f --- /dev/null +++ b/python-pycparser/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF37L+nuZV9dQObUIUqNlMnphE8VZsC7FdqUHE6opEZ0/XfmKhwI0omaWE5dhK/o5dyw9Vt0+vW2vQz4XoPHwOUwo= +SHA256 (Pkgfile) = ab9edc6fe836abbfcd2aacbaa69c12565842c5e49ab1a659e39c204b6224e8f4 +SHA256 (.footprint) = d4f2cbbedd345027c701f2b8eb0f9c88265728cc61a4f2779d1ac70574c5586d +SHA256 (release_v2.19.tar.gz) = 893ec3d0f26c0faa7d0b992979940353a1682f86b5cd1228740637055b112379 diff --git a/pycparser/Pkgfile b/python-pycparser/Pkgfile similarity index 66% rename from pycparser/Pkgfile rename to python-pycparser/Pkgfile index 181454a5..167cacc5 100644 --- a/pycparser/Pkgfile +++ b/python-pycparser/Pkgfile @@ -1,16 +1,16 @@ # Description: C parser and AST generator written in Python. # URL: https://github.com/eliben/pycparser # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Danny Rawlins, crux at romster dot me # Depends on: python-setuptools -name=pycparser -version=2.18 +name=python-pycparser +version=2.19 release=1 -source=(https://github.com/eliben/$name/archive/release_v$version.zip) +source=(https://github.com/eliben/${name#*-*}/archive/release_v$version.tar.gz) build() { - cd $name-release_v$version + cd ${name#*-}-release_v$version + /usr/bin/python setup.py build cd pycparser
participants (1)
-
crux@crux.nu