aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-normality
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2020-12-10 09:49:22 +0000
committerKai Knoblich <kai@FreeBSD.org>2020-12-10 09:49:22 +0000
commit639a107393c59dd317712325fa2934c84534ae3d (patch)
tree79b19257f2782d4e412c58554eb89af4fbd10bbc /textproc/py-normality
parent1474de254237e52116a024a906db8cedce7a1eac (diff)
downloadports-639a107393c59dd317712325fa2934c84534ae3d.tar.gz
ports-639a107393c59dd317712325fa2934c84534ae3d.zip
devel/py-banal: Update to 1.0.1
* The support for Python < 3.5 was dropped with the 1.0.0 release, adapt accordingly and update the pkg-descr. * Do the same for textproc/py-{fingerprints,normality} to avoid breakage of bulk -a . Both consumers will soon be updated to a newer release which also no longer have any support for Python < 3.5. Changelog since 0.4.2: https://github.com/pudo/banal/compare/528c339b...1.0.1
Notes
Notes: svn path=/head/; revision=557420
Diffstat (limited to 'textproc/py-normality')
-rw-r--r--textproc/py-normality/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-normality/Makefile b/textproc/py-normality/Makefile
index af8056f0f2fb..2f89ed9d3a01 100644
--- a/textproc/py-normality/Makefile
+++ b/textproc/py-normality/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyicu>=1.9.3:devel/py-pyicu@${PY_FLAVOR}
-USES= python
+USES= python:3.5+
USE_PYTHON= distutils autoplist
NO_ARCH= yes