Skip to content

Commit cb2f8e8

Browse files
committed
py-renpy: try fixing PLIST for Python != 3.13
1 parent 0f522ad commit cb2f8e8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

games/py-renpy/PLIST

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.9 2025/05/11 14:08:33 ryoon Exp $
1+
@comment $NetBSD: PLIST,v 1.10 2025/06/12 06:47:04 wiz Exp $
22
bin/renpy
33
${PYSITELIB}/Ren_Py-${PKGVERSION}.25031702-py${PYVERSSUFFIX}.egg-info/PKG-INFO
44
${PYSITELIB}/Ren_Py-${PKGVERSION}.25031702-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
@@ -363,7 +363,7 @@ share/renpy/launcher/game/androidstrings.rpy
363363
share/renpy/launcher/game/androidstrings.rpyc
364364
share/renpy/launcher/game/archiver.rpy
365365
share/renpy/launcher/game/archiver.rpyc
366-
share/renpy/launcher/game/cache/bytecode-313.rpyb
366+
share/renpy/launcher/game/cache/bytecode-${PYTHON_VERSION}.rpyb
367367
share/renpy/launcher/game/cache/py3analysis.rpyb
368368
share/renpy/launcher/game/cache/screens.rpyb
369369
share/renpy/launcher/game/change_icon.py
@@ -1553,7 +1553,7 @@ share/renpy/sdk-fonts/SourceHanSansLite.ttf
15531553
share/renpy/the_question/android-icon_background.png
15541554
share/renpy/the_question/android-icon_foreground.png
15551555
share/renpy/the_question/android.json
1556-
share/renpy/the_question/game/cache/bytecode-313.rpyb
1556+
share/renpy/the_question/game/cache/bytecode-${PYTHON_VERSION}.rpyb
15571557
share/renpy/the_question/game/cache/py3analysis.rpyb
15581558
share/renpy/the_question/game/cache/screens.rpyb
15591559
share/renpy/the_question/game/gui.rpy
@@ -1733,7 +1733,7 @@ share/renpy/tutorial/game/01director_support.rpy
17331733
share/renpy/tutorial/game/01director_support.rpyc
17341734
share/renpy/tutorial/game/01example.rpy
17351735
share/renpy/tutorial/game/01example.rpyc
1736-
share/renpy/tutorial/game/cache/bytecode-313.rpyb
1736+
share/renpy/tutorial/game/cache/bytecode-${PYTHON_VERSION}.rpyb
17371737
share/renpy/tutorial/game/cache/py3analysis.rpyb
17381738
share/renpy/tutorial/game/cache/screens.rpyb
17391739
share/renpy/tutorial/game/examples.rpy

0 commit comments

Comments
 (0)