summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
committeradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
commit3445d075bebfeeda915b20c358b79af5b9db8895 (patch)
treef5adf48498a05775bea8c492276fdbad87e6ff60 /games
parent03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff)
downloadpkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz
extend PYTHON_VERSIONS_ for Python 3.7
Diffstat (limited to 'games')
-rw-r--r--games/4stAttack/Makefile4
-rw-r--r--games/accelerator3d/Makefile4
-rw-r--r--games/blindmine/Makefile4
-rw-r--r--games/freeciv-share/Makefile.common4
-rw-r--r--games/gcompris/Makefile4
-rw-r--r--games/gnome-games/Makefile4
-rw-r--r--games/jools/Makefile4
-rw-r--r--games/kajongg/Makefile4
-rw-r--r--games/kye/Makefile4
-rw-r--r--games/monsterz/Makefile4
-rw-r--r--games/py-easyAI/Makefile4
-rw-r--r--games/py-renpy/Makefile4
-rw-r--r--games/pysolfc/Makefile4
-rw-r--r--games/pytraffic/Makefile4
-rw-r--r--games/teeworlds/Makefile4
15 files changed, 30 insertions, 30 deletions
diff --git a/games/4stAttack/Makefile b/games/4stAttack/Makefile
index f44d9e040a9..b9f2cfc967b 100644
--- a/games/4stAttack/Makefile
+++ b/games/4stAttack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2018/01/14 17:33:57 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2018/07/03 05:03:17 adam Exp $
DISTNAME= 4stAttack-2.1.4
PKGREVISION= 18
@@ -14,7 +14,7 @@ INSTALLATION_DIRS= bin share/${PKGBASE}
USE_TOOLS+= pax
REPLACE_PYTHON= 4stattack.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.1.4
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.1.4
FIND_EXCLUDE= \( -name \*.orig -or -name \*.txt -or -name \*.pre -or -name GPL -or -name \*~ -or -name 4stattack \)
diff --git a/games/accelerator3d/Makefile b/games/accelerator3d/Makefile
index bbb092c79cd..12ef82a9c01 100644
--- a/games/accelerator3d/Makefile
+++ b/games/accelerator3d/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:40 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/07/03 05:03:17 adam Exp $
DISTNAME= accelerator-0.1.1
PKGNAME= ${DISTNAME:S/accelerator/accelerator3d/}
@@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
DEPENDS+= ${PYPKGPREFIX}-ode-[0-9]*:../../devel/py-ode
DEPENDS+= ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ode
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ode
REPLACE_PYTHON+= accelerator.py
diff --git a/games/blindmine/Makefile b/games/blindmine/Makefile
index 46b9e2773e9..f100aef29c3 100644
--- a/games/blindmine/Makefile
+++ b/games/blindmine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2018/01/14 17:33:58 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:17 adam Exp $
DISTNAME= blindmine-0.3-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -22,7 +22,7 @@ SUBST_FILES.path= blindmine.py sdl_ui.py
SUBST_SED.path= -e 's,/usr/bin/env python,${PYTHONBIN},g'
PYCOMPILEALL= ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.3
INSTALLATION_DIRS= bin share/doc/blindmine share/blindmine/data
diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common
index dee0735d61c..f777e292c99 100644
--- a/games/freeciv-share/Makefile.common
+++ b/games/freeciv-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.50 2018/01/14 17:33:58 rillig Exp $
+# $NetBSD: Makefile.common,v 1.51 2018/07/03 05:03:18 adam Exp $
# used by games/freeciv-share/Makefile
# used by games/freeciv-client/Makefile
@@ -25,7 +25,7 @@ DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo
PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches
REPLACE_PYTHON= ${WRKSRC}/common/generate_packets.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.3.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.3.2
SUBST_CLASSES+= data
SUBST_STAGE.data= post-patch
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile
index 0b89b433cd5..bd9088b6941 100644
--- a/games/gcompris/Makefile
+++ b/games/gcompris/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2018/04/16 14:34:29 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2018/07/03 05:03:18 adam Exp $
DISTNAME= gcompris-12.11
PKGREVISION= 33
@@ -23,7 +23,7 @@ INFO_FILES= yes
PTHREAD_AUTO_VARS= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-sqlite2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-sqlite2, py-gtk2
PKG_SUPPORTED_OPTIONS= gnet
PKG_OPTIONS_VAR= PKG_OPTIONS.gcompris
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 6507105db84..84a681ab2f1 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.162 2018/04/16 14:34:30 wiz Exp $
+# $NetBSD: Makefile,v 1.163 2018/07/03 05:03:18 adam Exp $
DISTNAME= gnome-games-2.32.1
PKGREVISION= 37
@@ -11,7 +11,7 @@ HOMEPAGE= https://www.gnome.org/
COMMENT= GNOME2 games collection
#LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2
CONFLICTS= xbill-[0-9]*
SUPERSEDES= glchess-[0-9]*
diff --git a/games/jools/Makefile b/games/jools/Makefile
index a2feb69972f..545091cd670 100644
--- a/games/jools/Makefile
+++ b/games/jools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/01/14 17:33:59 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:18 adam Exp $
DISTNAME= jools-0.20
PKGREVISION= 4
@@ -12,7 +12,7 @@ COMMENT= Bejeweled clone
DEPENDS+= ${PYPKGPREFIX}-game>=1.4:../../devel/py-game
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.20
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.20
REPLACE_PYTHON= jools/__init__.py
post-install:
diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile
index 1f5850505dd..c380b50dd78 100644
--- a/games/kajongg/Makefile
+++ b/games/kajongg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2018/04/29 21:31:37 adam Exp $
+# $NetBSD: Makefile,v 1.45 2018/07/03 05:03:18 adam Exp $
DISTNAME= kajongg-${_KDE_VERSION}
PKGREVISION= 18
@@ -9,7 +9,7 @@ COMMENT= Maj Jong game
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 4.14.3, configure does not detect twisted due to using 2.x syntax
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 4.14.3, configure does not detect twisted due to using 2.x syntax
REPLACE_PYTHON+= setup.py
REPLACE_PYTHON+= src/deferredutil.py
diff --git a/games/kye/Makefile b/games/kye/Makefile
index f0aa0b651f7..625b18172a6 100644
--- a/games/kye/Makefile
+++ b/games/kye/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2018/04/16 14:34:31 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2018/07/03 05:03:18 adam Exp $
DISTNAME= kye-1.0
PKGREVISION= 25
@@ -15,7 +15,7 @@ SUBST_STAGE.prefix= pre-configure
SUBST_FILES.prefix= kye/common.py
SUBST_SED.prefix= 's|@PREFIX@|${PREFIX}|g'
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile
index 216b341c5ef..38ae1d3cedc 100644
--- a/games/monsterz/Makefile
+++ b/games/monsterz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/06/17 13:48:16 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:18 adam Exp $
DISTNAME= monsterz-0.7.1
PKGREVISION= 4
@@ -13,7 +13,7 @@ DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
DEPENDS+= ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric
REPLACE_PYTHON= monsterz.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-Numeric
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-Numeric
MAKE_ENV+= GAMEOWN=${GAMEOWN:Q}
MAKE_ENV+= GAMEGRP=${GAMEGRP:Q}
diff --git a/games/py-easyAI/Makefile b/games/py-easyAI/Makefile
index 26a6de89133..4b5ad1a5124 100644
--- a/games/py-easyAI/Makefile
+++ b/games/py-easyAI/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/01/14 17:34:01 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:18 adam Exp $
DISTNAME= easyAI-1.0.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT= Easy-to-use game AI algorithms
LICENSE= mit
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.0.0.4
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.0.0.4
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/py-renpy/Makefile b/games/py-renpy/Makefile
index 3419bf1dfb4..7a53219bf3e 100644
--- a/games/py-renpy/Makefile
+++ b/games/py-renpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/03/12 11:16:35 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:18 adam Exp $
DISTNAME= renpy-6.18.3-source
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-source//}
@@ -16,7 +16,7 @@ USE_TOOLS+= pax
PYSETUPSUBDIR= module
EGG_NAME= Ren_Py-${PKGVERSION_NOREV}.761
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported
RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.SDL}
RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.freetype2}
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile
index 1e89b7941be..d3195bacb9b 100644
--- a/games/pysolfc/Makefile
+++ b/games/pysolfc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2018/01/14 17:34:01 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2018/07/03 05:03:18 adam Exp $
DISTNAME= PySolFC-2.0
PKGNAME= ${DISTNAME:tl}
@@ -13,7 +13,7 @@ COMMENT= Over 1000 solitaire games
LICENSE= gnu-gpl-v3
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-imaging
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-imaging
REPLACE_PYTHON+= \
data/themes/clearlooks/create_imgs.py \
diff --git a/games/pytraffic/Makefile b/games/pytraffic/Makefile
index e86d2ff243b..3454873879e 100644
--- a/games/pytraffic/Makefile
+++ b/games/pytraffic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2018/04/16 14:34:31 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2018/07/03 05:03:18 adam Exp $
DISTNAME= pytraffic-2.5.4
PKGREVISION= 33
@@ -13,7 +13,7 @@ COMMENT= Computer version of a popular board game
DIST_SUBDIR= pytraffic-2.5.4-070313
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile
index 3ab70ab436c..600f719d3b0 100644
--- a/games/teeworlds/Makefile
+++ b/games/teeworlds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/01/14 17:34:01 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:19 adam Exp $
DISTNAME= teeworlds-0.6.3-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -18,7 +18,7 @@ AUTO_MKDIRS= yes
CPIO= cpio
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # hardcoded to 2.7 in a patch
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # hardcoded to 2.7 in a patch
do-configure:
set -e; cd ${WRKSRC}; bam config