pkgsrc-WIP-changes archive

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

py-*: py-OpenGL now supports python 3.x.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Aug 21 09:17:14 2016 +0200
Changeset:	1130cad455b88bc3526adfa9aee8032419732f62

Modified Files:
	py-formex/Makefile
	py-psychopy/Makefile
	py-spectral/Makefile
	py-visionegg-contrib/Makefile
	py-visionegg-demos/Makefile
	py-visionegg/Makefile

Log Message:
py-*: py-OpenGL now supports python 3.x.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1130cad455b88bc3526adfa9aee8032419732f62

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-formex/Makefile            | 1 -
 py-psychopy/Makefile          | 1 -
 py-spectral/Makefile          | 1 -
 py-visionegg-contrib/Makefile | 2 --
 py-visionegg-demos/Makefile   | 2 --
 py-visionegg/Makefile         | 1 -
 6 files changed, 8 deletions(-)

diffs:
diff --git a/py-formex/Makefile b/py-formex/Makefile
index ea42908..4c758e2 100644
--- a/py-formex/Makefile
+++ b/py-formex/Makefile
@@ -15,7 +15,6 @@ DEPENDS+=	${PYPKGPREFIX}-OpenGL>=3.0.1:../../graphics/py-OpenGL
 USE_TOOLS+=	bash
 USE_LANGUAGES=	c c++
 PYDISTUTILSPKG=	yes
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-Numeric via py-OpenGL
 
 REPLACE_BASH+=	pyformex-search
 
diff --git a/py-psychopy/Makefile b/py-psychopy/Makefile
index 4299b54..864d15a 100644
--- a/py-psychopy/Makefile
+++ b/py-psychopy/Makefile
@@ -13,7 +13,6 @@ HOMEPAGE=	http://code.google.com/p/psychopy/
 COMMENT=	Psychology and neuroscience software in python
 
 #DEPENDS+=	${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
-#PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-Numeric via py-OpenGL
 
 USE_LANGUAGES=	# none
 
diff --git a/py-spectral/Makefile b/py-spectral/Makefile
index 97be695..91ff949 100644
--- a/py-spectral/Makefile
+++ b/py-spectral/Makefile
@@ -11,7 +11,6 @@ COMMENT=	Python module for hyperspectral image processing
 LICENSE=	gnu-gpl-v3
 
 #DEPENDS+=	${PYPKGPREFIX}-OpenGL>=3.0.1:../../graphics/py-OpenGL
-#PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-Numeric via py-OpenGL
 
 USE_LANGUAGES=	# none
 
diff --git a/py-visionegg-contrib/Makefile b/py-visionegg-contrib/Makefile
index 6cd1bc0..fb882e1 100644
--- a/py-visionegg-contrib/Makefile
+++ b/py-visionegg-contrib/Makefile
@@ -14,8 +14,6 @@ COMMENT=		Additional modules for py-visionegg package
 NO_BUILD=		yes
 PLIST_SUBST+=		PYVERSSUFFIX=${PYVERSSUFFIX:Q}
 
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-Numeric and py-OpenGL via py-visionegg
-
 PY_VC_FILES_LABVIEW=	"Edit Grating C.vi" \
 			"Grating C to A.vi" \
 			"Grating C to python.vi" \
diff --git a/py-visionegg-demos/Makefile b/py-visionegg-demos/Makefile
index f25010e..c1aea81 100644
--- a/py-visionegg-demos/Makefile
+++ b/py-visionegg-demos/Makefile
@@ -18,8 +18,6 @@ MESSAGE_SUBST+=		PY_VE_DIR=${PY_VE_DEMO_DIR}
 
 PY_VE_DEMO_DIR=		${PREFIX}/share/VisionEgg-${PYVERSSUFFIX}/demo
 
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-Numeric and py-OpenGL via py-visionegg
-
 do-install:
 	${INSTALL_DATA_DIR} ${DESTDIR}${PY_VE_DEMO_DIR}
 	cd ${WRKSRC}/demo && pax -rw -pp * ${DESTDIR}${PY_VE_DEMO_DIR}
diff --git a/py-visionegg/Makefile b/py-visionegg/Makefile
index 19208f0..bd8123e 100644
--- a/py-visionegg/Makefile
+++ b/py-visionegg/Makefile
@@ -19,7 +19,6 @@ USE_LANGUAGES= c c++
 
 PY_PATCHPLIST=		yes
 PYDISTUTILSPKG=		yes
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-Numeric, py-OpenGL
 
 MAKE_ENV+=		PYVERSSUFFIX=${PYVERSSUFFIX:Q}
 PLIST_SUBST+=		PYVERSSUFFIX=${PYVERSSUFFIX:Q}


Home | Main Index | Thread Index | Old Index