summaryrefslogtreecommitdiff
path: root/graphics/py-gdmodule
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 /graphics/py-gdmodule
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 'graphics/py-gdmodule')
-rw-r--r--graphics/py-gdmodule/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-gdmodule/Makefile b/graphics/py-gdmodule/Makefile
index ce0b104eca3..35322532e7e 100644
--- a/graphics/py-gdmodule/Makefile
+++ b/graphics/py-gdmodule/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/01/19 17:16:56 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:07 wiz Exp $
DISTNAME= v0.58
PKGNAME= ${PYPKGPREFIX}-gdmodule-${DISTNAME:S/v//}
@@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/gdmodule-${DISTNAME:S/v//}
EGG_NAME= gdmodule-${DISTNAME:S/v//}
PYSETUP= Setup.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.58
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.58
BUILDLINK_API_DEPENDS.gd+= gd>=2.0.23
.include "../../graphics/gd/buildlink3.mk"