From unknown Sun Jun 22 15:27:04 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#54669] [PATCH] gnu: oil: Update to 0.9.9. Resent-From: Felix Gruber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 01 Apr 2022 15:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 54669 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54669@debbugs.gnu.org Cc: Felix Gruber X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164882619512338 (code B ref -1); Fri, 01 Apr 2022 15:17:02 +0000 Received: (at submit) by debbugs.gnu.org; 1 Apr 2022 15:16:35 +0000 Received: from localhost ([127.0.0.1]:43111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1naJ0p-0003Cm-AJ for submit@debbugs.gnu.org; Fri, 01 Apr 2022 11:16:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:55106) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1naJ0n-0003Ce-QY for submit@debbugs.gnu.org; Fri, 01 Apr 2022 11:16:30 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49092) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1naJ0n-0007gv-Lb for guix-patches@gnu.org; Fri, 01 Apr 2022 11:16:29 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36757) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1naJ0i-00088o-Jg for guix-patches@gnu.org; Fri, 01 Apr 2022 11:16:27 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 68E0C240026 for ; Fri, 1 Apr 2022 17:16:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1648826180; bh=tfJIRjHDGVGGsTHvQQMutKNxxlmn7l+sxo23XQh2nR0=; h=From:To:Cc:Subject:Date:From; b=NkSkIvKhRUKr5sGanI1lYZUX5xNY2CCB+UHN8UXT9QD3k+XO1IXmhOA7B+YWvmQyb L1P0mAiVZWMIRxvim795MCo99z5k1zZtu7CFTUkA8bMJzZ1oYaHOEqVnoNauqNAQwX vzxjf4C+vOLeovN/UStzRbepLSmFX9nVS7e5TVwvO8MrbtEP5uGBvp/7BywT3ixeUd EZlJxVtNN+CqxYr2Wpxp93Dm1xzV91IIQmZzYZZRfRhM+7BVZ076mPUBA/LfeJ1p4r 2zFpT9dQfzPUIjcHFKYIIMM8JRGcm6ocuIGKHT4JEmB1dzwmod8IsFwMrz4wWqQqO1 FKQfBg/uwSSGg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KVNzl5NVNz6tmd; Fri, 1 Apr 2022 17:16:19 +0200 (CEST) From: Felix Gruber Date: Fri, 1 Apr 2022 15:16:07 +0000 Message-Id: <20220401151607.4602-1-felgru@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=felgru@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * 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 ;;; Copyright © 2020, 2022 Marius Bakke ;;; Copyright © 2021, 2022 Nicolas Goaziou -;;; Copyright © 2021 Felix Gruber +;;; Copyright © 2021, 2022 Felix Gruber ;;; ;;; 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 From unknown Sun Jun 22 15:27:04 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Felix Gruber Subject: bug#54669: closed (Re: bug#54669: [PATCH] gnu: oil: Update to 0.9.9.) Message-ID: References: <87sfquv47d.fsf@gnu.org> <20220401151607.4602-1-felgru@posteo.net> X-Gnu-PR-Message: they-closed 54669 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 54669@debbugs.gnu.org Date: Sun, 03 Apr 2022 10:43:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1648982582-16851-1" This is a multi-part message in MIME format... ------------=_1648982582-16851-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #54669: [PATCH] gnu: oil: Update to 0.9.9. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 54669@debbugs.gnu.org. --=20 54669: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D54669 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1648982582-16851-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 54669-done) by debbugs.gnu.org; 3 Apr 2022 10:42:09 +0000 Received: from localhost ([127.0.0.1]:47667 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1naxgP-0004MO-Lo for submit@debbugs.gnu.org; Sun, 03 Apr 2022 06:42:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1naxgM-0004Lx-Pf for 54669-done@debbugs.gnu.org; Sun, 03 Apr 2022 06:42:08 -0400 Received: from [2001:470:142:3::e] (port=34324 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1naxgH-0007Ho-9D; Sun, 03 Apr 2022 06:42:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=Wi6sQWpy61S2X4DXuy/00Fj4RbkK2Y1+1SIIwilEtHk=; b=qUuNat3mhr/wKZczrq/V YuSdcZU71OwCmUUsQIaSwNd7xp7h6MF27igf+9rftxz5++6PRHiFABtguzlhl+Y1yGqdjdUVy6rLF L9KY1UGftdY5oUK2yPByaPWv0/rOSeISLxuYZQ1E5vd5vQIrq3TM9Yam4kzPeErfPorud7sOm0j9v Fs8nADgC6j/8T0j6/Ipw0vVm2ATzFpG1eCir8ZR0BjjL/dTDBOtB1PVqYJlD9lQYUxnmfXyoHfk2O JNQaJ1hf3CyWYl8p02fEWYN/uKxTfgH3/zst4qJX5pLWQQcb8+gLddVBQroJm1G6tyVRKm+21lejp XFVPIlxYnm8cDQ==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=52434 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1naxgF-0006ZK-UV; Sun, 03 Apr 2022 06:42:01 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Felix Gruber Subject: Re: bug#54669: [PATCH] gnu: oil: Update to 0.9.9. References: <20220401151607.4602-1-felgru@posteo.net> Date: Sun, 03 Apr 2022 12:41:58 +0200 In-Reply-To: <20220401151607.4602-1-felgru@posteo.net> (Felix Gruber's message of "Fri, 1 Apr 2022 15:16:07 +0000") Message-ID: <87sfquv47d.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54669-done Cc: 54669-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Felix Gruber skribis: > * gnu/packages/shells.scm (oil): Update to 0.9.9. > [source]: Add comment on embedded CPython like Ludo=E2=80=99 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 =E2=80=9Cmargin comments=E2=80=9D). Ludo=E2=80=99. ------------=_1648982582-16851-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 1 Apr 2022 15:16:35 +0000 Received: from localhost ([127.0.0.1]:43111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1naJ0p-0003Cm-AJ for submit@debbugs.gnu.org; Fri, 01 Apr 2022 11:16:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:55106) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1naJ0n-0003Ce-QY for submit@debbugs.gnu.org; Fri, 01 Apr 2022 11:16:30 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49092) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1naJ0n-0007gv-Lb for guix-patches@gnu.org; Fri, 01 Apr 2022 11:16:29 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36757) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1naJ0i-00088o-Jg for guix-patches@gnu.org; Fri, 01 Apr 2022 11:16:27 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 68E0C240026 for ; Fri, 1 Apr 2022 17:16:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1648826180; bh=tfJIRjHDGVGGsTHvQQMutKNxxlmn7l+sxo23XQh2nR0=; h=From:To:Cc:Subject:Date:From; b=NkSkIvKhRUKr5sGanI1lYZUX5xNY2CCB+UHN8UXT9QD3k+XO1IXmhOA7B+YWvmQyb L1P0mAiVZWMIRxvim795MCo99z5k1zZtu7CFTUkA8bMJzZ1oYaHOEqVnoNauqNAQwX vzxjf4C+vOLeovN/UStzRbepLSmFX9nVS7e5TVwvO8MrbtEP5uGBvp/7BywT3ixeUd EZlJxVtNN+CqxYr2Wpxp93Dm1xzV91IIQmZzYZZRfRhM+7BVZ076mPUBA/LfeJ1p4r 2zFpT9dQfzPUIjcHFKYIIMM8JRGcm6ocuIGKHT4JEmB1dzwmod8IsFwMrz4wWqQqO1 FKQfBg/uwSSGg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KVNzl5NVNz6tmd; Fri, 1 Apr 2022 17:16:19 +0200 (CEST) From: Felix Gruber To: guix-patches@gnu.org Subject: [PATCH] gnu: oil: Update to 0.9.9. Date: Fri, 1 Apr 2022 15:16:07 +0000 Message-Id: <20220401151607.4602-1-felgru@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=felgru@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Felix Gruber X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * 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 ;;; Copyright © 2020, 2022 Marius Bakke ;;; Copyright © 2021, 2022 Nicolas Goaziou -;;; Copyright © 2021 Felix Gruber +;;; Copyright © 2021, 2022 Felix Gruber ;;; ;;; 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 ------------=_1648982582-16851-1--