1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

textproc/py-parsimonious: Update to 0.8.0

Register devel/py-six as dependency


 - Make Grammar iteration ordered, making the __repr__ more like the
   original input. (Lucas Wiman)
 - Improve text representation and error messages for anonymous
   subexpressions. (Lucas Wiman)
 - Expose BadGrammar and VisitationError as top-level imports.
 - No longer crash when you try to compare a Node to an instance of a
   different class. (Esben Sonne)
 - Pin six at 1.9.0 to ensure we have python_2_unicode_compatible.
   (Sam Raker)
 - Drop Python 2.6 support.
This commit is contained in:
Danilo G. Baio 2017-08-08 23:57:29 +00:00
parent 0ef39f4685
commit d8fadbbce7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447581
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= parsimonious
PORTVERSION= 0.7.0
PORTVERSION= 0.8.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,6 +12,8 @@ COMMENT= PEGs based parser in Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1473764265
SHA256 (parsimonious-0.7.0.tar.gz) = 396d424f64f834f9463e81ba79a331661507a21f1ed7b644f7f6a744006fd938
SIZE (parsimonious-0.7.0.tar.gz) = 37650
TIMESTAMP = 1502235833
SHA256 (parsimonious-0.8.0.tar.gz) = ae0869d72a6e57703f24313a5f5748e73ebff836e6fe8b3ddf34ea0dc00d086b
SIZE (parsimonious-0.8.0.tar.gz) = 38730