git: f66579ff687f - main - textproc/py-toml: py27 flavor is no longer needed
Antoine Brodin
antoine at FreeBSD.org
Fri Apr 23 18:38:42 UTC 2021
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f66579ff687f7f3f2fb6212c9de9dadb031785fb
commit f66579ff687f7f3f2fb6212c9de9dadb031785fb
Author: Antoine Brodin <antoine at FreeBSD.org>
AuthorDate: 2021-04-23 18:38:21 +0000
Commit: Antoine Brodin <antoine at FreeBSD.org>
CommitDate: 2021-04-23 18:38:21 +0000
textproc/py-toml: py27 flavor is no longer needed
---
textproc/py-toml/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/textproc/py-toml/Makefile b/textproc/py-toml/Makefile
index c5b4502983e9..0fccee6905ee 100644
--- a/textproc/py-toml/Makefile
+++ b/textproc/py-toml/Makefile
@@ -12,7 +12,7 @@ COMMENT= Python library for parsing and creating TOML
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python:2.7+
+USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
More information about the dev-commits-ports-all
mailing list