GNU bug report logs - #54669
[PATCH] gnu: oil: Update to 0.9.9.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Fri, 1 Apr 2022 15:17:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54669 in the body.
You can then email your comments to 54669 AT debbugs.gnu.org in the normal way.

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#54669; Package guix-patches. (Fri, 01 Apr 2022 15:17:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Felix Gruber <felgru <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 01 Apr 2022 15:17:02 GMT) Full text and rfc822 format available.

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

From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH] gnu: oil: Update to 0.9.9.
Date: Fri,  1 Apr 2022 15:16:07 +0000
* gnu/packages/shells.scm (oil): Update to 0.9.9.
  [source]: Add comment on embedded CPython like Ludo’ proposed in
  https://issues.guix.gnu.org/53642#3.
---
 gnu/packages/shells.scm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index dda670d237..f877b36e66 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -18,7 +18,7 @@
 ;;; Copyright © 2020 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2020, 2022 Marius Bakke <marius <at> gnu.org>
 ;;; Copyright © 2021, 2022 Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
-;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
+;;; Copyright © 2021, 2022 Felix Gruber <felgru <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -834,14 +834,20 @@ Shell (pdksh).")
 (define-public oil
   (package
     (name "oil")
-    (version "0.9.7")
+    (version "0.9.9")
     (source
+     ; oil's sources contain a modified version of CPython 2.7.13.
+     ; According to https://www.oilshell.org/blog/2017/05/05.html
+     ; this bundles version of CPython had certain unused parts removed
+     ; and its build system has been replaced by a custom one.
+     ; This would probably make it quite complicated to replace the
+     ; bundled CPython with the one from the python2 package.
      (origin
        (method url-fetch)
        (uri (string-append "https://www.oilshell.org/download/oil-"
                            version ".tar.gz"))
        (sha256
-        (base32 "09ill1wks8gmixfc648wx25wx0wzlgkjj34bbpglx496i6yp81aw"))))
+        (base32 "1ymszq0wy7sy709yqx8dpmv7b37fkc57bdg02ah2gnjbvbk6s2z1"))))
     (build-system gnu-build-system)
     (arguments
      (list #:strip-binaries? #f         ; strip breaks the binary
-- 
2.30.2





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 03 Apr 2022 10:43:02 GMT) Full text and rfc822 format available.

Notification sent to Felix Gruber <felgru <at> posteo.net>:
bug acknowledged by developer. (Sun, 03 Apr 2022 10:43:02 GMT) Full text and rfc822 format available.

Message #10 received at 54669-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 54669-done <at> debbugs.gnu.org
Subject: Re: bug#54669: [PATCH] gnu: oil: Update to 0.9.9.
Date: Sun, 03 Apr 2022 12:41:58 +0200
Hi,

Felix Gruber <felgru <at> posteo.net> skribis:

> * gnu/packages/shells.scm (oil): Update to 0.9.9.
>   [source]: Add comment on embedded CPython like Ludo’ proposed in
>   https://issues.guix.gnu.org/53642#3.

Applied, thanks!

> +     ; oil's sources contain a modified version of CPython 2.7.13.
> +     ; According to https://www.oilshell.org/blog/2017/05/05.html
> +     ; this bundles version of CPython had certain unused parts removed
> +     ; and its build system has been replaced by a custom one.
> +     ; This would probably make it quite complicated to replace the
> +     ; bundled CPython with the one from the python2 package.

I changed that to double semicolon (single semicolon is conventionally
for “margin comments”).

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 01 May 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 53 days ago.

Previous Next


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