aboutsummaryrefslogtreecommitdiff
path: root/dns/py-idna
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2017-06-07 10:34:30 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2017-06-07 10:34:30 +0000
commitd1c99f2ebf7931ca4c47273158a006c5f5dd17c3 (patch)
treeeb065288bd84d5b985c3fcdddd190aeb8fb8888d /dns/py-idna
parent3d2aec017827875392b377d6827926482f6dc807 (diff)
downloadports-d1c99f2ebf7931ca4c47273158a006c5f5dd17c3.tar.gz
ports-d1c99f2ebf7931ca4c47273158a006c5f5dd17c3.zip
[NEW] dns/py3-idna: Create Python 3.x port of py-idna
The latest www/py-requests update [1] unbundled its dependencies, now requiring chardet, idna, urllib3 and certifi from ports. www/py3-requests port was not tested during QA, which would have highlighted the need for many new py3-* ports (and their dependencies). This change creates one of those ports. [1] https://svnweb.freebsd.org/changeset/ports/442565 PR: 219833
Notes
Notes: svn path=/head/; revision=442824
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 4e7383794faa..5bcb4dae5eb3 100644
--- a/dns/py-idna/Makefile
+++ b/dns/py-idna/Makefile
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Internationalized Domain Names in Applications (IDNA)
-USES= python # Actually, 2.6-2.7,3.3-3.6
+USES?= python # Actually, 2.6-2.7,3.3-3.6
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes