- update py-parsing to 1.5.6
- regen PLIST
This commit is contained in:
parent
ca2dac03a5
commit
ea61a8de9d
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2011/09/16 09:24:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2011/11/26 09:58:40 benoit Exp $
|
||||
|
||||
COMMENT = Python parsing module
|
||||
|
||||
MODPY_EGG_VERSION = 1.5.5
|
||||
MODPY_EGG_VERSION = 1.5.6
|
||||
DISTNAME = pyparsing-${MODPY_EGG_VERSION}
|
||||
PKGNAME = ${DISTNAME:S/py/py-/}
|
||||
REVISION = 1
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://pyparsing.wikispaces.com/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (pyparsing-1.5.5.tar.gz) = C+ujkcujCC15FMKJv/pSzg==
|
||||
RMD160 (pyparsing-1.5.5.tar.gz) = /3hvokHS5DLxl8bkw/D/up/KGqs=
|
||||
SHA1 (pyparsing-1.5.5.tar.gz) = aPGKj5jJ0OYT4Iq0XCuCY9qkpTs=
|
||||
SHA256 (pyparsing-1.5.5.tar.gz) = 0XVN8IAYcdBalvHO9QpPMuXUDUnqJKocbKlSnL1WIAU=
|
||||
SIZE (pyparsing-1.5.5.tar.gz) = 1412611
|
||||
MD5 (pyparsing-1.5.6.tar.gz) = HkHLIZ2un8NTvUzUdjaygw==
|
||||
RMD160 (pyparsing-1.5.6.tar.gz) = pwoFqLopAprg7V3Ru885H/lTbvk=
|
||||
SHA1 (pyparsing-1.5.6.tar.gz) = lyQOdi2QRDtXi9h2GPi2fyZtOEw=
|
||||
SHA256 (pyparsing-1.5.6.tar.gz) = XISqRQDoLVqiwIQtVijF2pheaKwfszVU4OVUfrPIWnU=
|
||||
SIZE (pyparsing-1.5.6.tar.gz) = 1418892
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2010/10/09 10:38:53 benoit Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2011/11/26 09:58:42 benoit Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/pyparsing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/pyparsing.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pyparsing.pyc
|
||||
@ -78,6 +78,7 @@ share/examples/py-parsing/SingleForm.dfm
|
||||
share/examples/py-parsing/TAP.py
|
||||
share/examples/py-parsing/adventureEngine.py
|
||||
share/examples/py-parsing/apicheck.py
|
||||
share/examples/py-parsing/btpyparse.py
|
||||
share/examples/py-parsing/cLibHeader.py
|
||||
share/examples/py-parsing/chemicalFormulas.py
|
||||
share/examples/py-parsing/commasep.py
|
||||
@ -93,11 +94,13 @@ share/examples/py-parsing/ebnftest.py
|
||||
share/examples/py-parsing/eval_arith.py
|
||||
share/examples/py-parsing/excelExpr.py
|
||||
share/examples/py-parsing/fourFn.py
|
||||
share/examples/py-parsing/gen_ctypes.py
|
||||
share/examples/py-parsing/getNTPservers.py
|
||||
share/examples/py-parsing/getNTPserversNew.py
|
||||
share/examples/py-parsing/greeting.py
|
||||
share/examples/py-parsing/greetingInGreek.py
|
||||
share/examples/py-parsing/greetingInKorean.py
|
||||
share/examples/py-parsing/groupUsingListAllMatches.py
|
||||
share/examples/py-parsing/holaMundo.py
|
||||
share/examples/py-parsing/htmlStripper.py
|
||||
share/examples/py-parsing/httpServerLogParser.py
|
||||
@ -120,6 +123,7 @@ share/examples/py-parsing/parsePythonValue.py
|
||||
share/examples/py-parsing/parseResultsSumExample.py
|
||||
share/examples/py-parsing/partial_gene_match.py
|
||||
share/examples/py-parsing/pgn.py
|
||||
share/examples/py-parsing/protobuf_parser.py
|
||||
share/examples/py-parsing/pymicko.py
|
||||
share/examples/py-parsing/pythonGrammarParser.py
|
||||
share/examples/py-parsing/readJson.py
|
||||
@ -140,6 +144,7 @@ share/examples/py-parsing/sql2dot.py
|
||||
share/examples/py-parsing/stackish.py
|
||||
share/examples/py-parsing/stateMachine2.py
|
||||
share/examples/py-parsing/tagCapture.py
|
||||
share/examples/py-parsing/test_bibparse.py
|
||||
share/examples/py-parsing/urlExtractor.py
|
||||
share/examples/py-parsing/urlExtractorNew.py
|
||||
share/examples/py-parsing/withAttribute.py
|
||||
|
Loading…
Reference in New Issue
Block a user