[PATCH 0/2] Update Ren'py to 8.2.0

  • Open
  • quality assurance status badge
Details
One participant
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Liliana Marie Prikler
Severity
normal
L
L
Liliana Marie Prikler wrote on 21 Jan 20:29 +0100
(address . guix-patches@gnu.org)
cover.1705865359.git.liliana.prikler@gmail.com
Hi Guix,

here's your regular old Ren'py update. Have fun with it.

Liliana Marie Prikler (2):
gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0.
gnu: python-renpy: Update to 8.2.0.

gnu/packages/game-development.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


base-commit: 121de47decc1029c06f6e46e5f06d7fefe8e85ec
prerequisite-patch-id: b8b060a63ccebca69cb970e3dcdfdcb9fc96f485
prerequisite-patch-id: 8ee3d286b7b136de85b02e00d97443c95c7f29ff
--
2.41.0
L
L
Liliana Marie Prikler wrote on 21 Jan 20:26 +0100
[PATCH 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0.
b6f3ddc72b8fcfa0fa14cc4be242428b88093556.1705865359.git.liliana.prikler@gmail.com
* gnu/packages/game-development.scm (python-pygame-sdl2): Update to
2.1.0+renpy8.2.0.
---
gnu/packages/game-development.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index ea1adf0ecf..487dab1e34 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1344,7 +1344,7 @@ (define-public python-pygame
(define-public python-pygame-sdl2
(let ((real-version "2.1.0")
- (renpy-version "8.1.3"))
+ (renpy-version "8.2.0"))
(package
(inherit python-pygame)
(name "python-pygame-sdl2")
@@ -1354,7 +1354,7 @@ (define-public python-pygame-sdl2
(method url-fetch)
(uri (string-append "https://www.renpy.org/dl/" renpy-version
"/pygame_sdl2-" version ".tar.gz"))
- (sha256 (base32 "0qlprs9n3w254ilizqzvr6s01zx72gh7an0bgwxsq4hm22qypdws"))
+ (sha256 (base32 "0w7imwxz8cvfv1l8v74abw8wbpribd5rhqhrmnh7z5if9ggs6pxw"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.41.0
L
L
Liliana Marie Prikler wrote on 21 Jan 20:26 +0100
[PATCH 2/2] gnu: python-renpy: Update to 8.2.0.
01be3a445acb132963eb8ca316b94edbd879a009.1705865359.git.liliana.prikler@gmail.com
* gnu/packages/game-development.scm (python-renpy): Update to 8.2.0.
---
gnu/packages/game-development.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 487dab1e34..3697f1391c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1395,7 +1395,7 @@ (define-public python-pygame-sdl2
(define-public python-renpy
(package
(name "python-renpy")
- (version "8.1.3")
+ (version "8.2.0")
(source
(origin
(method url-fetch)
@@ -1403,7 +1403,7 @@ (define-public python-renpy
"/renpy-" version "-source.tar.bz2"))
(sha256
(base32
- "1g6fz5dxp7yxhgv6q4brzf5hpfqq3l1g3dfv3fsiwwn6mj0b01z2"))
+ "19b2vwzk7fkiqayib5hdl8y18cqvn0r4xaa983gyzibb838rq1qy"))
(modules '((guix build utils)))
(snippet
#~(begin
--
2.41.0
L
L
Liliana Marie Prikler wrote on 28 Jan 18:19 +0100
(address . 68644@debbugs.gnu.org)
be20336731a47813cb55c6e153c8f03ba1550f30.camel@gmail.com
Am Sonntag, dem 21.01.2024 um 20:26 +0100 schrieb Liliana Marie
Prikler:
Toggle quote (2 lines)
> * gnu/packages/game-development.scm (python-renpy): Update to 8.2.0.
> ---
Turns out both this and the other thing were yanked and I need to
update the hashes…
L
L
Liliana Marie Prikler wrote on 17 Feb 10:33 +0100
[PATCH v2 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0.
(address . 68644@debbugs.gnu.org)
16d9312128ef3017cca4c2ffcd867415f81a342e.1708162723.git.liliana.prikler@gmail.com
* gnu/packages/game-development.scm (python-pygame-sdl2): Update to
2.1.0+renpy8.2.0.
---
gnu/packages/game-development.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 78fd42518e..614fc7a85f 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1344,7 +1344,7 @@ (define-public python-pygame
(define-public python-pygame-sdl2
(let ((real-version "2.1.0")
- (renpy-version "8.1.3"))
+ (renpy-version "8.2.0"))
(package
(inherit python-pygame)
(name "python-pygame-sdl2")
@@ -1354,7 +1354,7 @@ (define-public python-pygame-sdl2
(method url-fetch)
(uri (string-append "https://www.renpy.org/dl/" renpy-version
"/pygame_sdl2-" version ".tar.gz"))
- (sha256 (base32 "0qlprs9n3w254ilizqzvr6s01zx72gh7an0bgwxsq4hm22qypdws"))
+ (sha256 (base32 "17mc39c7ha83kzv2wmq61a15mn6p8wh2y33ixhf5sb4bvyr48mhy"))
(modules '((guix build utils)))
(snippet
'(begin

base-commit: 7142f6df77bfac4fdc8da65a7caae915df945a8b
--
2.41.0
L
L
Liliana Marie Prikler wrote on 17 Feb 10:34 +0100
[PATCH v2 2/2] gnu: renpy: Update to 8.2.0.
(address . 68644@debbugs.gnu.org)
9939daa255ba7b5a6559a8ca8a9b0fe24c9afe6c.1708162723.git.liliana.prikler@gmail.com
* gnu/packages/aux-files/renpy/renpy.in (path-to-saves): Honour
RENPY_PATH_TO_SAVES.
(path_to_logdir, predefined_searchpath): New procedures.
* gnu/packages/game-development.scm (python-renpy): Update to 8.2.0.
---
gnu/packages/aux-files/renpy/renpy.in | 22 +++++++++++++++++++++-
gnu/packages/game-development.scm | 4 ++--
2 files changed, 23 insertions(+), 3 deletions(-)

Toggle diff (57 lines)
diff --git a/gnu/packages/aux-files/renpy/renpy.in b/gnu/packages/aux-files/renpy/renpy.in
index 9115d9aee3..deef297aa2 100644
--- a/gnu/packages/aux-files/renpy/renpy.in
+++ b/gnu/packages/aux-files/renpy/renpy.in
@@ -37,7 +37,27 @@ def path_to_saves(gamedir, save_directory=None):
if not save_directory:
return gamedir + "/saves"
- return os.path.join(os.path.expanduser("~/.renpy"), save_directory)
+ prefix = os.environ.get("RENPY_PATH_TO_SAVES",
+ os.path.expanduser("~/.renpy"))
+
+ return os.path.join(prefix, save_directory)
+
+def path_to_logdir(basedir):
+ return basedir
+
+def predefined_searchpath(commondir):
+ import renpy
+
+ # The default gamedir, in private.
+ searchpath = [ renpy.config.gamedir ]
+
+ if env_searchpath := os.environ.get("RENPY_SEARCHPATH"):
+ searchpath.extend(env_searchpath.split("::"))
+
+ if commondir and os.path.isdir(commondir):
+ searchpath.append(commondir)
+
+ return searchpath
def main():
try:
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 614fc7a85f..5335166d19 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1395,7 +1395,7 @@ (define-public python-pygame-sdl2
(define-public python-renpy
(package
(name "python-renpy")
- (version "8.1.3")
+ (version "8.2.0")
(source
(origin
(method url-fetch)
@@ -1403,7 +1403,7 @@ (define-public python-renpy
"/renpy-" version "-source.tar.bz2"))
(sha256
(base32
- "1g6fz5dxp7yxhgv6q4brzf5hpfqq3l1g3dfv3fsiwwn6mj0b01z2"))
+ "02v54qqjjigfqhdr50kzhkdvplk56bvprq65jl57kcs1qhvlf5s9"))
(modules '((guix build utils)))
(snippet
#~(begin
--
2.41.0
?