1
0
forked from ports/contrib

[notify] python-pycparser: -> 2.19 name changed from pycparser -> python-pycparser

This commit is contained in:
Danny Rawlins 2018-12-08 17:03:36 +11:00
parent a0f2fdaab8
commit 723fbeaab1
4 changed files with 15 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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