pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-OpenGL py-setuptools is only available for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eff3c0cc057d
branches:  trunk
changeset: 530963:eff3c0cc057d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 16 15:09:40 2007 +0000

description:
py-setuptools is only available for 2.4 and ctypes for 2.3+, restrict
accordingly.

diffstat:

 graphics/py-OpenGL/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 39063e243dd8 -r eff3c0cc057d graphics/py-OpenGL/Makefile
--- a/graphics/py-OpenGL/Makefile       Mon Jul 16 13:24:31 2007 +0000
+++ b/graphics/py-OpenGL/Makefile       Mon Jul 16 15:09:40 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/07/13 15:06:09 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2007/07/16 15:09:40 joerg Exp $
 #
 
 DISTNAME=      PyOpenGL-3.0.0a6
@@ -10,6 +10,7 @@
 HOMEPAGE=      http://pyopengl.sourceforge.net/
 COMMENT=       Pyhton bindings for OpenGL
 
+PYTHON_VERSIONS_ACCEPTED= 24
 PYDISTUTILSPKG=        YES
 PY_PATCHPLIST= YES
 



Home | Main Index | Thread Index | Old Index