GNU bug report logs - #56654
[PATCH] gnu: Remove chicken-args.

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Wed, 20 Jul 2022 06:29:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
Subject: bug#56654: closed (Re: bug#56654: [PATCH] gnu: Remove chicken-args.)
Date: Wed, 03 Aug 2022 15:30:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#56654: [PATCH] gnu: Remove chicken-args.

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 56654 <at> debbugs.gnu.org.

-- 
56654: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56654
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
Cc: 56654-done <at> debbugs.gnu.org
Subject: Re: bug#56654: [PATCH] gnu: Remove chicken-args.
Date: Wed, 03 Aug 2022 17:29:22 +0200
Hi,

Hartmut Goebel <h.goebel <at> crazy-compilers.com> skribis:

> This package requires chicken-srfi-37, which we don't provide since it is
> non-free. See https://issues.guix.gnu.org/56295#6.  I missed removing this
> package when removing chicken-srfi-37 prior to pushing issue 56295.
>
> * gnu/packages/chicken.scm (chicken-args): Delete variable.

This was done in 5b351982c2a90b72520e992799d012823edfeeb7.

In general, feel empowered to fix obvious errors like this one.  When
doing so, you can clarify in the commit log why you are
reverting/removing things.

Thanks,
Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Remove chicken-args.
Date: Wed, 20 Jul 2022 08:27:53 +0200
This package requires chicken-srfi-37, which we don't provide since it is
non-free. See https://issues.guix.gnu.org/56295#6.  I missed removing this
package when removing chicken-srfi-37 prior to pushing issue 56295.

* gnu/packages/chicken.scm (chicken-args): Delete variable.
---
 gnu/packages/chicken.scm | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gnu/packages/chicken.scm b/gnu/packages/chicken.scm
index 3ae4c7210c..b87b8118f1 100644
--- a/gnu/packages/chicken.scm
+++ b/gnu/packages/chicken.scm
@@ -329,23 +329,3 @@ primitives.  More specifically, provided are:
 @end itemize
 @end itemize")
     (license license:bsd-3)))
-
-(define-public chicken-args
-  (package
-    (name "chicken-args")
-    (version "1.6.2")
-    (source (origin
-              (method url-fetch)
-              (uri (egg-uri "args" version))
-              (sha256
-               (base32
-                "0knkg31d4dq9a8rq9g3ycmj0z6j9l7zp93qa9cnqc8ixd6jsymkm"))))
-    (build-system chicken-build-system)
-    (arguments '(#:egg-name "args"))
-    (propagated-inputs (list chicken-srfi-1 chicken-srfi-13 chicken-srfi-37))
-    (home-page "https://wiki.call-cc.org/egg/args")
-    (synopsis "Command-line argument handling, on top of SRFI 37")
-    (description "This extension provides a wrapper around
-SRFI-37 (args-fold).  The main goal is to let the user parse command-line
-arguments without having to write a lot of similar support code every time.")
-    (license license:bsd-3)))

base-commit: d982c00334003b5118ac64929ee696c48f82da60
-- 
2.30.4




This bug report was last modified 2 years and 293 days ago.

Previous Next


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