aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-fingerprints
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-fingerprints
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-fingerprints')
-rw-r--r--textproc/py-fingerprints/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-fingerprints/Makefile b/textproc/py-fingerprints/Makefile
index d913148e5b29..f53ac447c6bf 100644
--- a/textproc/py-fingerprints/Makefile
+++ b/textproc/py-fingerprints/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}normality>=0.4.0:textproc/py-normality@${PY_
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
-USES= python
+USES= python:3.5+
USE_PYTHON= distutils autoplist
NO_ARCH= yes