pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/py-renpy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 18 08:23:04 UTC 2024

Modified Files:
        pkgsrc/games/py-renpy: Makefile

Log Message:
py-renpy: doesn't support Python 3.13 (uses imp module)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/games/py-renpy/Makefile

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

Modified files:

Index: pkgsrc/games/py-renpy/Makefile
diff -u pkgsrc/games/py-renpy/Makefile:1.36 pkgsrc/games/py-renpy/Makefile:1.37
--- pkgsrc/games/py-renpy/Makefile:1.36 Mon Apr 29 14:37:31 2024
+++ pkgsrc/games/py-renpy/Makefile      Wed Dec 18 08:23:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2024/04/29 14:37:31 nia Exp $
+# $NetBSD: Makefile,v 1.37 2024/12/18 08:23:04 wiz Exp $
 
 DISTNAME=      renpy-8.1.3-source
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-source//}
@@ -12,7 +12,7 @@ HOMEPAGE=     https://www.renpy.org/
 COMMENT=       Visual Novel Engine written in Python
 LICENSE=       mit
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 312
+PYTHON_VERSIONS_INCOMPATIBLE=  27 312 313
 
 USE_LANGUAGES+=        gnu99
 



Home | Main Index | Thread Index | Old Index