aboutsummaryrefslogtreecommitdiff
path: root/dns/py-idna
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-01-09 16:34:07 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-01-09 16:34:07 +0000
commit8524eefbd1811ebd83997f30fcef7b398ffe0873 (patch)
tree59905ba60083129766f97cebec0ad2d9f17a98be /dns/py-idna
parentd65e60464aeaa5ffb730d9c9968d392c067fa3cf (diff)
downloadports-8524eefbd1811ebd83997f30fcef7b398ffe0873.tar.gz
ports-8524eefbd1811ebd83997f30fcef7b398ffe0873.zip
Remove python 2.7 support from a few ports
Notes
Notes: svn path=/head/; revision=560874
Diffstat (limited to 'dns/py-idna')
-rw-r--r--dns/py-idna/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/py-idna/Makefile b/dns/py-idna/Makefile
index 8ebd11f75755..246505acc223 100644
--- a/dns/py-idna/Makefile
+++ b/dns/py-idna/Makefile
@@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE PSFL
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
-USES= python # Actually, 2.7,3.4-3.8
+USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes