aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-parsimonious
diff options
context:
space:
mode:
authordbaio <dbaio@FreeBSD.org>2017-08-09 07:57:29 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:19:44 +0800
commit49fd9f4688c77c67c1e2cd084426091b2c399b78 (patch)
tree1c1555b9ba9432a6f6c2a0298db5ec6dab325b73 /textproc/py-parsimonious
parentc54e69fe984055bcec78dd324f5e1bc90de0deca (diff)
downloadfreebsd-ports-gnome-49fd9f4688c77c67c1e2cd084426091b2c399b78.tar.gz
freebsd-ports-gnome-49fd9f4688c77c67c1e2cd084426091b2c399b78.tar.zst
freebsd-ports-gnome-49fd9f4688c77c67c1e2cd084426091b2c399b78.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/py-parsimonious')
-rw-r--r--textproc/py-parsimonious/Makefile4
-rw-r--r--textproc/py-parsimonious/distinfo6
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