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: Tue Nov 4 14:01:56 UTC 2025
Modified Files:
pkgsrc/games/py-renpy: Makefile
Log Message:
py-renpy: not for Python 3.14
AttributeError: module 'ast' has no attribute 'Str'
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 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.43 pkgsrc/games/py-renpy/Makefile:1.44
--- pkgsrc/games/py-renpy/Makefile:1.43 Thu Oct 23 20:37:13 2025
+++ pkgsrc/games/py-renpy/Makefile Tue Nov 4 14:01:56 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2025/10/23 20:37:13 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2025/11/04 14:01:56 wiz Exp $
DISTNAME= renpy-8.3.7-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= 310
+PYTHON_VERSIONS_INCOMPATIBLE= 310 314
USE_LANGUAGES+= gnu99
Home |
Main Index |
Thread Index |
Old Index