diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-08-09 07:57:29 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2017-08-09 07:57:29 +0800 |
commit | d266afedfa7dc72fc5dc9e36c97c6cb73b150586 (patch) | |
tree | d984af6019124e5c4707fb391d97eb203bc74f2a /textproc | |
parent | 7558b06900c8037ff434e6fd082dcb9a54355461 (diff) | |
download | freebsd-ports-gnome-d266afedfa7dc72fc5dc9e36c97c6cb73b150586.tar.gz freebsd-ports-gnome-d266afedfa7dc72fc5dc9e36c97c6cb73b150586.tar.zst freebsd-ports-gnome-d266afedfa7dc72fc5dc9e36c97c6cb73b150586.zip |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-parsimonious/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-parsimonious/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/py-parsimonious/Makefile b/textproc/py-parsimonious/Makefile index 85d4e6c92e1d..54e7f5658401 100644 --- a/textproc/py-parsimonious/Makefile +++ b/textproc/py-parsimonious/Makefile @@ -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 diff --git a/textproc/py-parsimonious/distinfo b/textproc/py-parsimonious/distinfo index 1bfe1e55a27c..a41fbbddd505 100644 --- a/textproc/py-parsimonious/distinfo +++ b/textproc/py-parsimonious/distinfo @@ -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 |