Update to 1.4.6 from new maintainer Will Maier <willmaier@ml1.net>
This commit is contained in:
parent
0b8c250c50
commit
2c375e225c
@ -1,13 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2006/10/30 10:45:57 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2007/04/30 18:16:16 alek Exp $
|
||||
|
||||
COMMENT= "Python parsing module"
|
||||
|
||||
DISTNAME= pyparsing-1.4.4
|
||||
DISTNAME= pyparsing-1.4.6
|
||||
PKGNAME= ${DISTNAME:S/py/py-/}
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://pyparsing.sourceforge.net/
|
||||
|
||||
MAINTAINER= Will Maier <willmaier@ml1.net>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (pyparsing-1.4.4.tar.gz) = auSL1ScJR1bG5XUmey0bMA==
|
||||
RMD160 (pyparsing-1.4.4.tar.gz) = pMHwyjVCEwTPzHUmchEAPV9XC6s=
|
||||
SHA1 (pyparsing-1.4.4.tar.gz) = LopOjXed220mRNTmooPx96/9KiU=
|
||||
SHA256 (pyparsing-1.4.4.tar.gz) = ZiL98vqBG0F31oEjCyMG65Qo7Hp/1h2U5vmdRt4792E=
|
||||
SIZE (pyparsing-1.4.4.tar.gz) = 703894
|
||||
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
|
||||
|
@ -1,6 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2006/10/30 10:45:57 xsa Exp $
|
||||
lib/python${MODPY_VERSION}/
|
||||
lib/python${MODPY_VERSION}/site-packages/
|
||||
@comment $OpenBSD: PLIST,v 1.8 2007/04/30 18:16:16 alek Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/pyparsing.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pyparsing.pyc
|
||||
share/doc/py-parsing/
|
||||
@ -46,11 +44,9 @@ share/doc/py-parsing/parserFwk.pyparsing.ParseExpression-class.html
|
||||
share/doc/py-parsing/parserFwk.pyparsing.ParseFatalException-class.html
|
||||
share/doc/py-parsing/parserFwk.pyparsing.ParseResults-class.html
|
||||
share/doc/py-parsing/parserFwk.pyparsing.ParserElement-class.html
|
||||
share/doc/py-parsing/parserFwk.pyparsing.PositionToken-class.html
|
||||
share/doc/py-parsing/parserFwk.pyparsing.QuotedString-class.html
|
||||
share/doc/py-parsing/parserFwk.pyparsing.RecursiveGrammarException-class.html
|
||||
share/doc/py-parsing/parserFwk.pyparsing.Regex-class.html
|
||||
share/doc/py-parsing/parserFwk.pyparsing.ReparseException-class.html
|
||||
share/doc/py-parsing/parserFwk.pyparsing.SkipTo-class.html
|
||||
share/doc/py-parsing/parserFwk.pyparsing.StringEnd-class.html
|
||||
share/doc/py-parsing/parserFwk.pyparsing.StringStart-class.html
|
||||
@ -71,6 +67,8 @@ share/examples/py-parsing/AcManForm.dfm
|
||||
share/examples/py-parsing/LAparser.py
|
||||
share/examples/py-parsing/SimpleCalc.py
|
||||
share/examples/py-parsing/SingleForm.dfm
|
||||
share/examples/py-parsing/adventureEngine.py
|
||||
share/examples/py-parsing/cLibHeader.py
|
||||
share/examples/py-parsing/chemicalFormulas.py
|
||||
share/examples/py-parsing/commasep.py
|
||||
share/examples/py-parsing/configParse.py
|
||||
@ -85,21 +83,29 @@ 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/holaMundo.py
|
||||
share/examples/py-parsing/htmlStripper.py
|
||||
share/examples/py-parsing/httpServerLogParser.py
|
||||
share/examples/py-parsing/idlParse.py
|
||||
share/examples/py-parsing/indentedGrammarExample.py
|
||||
share/examples/py-parsing/jsonParser.py
|
||||
share/examples/py-parsing/linenoExample.py
|
||||
share/examples/py-parsing/list1.py
|
||||
share/examples/py-parsing/listAllMatches.py
|
||||
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/parseListString.py
|
||||
share/examples/py-parsing/parsePythonValue.py
|
||||
share/examples/py-parsing/pgn.py
|
||||
share/examples/py-parsing/pythonGrammarParser.py
|
||||
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/searchparser.py
|
||||
share/examples/py-parsing/sexpParser.py
|
||||
share/examples/py-parsing/simpleArith.py
|
||||
share/examples/py-parsing/simpleBool.py
|
||||
share/examples/py-parsing/simpleSQL.py
|
||||
|
Loading…
Reference in New Issue
Block a user