unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54669] [PATCH] gnu: oil: Update to 0.9.9.
@ 2022-04-01 15:16 Felix Gruber
  2022-04-03 10:41 ` bug#54669: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2022-04-01 15:16 UTC (permalink / raw)
  To: 54669; +Cc: Felix Gruber

* 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@flashner.co.il>
 ;;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2021, 2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
-;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
+;;; Copyright © 2021, 2022 Felix Gruber <felgru@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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54669: [PATCH] gnu: oil: Update to 0.9.9.
  2022-04-01 15:16 [bug#54669] [PATCH] gnu: oil: Update to 0.9.9 Felix Gruber
@ 2022-04-03 10:41 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-04-03 10:41 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 54669-done

Hi,

Felix Gruber <felgru@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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-03 10:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01 15:16 [bug#54669] [PATCH] gnu: oil: Update to 0.9.9 Felix Gruber
2022-04-03 10:41 ` bug#54669: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).