This trivial update bumps py-parsing to 1.4.8, the latest stable
release (changes here[0]). The patch also fixes the homepage. Tested
on -current/i386.
Patch below my sig and available via HTTP:
http://www.lfod.us/files/ports/py-parsing-1.4.8.diff
Thanks!
diffstat:
3 files changed, 13 insertions(+), 8 deletions(-)
Makefile | 6 +++---
distinfo | 10 +++++-----
pkg/PLIST | 5 +++++
[0] http://pyparsing.wikispaces.com/News
--
o--------------------------{ Will Maier }--------------------------o
| web:.......http://www.lfod.us/ | [EMAIL PROTECTED] |
*------------------[ BSD Unix: Live Free or Die ]------------------*
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
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 <[EMAIL PROTECTED]>
diff --git a/distinfo b/distinfo
--- a/distinfo
+++ b/distinfo
@@ -1,5 +1,5 @@ MD5 (pyparsing-1.4.6.tar.gz) = 9QT/jLvZq
-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
diff --git a/pkg/PLIST b/pkg/PLIST
--- a/pkg/PLIST
+++ b/pkg/PLIST
@@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.8 2007/04/30 18:16:16 alek 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/__builtin__.object-
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/makeHTMLTagExa
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/romanNumerals.
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/sql2dot.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