GNU bug report logs - #68644
[PATCH 0/2] Update Ren'py to 8.2.0

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Sun, 21 Jan 2024 19:31:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 68644 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#68644; Package guix-patches. (Sun, 21 Jan 2024 19:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 21 Jan 2024 19:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/2] Update Ren'py to 8.2.0
Date: Sun, 21 Jan 2024 20:29:19 +0100
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





Information forwarded to guix-patches <at> gnu.org:
bug#68644; Package guix-patches. (Sun, 21 Jan 2024 20:29:01 GMT) Full text and rfc822 format available.

Message #8 received at 68644 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org, 68644 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0.
Date: Sun, 21 Jan 2024 20:26:28 +0100
* 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(-)

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





Information forwarded to guix-patches <at> gnu.org:
bug#68644; Package guix-patches. (Sun, 21 Jan 2024 20:30:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org, 68644 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: python-renpy: Update to 8.2.0.
Date: Sun, 21 Jan 2024 20:26:34 +0100
* 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(-)

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





Information forwarded to guix-patches <at> gnu.org:
bug#68644; Package guix-patches. (Sun, 21 Jan 2024 20:30:03 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#68644; Package guix-patches. (Sun, 21 Jan 2024 20:30:03 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#68644; Package guix-patches. (Sun, 28 Jan 2024 17:20:02 GMT) Full text and rfc822 format available.

Message #20 received at 68644 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 68644 <at> debbugs.gnu.org
Subject: Re: [PATCH 2/2] gnu: python-renpy: Update to 8.2.0.
Date: Sun, 28 Jan 2024 18:19:00 +0100
Am Sonntag, dem 21.01.2024 um 20:26 +0100 schrieb Liliana Marie
Prikler:
> * 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…




Information forwarded to guix-patches <at> gnu.org:
bug#68644; Package guix-patches. (Sat, 17 Feb 2024 09:41:01 GMT) Full text and rfc822 format available.

Message #23 received at 68644 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 68644 <at> debbugs.gnu.org
Cc: msglm <msglm <at> techchud.xyz>, iyzsong <at> envs.net
Subject: [PATCH v2 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0.
Date: Sat, 17 Feb 2024 10:33:34 +0100
* 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(-)

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





Information forwarded to guix-patches <at> gnu.org:
bug#68644; Package guix-patches. (Sat, 17 Feb 2024 09:41:01 GMT) Full text and rfc822 format available.

Message #26 received at 68644 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 68644 <at> debbugs.gnu.org
Cc: msglm <msglm <at> techchud.xyz>, iyzsong <at> envs.net
Subject: [PATCH v2 2/2] gnu: renpy: Update to 8.2.0.
Date: Sat, 17 Feb 2024 10:34:50 +0100
* 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(-)

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





This bug report was last modified 76 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.