pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/accelerator3d Not ready for python-3.x due to py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80620d82c747
branches:  trunk
changeset: 351505:80620d82c747
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 21 11:30:45 2016 +0000

description:
Not ready for python-3.x due to py-ode dependency.

diffstat:

 games/accelerator3d/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3231c4b611b0 -r 80620d82c747 games/accelerator3d/Makefile
--- a/games/accelerator3d/Makefile      Sun Aug 21 11:29:09 2016 +0000
+++ b/games/accelerator3d/Makefile      Sun Aug 21 11:30:45 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/08/21 07:15:40 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/21 11:30:45 wiz Exp $
 
 DISTNAME=      accelerator-0.1.1
 PKGNAME=       ${DISTNAME:S/accelerator/accelerator3d/}
@@ -18,6 +18,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-ode-[0-9]*:../../devel/py-ode
 DEPENDS+=      ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
 
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # py-ode
+
 REPLACE_PYTHON+=               accelerator.py
 
 NO_BUILD=      yes



Home | Main Index | Thread Index | Old Index