summaryrefslogtreecommitdiff
path: root/net/py-ipaddress
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-ipaddress')
-rw-r--r--net/py-ipaddress/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-ipaddress/Makefile b/net/py-ipaddress/Makefile
index 2e9a45a21e1..5a26775a793 100644
--- a/net/py-ipaddress/Makefile
+++ b/net/py-ipaddress/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/01/03 11:16:47 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:00 wiz Exp $
DISTNAME= ipaddress-1.0.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/ipaddress
COMMENT= Port of the python 3.3+ ipaddress module to 2.6 and 2.7
LICENSE= python-software-foundation
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # included in 3.3+
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # included in 3.3+
do-test:
cd ${WRKSRC} && ${PYTHONBIN} test_ipaddress.py