update to 1.4.8 from Will Maier (MAINTAINER)

ok sthen@
This commit is contained in:
okan 2007-11-29 19:00:41 +00:00
parent a5603b8dc1
commit 71cb41a8ea
3 changed files with 15 additions and 10 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.11 2007/10/08 08:22:40 steven Exp $
# $OpenBSD: Makefile,v 1.12 2007/11/29 19:00:41 okan Exp $
COMMENT= Python parsing module
DISTNAME= pyparsing-1.4.6
PKGNAME= ${DISTNAME:S/py/py-/}p0
DISTNAME= pyparsing-1.4.8
PKGNAME= ${DISTNAME:S/py/py-/}
CATEGORIES= devel
HOMEPAGE= http://pyparsing.sourceforge.net/
HOMEPAGE= http://pyparsing.wikispaces.com/
MAINTAINER= Will Maier <willmaier@ml1.net>

View File

@ -1,5 +1,5 @@
MD5 (pyparsing-1.4.6.tar.gz) = 9QT/jLvZqCt596zfNdMO5g==
RMD160 (pyparsing-1.4.6.tar.gz) = prOq957EPaCjYeZtp0fBVq12res=
SHA1 (pyparsing-1.4.6.tar.gz) = Iedo2IZ3Wki8zWKQ2nvqYRW/lB8=
SHA256 (pyparsing-1.4.6.tar.gz) = YIA4etmPumcv5vxH5mpqS8AAojXlw9taHOiV9GD5Lbw=
SIZE (pyparsing-1.4.6.tar.gz) = 725897
MD5 (pyparsing-1.4.8.tar.gz) = aX/xAcxN4jYkJbxGKlIfHQ==
RMD160 (pyparsing-1.4.8.tar.gz) = 4J+wRsLHmF0YYvHuLQVGGuAEMJY=
SHA1 (pyparsing-1.4.8.tar.gz) = epLbcGVzH1/RTcyWZnMh3DyqFHM=
SHA256 (pyparsing-1.4.8.tar.gz) = UdQCsCebidSSJBGltlA6D0pZLt+KXf2IFNJYFSjhlDY=
SIZE (pyparsing-1.4.8.tar.gz) = 555781

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.8 2007/04/30 18:16:16 alek Exp $
@comment $OpenBSD: PLIST,v 1.9 2007/11/29 19:00:41 okan Exp $
lib/python${MODPY_VERSION}/site-packages/pyparsing-1.4.8-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/pyparsing.py
lib/python${MODPY_VERSION}/site-packages/pyparsing.pyc
share/doc/py-parsing/
@ -8,6 +9,7 @@ share/doc/py-parsing/README
share/doc/py-parsing/__builtin__.object-class.html
share/doc/py-parsing/__builtin__.type-class.html
share/doc/py-parsing/epydoc.css
share/doc/py-parsing/exceptions.BaseException-class.html
share/doc/py-parsing/exceptions.Exception-class.html
share/doc/py-parsing/frames.html
share/doc/py-parsing/help.html
@ -96,6 +98,7 @@ share/examples/py-parsing/macroExpander.py
share/examples/py-parsing/makeHTMLTagExample.py
share/examples/py-parsing/mozilla.ics
share/examples/py-parsing/mozillaCalendarParser.py
share/examples/py-parsing/nested.py
share/examples/py-parsing/parseListString.py
share/examples/py-parsing/parsePythonValue.py
share/examples/py-parsing/pgn.py
@ -104,6 +107,7 @@ share/examples/py-parsing/removeLineBreaks.py
share/examples/py-parsing/romanNumerals.py
share/examples/py-parsing/scanExamples.py
share/examples/py-parsing/scanYahoo.py
share/examples/py-parsing/searchParserAppDemo.py
share/examples/py-parsing/searchparser.py
share/examples/py-parsing/sexpParser.py
share/examples/py-parsing/simpleArith.py
@ -114,4 +118,5 @@ share/examples/py-parsing/sparser.py
share/examples/py-parsing/sql2dot.py
share/examples/py-parsing/urlExtractor.py
share/examples/py-parsing/urlExtractorNew.py
share/examples/py-parsing/withAttribute.py
share/examples/py-parsing/wordsToNum.py