1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Update to 2.0.2

PR:		189146
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
Martin Wilke 2014-05-22 09:41:23 +00:00
parent 93130a7782
commit 0325bcbf71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354815
3 changed files with 6 additions and 5 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= parsing
PORTVERSION= 2.0.1
PORTREVISION= 1
PORTVERSION= 2.0.2
CATEGORIES= devel python
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,6 +11,8 @@ DISTNAME= pyparsing-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= General parsing module for Python
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes

View File

@ -1,2 +1,2 @@
SHA256 (pyparsing-2.0.1.tar.gz) = 0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4
SIZE (pyparsing-2.0.1.tar.gz) = 1129563
SHA256 (pyparsing-2.0.2.tar.gz) = 17e43d6b17588ed5968735575b3983a952133ec4082596d214d7090b56d48a06
SIZE (pyparsing-2.0.2.tar.gz) = 1136568

View File

@ -3,4 +3,4 @@ implemented directly in the client code using parsing objects,
instead of externally, as with lex/yacc-type tools. Includes simple
examples for parsing SQL, CORBA IDL, and 4-function math.
WWW: http://pyparsing.sourceforge.net/
WWW: http://pyparsing.wikispaces.com/