diff options
author | wen <wen@FreeBSD.org> | 2019-03-01 07:30:42 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2019-03-01 07:30:42 +0800 |
commit | c7345cf77d32f8ffeb3c483c104549ad07dc0764 (patch) | |
tree | 592ebdac07dc0176f2eee236897094a0f3192cb4 /textproc/py-paragrep | |
parent | 924558c34a8e1695cc2d297d8760abd8f7d2a8b8 (diff) | |
download | freebsd-ports-gnome-c7345cf77d32f8ffeb3c483c104549ad07dc0764.tar.gz freebsd-ports-gnome-c7345cf77d32f8ffeb3c483c104549ad07dc0764.tar.zst freebsd-ports-gnome-c7345cf77d32f8ffeb3c483c104549ad07dc0764.zip |
- Update to 3.2.0
Diffstat (limited to 'textproc/py-paragrep')
-rw-r--r-- | textproc/py-paragrep/Makefile | 7 | ||||
-rw-r--r-- | textproc/py-paragrep/distinfo | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/textproc/py-paragrep/Makefile b/textproc/py-paragrep/Makefile index 310c50d8b76c..b90917fe8a49 100644 --- a/textproc/py-paragrep/Makefile +++ b/textproc/py-paragrep/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paragrep -PORTVERSION= 3.1.3 +PORTVERSION= 3.2.0 DISTVERSIONPREFIX= release- CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,11 @@ COMMENT= Paragraph Grep Utility LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grizzled>=0.8.1:devel/py-grizzled@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grizzled>=0.8.1:devel/py-grizzled@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= bmc diff --git a/textproc/py-paragrep/distinfo b/textproc/py-paragrep/distinfo index 8568cf3f251c..5d939cda48a3 100644 --- a/textproc/py-paragrep/distinfo +++ b/textproc/py-paragrep/distinfo @@ -1,2 +1,3 @@ -SHA256 (bmc-paragrep-release-3.1.3_GH0.tar.gz) = 789b1df65f27b4c2ac12dcd2f787c5497f1c1660b26987841fdb4c539ef12fae -SIZE (bmc-paragrep-release-3.1.3_GH0.tar.gz) = 14094 +TIMESTAMP = 1551395840 +SHA256 (bmc-paragrep-release-3.2.0_GH0.tar.gz) = f4520cf9244d54a8c5e972e78290d49aa980d43de5fb5087417399de3745b23c +SIZE (bmc-paragrep-release-3.2.0_GH0.tar.gz) = 8386 |