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 Jul 29 06:29:17 UTC 2026

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

Log Message:
py-renpy: does not support Python 3.11 due to py-cython


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/games/py-renpy/Makefile:1.49
--- pkgsrc/games/py-renpy/Makefile:1.48 Thu Jul 23 14:03:50 2026
+++ pkgsrc/games/py-renpy/Makefile      Wed Jul 29 06:29:17 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2026/07/23 14:03:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.49 2026/07/29 06:29:17 wiz Exp $
 
 DISTNAME=      renpy-8.5.3-source
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-source//}
@@ -11,7 +11,7 @@ HOMEPAGE=     https://www.renpy.org/
 COMMENT=       Visual Novel Engine written in Python
 LICENSE=       mit
 
-PYTHON_VERSIONS_INCOMPATIBLE=  310
+PYTHON_VERSIONS_INCOMPATIBLE=  310 311
 
 USE_LANGUAGES+=        gnu99 c++
 



Home | Main Index | Thread Index | Old Index