git: c20d6a14be2f - main - textproc/py-typogrify: Set python version to 3.6+
Neel Chauhan
nc at FreeBSD.org
Sat Apr 17 16:09:12 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c20d6a14be2f517a38eed0ba28a125a87280e66c
commit c20d6a14be2f517a38eed0ba28a125a87280e66c
Author: Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-04-17 16:08:11 +0000
Commit: Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-04-17 16:08:11 +0000
textproc/py-typogrify: Set python version to 3.6+
PR: 255140
Reported by: daniel.engberg.lists AT pyret DOT net
---
textproc/py-typogrify/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the dev-commits-ports-all
mailing list