mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.3.1
PR: 83635 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
This commit is contained in:
parent
fe677572c8
commit
1d16cbc914
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139448
3 changed files with 90 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= parsing
|
||||
PORTVERSION= 1.2.2
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pyparsing
|
||||
|
@ -16,7 +16,17 @@ DISTNAME= pyparsing-${PORTVERSION}
|
|||
MAINTAINER= perky@FreeBSD.org
|
||||
COMMENT= General parsing module for Python
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON= 2.3+
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/htmldoc/* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (pyparsing-1.2.2.tar.gz) = 700967c4c78e171783fae1073f74ea8d
|
||||
SIZE (pyparsing-1.2.2.tar.gz) = 232727
|
||||
MD5 (pyparsing-1.3.1.tar.gz) = a5db965fbd7ac1b4e4abdbf364287778
|
||||
SIZE (pyparsing-1.3.1.tar.gz) = 327647
|
||||
|
|
|
@ -1,3 +1,79 @@
|
|||
%%PYTHON_SITELIBDIR%%/pyparsing.py
|
||||
%%PYTHON_SITELIBDIR%%/pyparsing.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyparsing.pyo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/__builtin__.object-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/__builtin__.type-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/epydoc.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/exceptions.Exception-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/frames.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/indices.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing-module.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.And-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.CaselessLiteral-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.CharsNotIn-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.Combine-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.Dict-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.Empty-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.FollowedBy-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.Forward-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.GoToColumn-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.Group-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.Keyword-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.LineEnd-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.LineStart-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.Literal-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.MatchFirst-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.NoMatch-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.NotAny-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.OneOrMore-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.Optional-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.Or-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.ParseBaseException-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.ParseElementEnhance-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.ParseException-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.ParseExpression-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.ParseFatalException-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.ParseResults-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.ParserElement-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.PositionToken-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.RecursiveGrammarException-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.SkipTo-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.StringEnd-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.StringStart-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.Suppress-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.Token-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.TokenConverter-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.Upcase-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.White-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.Word-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.ZeroOrMore-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/toc-everything.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/toc-pyparsing-module.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/toc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/trees.html
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/AcManForm.dfm
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/SimpleCalc.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/SingleForm.dfm
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chemicalFormulas.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/commasep.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/configParse.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/dfmparse.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/dictExample.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/dictExample2.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/ebnf.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/ebnftest.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/fourFn.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/getNTPservers.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/greeting.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/httpServerLogParser.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/idlParse.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/mozilla.ics
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/mozillaCalendarParser.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/pgn.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/scanExamples.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/simpleSQL.py
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/urlExtractor.py
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue