diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-02-17 18:09:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-02-17 18:09:49 +0000 |
commit | 7d392bdb640fd9da4756e627fd81bb14f22a5da1 (patch) | |
tree | 315d1b9d63fca50355e2a0be213bd05cb3cbee4c | |
parent | Update to 7.11.0 (diff) |
Update to 5.9
Changes: https://github.com/LuminosoInsight/python-ftfy/blob/master/CHANGELOG.md
Notes
Notes:
svn path=/head/; revision=565628
-rw-r--r-- | textproc/py-ftfy/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-ftfy/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/py-ftfy/Makefile b/textproc/py-ftfy/Makefile index 174d5862ea84..e35500e3e542 100644 --- a/textproc/py-ftfy/Makefile +++ b/textproc/py-ftfy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ftfy -PORTVERSION= 5.8 +PORTVERSION= 5.9 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/textproc/py-ftfy/distinfo b/textproc/py-ftfy/distinfo index 93523a932efc..78aac21a03c3 100644 --- a/textproc/py-ftfy/distinfo +++ b/textproc/py-ftfy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1595578504 -SHA256 (ftfy-5.8.tar.gz) = 51c7767f8c4b47d291fcef30b9625fb5341c06a31e6a3b627039c706c42f3720 -SIZE (ftfy-5.8.tar.gz) = 64065 +TIMESTAMP = 1613478453 +SHA256 (ftfy-5.9.tar.gz) = 8c4fb2863c0b82eae2ab3cf353d9ade268dfbde863d322f78d6a9fd5cefb31e9 +SIZE (ftfy-5.9.tar.gz) = 66049 |