summaryrefslogtreecommitdiff
path: root/graphics/py-goocanvas
diff options
context:
space:
mode:
authorwiz <wiz>2012-04-08 19:08:44 +0000
committerwiz <wiz>2012-04-08 19:08:44 +0000
commit548c4bf53e091b791cbeee7f67f50dc27a4927b8 (patch)
treeb2d16eef0342bf56f8fbe64706fa44b26684cdf8 /graphics/py-goocanvas
parent7c47da9a0ae645a04ecc1096e4a619213417777c (diff)
downloadpkgsrc-548c4bf53e091b791cbeee7f67f50dc27a4927b8.tar.gz
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
Diffstat (limited to 'graphics/py-goocanvas')
-rw-r--r--graphics/py-goocanvas/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/py-goocanvas/Makefile b/graphics/py-goocanvas/Makefile
index 0eaf6b9158e..13402bf4f3a 100644
--- a/graphics/py-goocanvas/Makefile
+++ b/graphics/py-goocanvas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/03/03 00:13:17 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2012/04/08 19:08:58 wiz Exp $
#
DISTNAME= pygoocanvas-0.14.1
@@ -24,10 +24,6 @@ CONFIGURE_ARGS+= --disable-docs
PY_PATCHPLIST= yes
-# This restriction came from py-gtk2 and py-cairo,
-# pygoocanvas itself just require >=22.
-PYTHON_VERSIONS_ACCEPTED= 27 26 25
-
.include "../../lang/python/pyversion.mk"
BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.10.0