aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-04-17 16:08:11 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-04-17 16:08:11 +0000
commitc20d6a14be2f517a38eed0ba28a125a87280e66c (patch)
tree7b77019541712bb9a3f4fd4443369d4fa79ad9aa
parent5abf6717e3f0112adaa2408df03e427c7c015e4f (diff)
downloadports-c20d6a14be2f517a38eed0ba28a125a87280e66c.tar.gz
ports-c20d6a14be2f517a38eed0ba28a125a87280e66c.zip
textproc/py-typogrify: Set python version to 3.6+
PR: 255140 Reported by: daniel.engberg.lists AT pyret DOT net
-rw-r--r--textproc/py-typogrify/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-typogrify/Makefile b/textproc/py-typogrify/Makefile
index 041e1c5775ad..b587c4885ba8 100644
--- a/textproc/py-typogrify/Makefile
+++ b/textproc/py-typogrify/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smartypants>0:textproc/py-smartypants@${PY_FLAVOR}
-USES= python:3.7+
+USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes