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:37:53 UTC 2026

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

Log Message:
py-renpy: fix PLIST for Python != 3.14


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/games/py-renpy/PLIST

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/PLIST
diff -u pkgsrc/games/py-renpy/PLIST:1.11 pkgsrc/games/py-renpy/PLIST:1.12
--- pkgsrc/games/py-renpy/PLIST:1.11    Thu Jul 23 14:03:50 2026
+++ pkgsrc/games/py-renpy/PLIST Wed Jul 29 06:37:53 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2026/07/23 14:03:50 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.12 2026/07/29 06:37:53 wiz Exp $
 bin/renpy
 ${PYSITELIB}/_renpy.so
 ${PYSITELIB}/renpy-8.99.99-py${PYVERSSUFFIX}.egg-info/PKG-INFO
@@ -414,7 +414,7 @@ share/renpy/launcher/game/androidstrings
 share/renpy/launcher/game/androidstrings.rpyc
 share/renpy/launcher/game/archiver.rpy
 share/renpy/launcher/game/archiver.rpyc
-share/renpy/launcher/game/cache/bytecode-314.rpyb
+share/renpy/launcher/game/cache/bytecode-${PYTHON_VERSION}.rpyb
 share/renpy/launcher/game/cache/py3analysis.rpyb
 share/renpy/launcher/game/cache/screens.rpyb
 share/renpy/launcher/game/change_icon.py
@@ -1774,7 +1774,7 @@ share/renpy/sdk-fonts/Vazirmatn-RD-UI-Li
 share/renpy/the_question/android-icon_background.png
 share/renpy/the_question/android-icon_foreground.png
 share/renpy/the_question/android.json
-share/renpy/the_question/game/cache/bytecode-314.rpyb
+share/renpy/the_question/game/cache/bytecode-${PYTHON_VERSION}.rpyb
 share/renpy/the_question/game/cache/py3analysis.rpyb
 share/renpy/the_question/game/cache/screens.rpyb
 share/renpy/the_question/game/gui.rpy
@@ -1956,7 +1956,7 @@ share/renpy/tutorial/game/01director_sup
 share/renpy/tutorial/game/01director_support.rpyc
 share/renpy/tutorial/game/01example.rpy
 share/renpy/tutorial/game/01example.rpyc
-share/renpy/tutorial/game/cache/bytecode-314.rpyb
+share/renpy/tutorial/game/cache/bytecode-${PYTHON_VERSION}.rpyb
 share/renpy/tutorial/game/cache/py3analysis.rpyb
 share/renpy/tutorial/game/cache/screens.rpyb
 share/renpy/tutorial/game/examples.rpy



Home | Main Index | Thread Index | Old Index