- Update to 1.5.2
Approved by: maintainer implicit
This commit is contained in:
parent
7a57ef8620
commit
ea3cd3db92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233073
3 changed files with 6 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= parsing
|
||||
PORTVERSION= 1.5.1
|
||||
PORTVERSION= 1.5.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= SF/pyparsing
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (pyparsing-1.5.1.tar.gz) = d0777821fc4c5f2474cda1081229d76b
|
||||
SHA256 (pyparsing-1.5.1.tar.gz) = e94b9c84e64a0eb0de1c175937c220ddee744b300d68b798db3d6db64bed085e
|
||||
SIZE (pyparsing-1.5.1.tar.gz) = 912714
|
||||
MD5 (pyparsing-1.5.2.tar.gz) = 13aed3cb21a427f8aeb0fe7ca472ba42
|
||||
SHA256 (pyparsing-1.5.2.tar.gz) = 1021fd2cfdf9c3b6ac0191b018c15d591501b77d977baded59d8ef76d375f21c
|
||||
SIZE (pyparsing-1.5.2.tar.gz) = 790616
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
%%PYTHON_SITELIBDIR%%/pyparsing.py
|
||||
%%PYTHON_SITELIBDIR%%/pyparsing.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyparsing.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyparsing_py3.py
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api-objects.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/class-tree.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/crarr.png
|
||||
|
@ -11,12 +12,6 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/identifier-index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/module-tree.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.And._ErrorStop-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing._Constants-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing._ForwardNoRecurse-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing._NullToken-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing._ParseResultsWithOffset-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing._PositionToken-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing-module.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing-pysrc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.And-class.html
|
||||
|
@ -66,7 +61,6 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.WordStart-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.ZeroOrMore-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/redirect.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/str-class.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/toc-everything.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/toc-pyparsing.pyparsing-module.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/toc.html
|
||||
|
@ -131,5 +125,5 @@
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/urlExtractorNew.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/withAttribute.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wordsToNum.py
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
|
|
Loading…
Reference in a new issue