summaryrefslogtreecommitdiff
path: root/devel/py-ipaddr
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-09 07:36:53 +0000
committerwiz <wiz>2014-05-09 07:36:53 +0000
commit1f40a115597a757dffb35d76fc06e4ced0708e2b (patch)
tree5e055948d6bf3908006c42aff77eac3ac020d198 /devel/py-ipaddr
parent10c570a1541d725230c1afb3be2722bc774ee88c (diff)
downloadpkgsrc-1f40a115597a757dffb35d76fc06e4ced0708e2b.tar.gz
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'devel/py-ipaddr')
-rw-r--r--devel/py-ipaddr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-ipaddr/Makefile b/devel/py-ipaddr/Makefile
index 9ef7c3a54a3..319468a4781 100644
--- a/devel/py-ipaddr/Makefile
+++ b/devel/py-ipaddr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/02/15 17:17:57 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:01 wiz Exp $
DISTNAME= ipaddr-2.1.10
PKGNAME= ${PYPKGPREFIX}ipaddr-2.1.10
@@ -10,7 +10,7 @@ HOMEPAGE= http://code.google.com/p/ipaddr-py/
COMMENT= Google open source IPv4/IPv6 manipulation library in Python
LICENSE= apache-2.0
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1.10
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1.10
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"