pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-game_sdl2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May 16 12:27:21 UTC 2025

Modified Files:
        pkgsrc/devel/py-game_sdl2: Makefile

Log Message:
py-game_sdl2: allow building this for Python 3.12

If this doesn't support 3.12, then it probably also doesn't support 3.13

Either way, when you change this, please don't forget to adapt
py-renpy too.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-game_sdl2/Makefile

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

Modified files:

Index: pkgsrc/devel/py-game_sdl2/Makefile
diff -u pkgsrc/devel/py-game_sdl2/Makefile:1.10 pkgsrc/devel/py-game_sdl2/Makefile:1.11
--- pkgsrc/devel/py-game_sdl2/Makefile:1.10     Mon May 12 05:18:50 2025
+++ pkgsrc/devel/py-game_sdl2/Makefile  Fri May 16 12:27:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/05/12 05:18:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2025/05/16 12:27:20 wiz Exp $
 
 DISTNAME=      pygame_sdl2-2.1.0+renpy8.3.7
 PKGNAME=       ${PYPKGPREFIX}-game_sdl2-2.1.0.8.3.7
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/renpy/pygam
 COMMENT=       Set of Python modules designed for writing games for RenPy
 LICENSE=       gnu-lgpl-v2.1
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 312
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
 



Home | Main Index | Thread Index | Old Index