From unknown Tue Jun 17 01:36:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56585] [PATCH] gnu: Remove chicken-args. Resent-From: Emma Turner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 15 Jul 2022 22:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56585 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56585@debbugs.gnu.org X-Debbugs-Original-To: Guix Patches Received: via spool by submit@debbugs.gnu.org id=B.165792353211014 (code B ref -1); Fri, 15 Jul 2022 22:19:01 +0000 Received: (at submit) by debbugs.gnu.org; 15 Jul 2022 22:18:52 +0000 Received: from localhost ([127.0.0.1]:42368 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCTe5-0002rW-Ck for submit@debbugs.gnu.org; Fri, 15 Jul 2022 18:18:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:34962) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCTQR-0002UJ-RD for submit@debbugs.gnu.org; Fri, 15 Jul 2022 18:04:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49572) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCTQR-0008JN-Me for guix-patches@gnu.org; Fri, 15 Jul 2022 18:04:43 -0400 Received: from w4.tutanota.de ([81.3.6.165]:40396) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCTQP-0006B0-PC for guix-patches@gnu.org; Fri, 15 Jul 2022 18:04:43 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 5355A1060318 for ; Fri, 15 Jul 2022 22:04:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1657922678; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=G6L/o3Tx59QlQZPGVaIT8TUuhJyQbTLvjD9Z6Mn2/pM=; b=tuMoGH5iTq+9KArgzzrY/aQ++TXSM4nJpHGsdmr0oQ36IYSxHAx0YHWsfMb4bS4M a5T5hN8ip1e4SO8A1m2/S0ea7SY+H45od82ypr8ZL8JfbFuWo/4KizoXLelUQA4oVfS gQMEJQWaW/33ln9lFfYTxSxqyOSu2wuT4xkhH8DMLWjMtuPh1QHTnTIlw/4iyfdl1v+ ASM83xfispL57Nuq5WJP0lUYXpihlDQjtpsP3JFHQtItMtAg+pN/XGiIRTbAzt2JtvN Nejrxf3KtaUaiIwU7GJAPqk5Sw02kEVMyoAf8uGmQsL+qEIsRm4FxlFw4e5Ioff4Akd olX3loxPXA== Date: Sat, 16 Jul 2022 00:04:38 +0200 (CEST) From: Emma Turner Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=em.turner@tutanota.com; helo=w4.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_NONE=-0.0001, SPF_HELO_PASS=-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.4 (-) X-Mailman-Approved-At: Fri, 15 Jul 2022 18:18:49 -0400 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.4 (--) causing guix pull to fail - due to dependency on missing chicken-srfi-37 --- 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 @@ (define-public chicken-crypto-tools @end itemize @end itemize") =C2=A0=C2=A0=C2=A0=C2=A0 (license license:bsd-3))) - -(define-public chicken-args -=C2=A0 (package -=C2=A0=C2=A0=C2=A0 (name "chicken-args") -=C2=A0=C2=A0=C2=A0 (version "1.6.2") -=C2=A0=C2=A0=C2=A0 (source (origin -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 (method url-fetch) -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 (uri (egg-uri "args" version)) -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 (sha256 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (base32 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 "0knkg31d4dq9a8rq9g3ycmj0z6j9l7zp93qa9cnqc8ixd6jsymkm"))= )) -=C2=A0=C2=A0=C2=A0 (build-system chicken-build-system) -=C2=A0=C2=A0=C2=A0 (arguments '(#:egg-name "args")) -=C2=A0=C2=A0=C2=A0 (propagated-inputs (list chicken-srfi-1 chicken-srfi-13= chicken-srfi-37)) -=C2=A0=C2=A0=C2=A0 (home-page "https://wiki.call-cc.org/egg/args") -=C2=A0=C2=A0=C2=A0 (synopsis "Command-line argument handling, on top of SR= FI 37") -=C2=A0=C2=A0=C2=A0 (description "This extension provides a wrapper around -SRFI-37 (args-fold).=C2=A0 The main goal is to let the user parse command-= line -arguments without having to write a lot of similar support code every time= .") -=C2=A0=C2=A0=C2=A0 (license license:bsd-3))) -- 2.36.1 From unknown Tue Jun 17 01:36:42 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: Emma Turner Subject: bug#56585: closed (This change went in separately under 5b351982c2a90b72520e992799d012823edfeeb7) Message-ID: References: X-Gnu-PR-Message: they-closed 56585 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 56585@debbugs.gnu.org Date: Sat, 16 Jul 2022 14:18:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1657981083-26757-1" This is a multi-part message in MIME format... ------------=_1657981083-26757-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #56585: [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 56585@debbugs.gnu.org. --=20 56585: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D56585 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1657981083-26757-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 56585-done) by debbugs.gnu.org; 16 Jul 2022 14:17:20 +0000 Received: from localhost ([127.0.0.1]:45646 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCibg-0006w8-BX for submit@debbugs.gnu.org; Sat, 16 Jul 2022 10:17:20 -0400 Received: from w4.tutanota.de ([81.3.6.165]:48368) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCdBj-0002ln-Dc for 56585-done@debbugs.gnu.org; Sat, 16 Jul 2022 04:30:11 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 128D61060159 for <56585-done@debbugs.gnu.org>; Sat, 16 Jul 2022 08:30:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1657960205; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=bZU8s6sOUJCZ9NAcpVUw/f7fpExWjT29ZVDuYgPb4AE=; b=OsHm5gX48pJjjpQZDQ0ZIDW42rCaIqSuqvqq7QPQBHh25DgP3VXyuwfbB8QielCn sd5mB7IXGYhqr7mJ7VRFxUq0dUz7xdqBqa67e1u8hPhucmybjQ3FrImO0p6riCY2zQ/ L/DSG2AHlggDOtw4lndjua2sGhiHU0sEBMlaY1CizwOoRC1MlIQ+d9g85Vuj3uphCpK TNS0HyWtORkO/h/hYo7umXr/QdhOBjRkaQR0+7oAqpYSVc9uVD3lM1mqOl6dDOBnsBU Z38TlE+brLaONtz/XujZgTbSw5TKyyLxg8nNQQe05OJERzqkfBOuFNr4im6Oakszs/M nBK08jYyMQ== Date: Sat, 16 Jul 2022 10:30:05 +0200 (CEST) From: Emma Turner To: 56585 Done <56585-done@debbugs.gnu.org> Message-ID: Subject: This change went in separately under 5b351982c2a90b72520e992799d012823edfeeb7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56585-done X-Mailman-Approved-At: Sat, 16 Jul 2022 10:17:19 -0400 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: -1.0 (-) Sorry, accidentally sent this to 56295 (which was already closed) ------------=_1657981083-26757-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 Jul 2022 22:18:52 +0000 Received: from localhost ([127.0.0.1]:42368 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCTe5-0002rW-Ck for submit@debbugs.gnu.org; Fri, 15 Jul 2022 18:18:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:34962) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCTQR-0002UJ-RD for submit@debbugs.gnu.org; Fri, 15 Jul 2022 18:04:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49572) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCTQR-0008JN-Me for guix-patches@gnu.org; Fri, 15 Jul 2022 18:04:43 -0400 Received: from w4.tutanota.de ([81.3.6.165]:40396) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCTQP-0006B0-PC for guix-patches@gnu.org; Fri, 15 Jul 2022 18:04:43 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 5355A1060318 for ; Fri, 15 Jul 2022 22:04:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1657922678; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=G6L/o3Tx59QlQZPGVaIT8TUuhJyQbTLvjD9Z6Mn2/pM=; b=tuMoGH5iTq+9KArgzzrY/aQ++TXSM4nJpHGsdmr0oQ36IYSxHAx0YHWsfMb4bS4M a5T5hN8ip1e4SO8A1m2/S0ea7SY+H45od82ypr8ZL8JfbFuWo/4KizoXLelUQA4oVfS gQMEJQWaW/33ln9lFfYTxSxqyOSu2wuT4xkhH8DMLWjMtuPh1QHTnTIlw/4iyfdl1v+ ASM83xfispL57Nuq5WJP0lUYXpihlDQjtpsP3JFHQtItMtAg+pN/XGiIRTbAzt2JtvN Nejrxf3KtaUaiIwU7GJAPqk5Sw02kEVMyoAf8uGmQsL+qEIsRm4FxlFw4e5Ioff4Akd olX3loxPXA== Date: Sat, 16 Jul 2022 00:04:38 +0200 (CEST) From: Emma Turner To: Guix Patches Message-ID: Subject: [PATCH] gnu: Remove chicken-args. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=em.turner@tutanota.com; helo=w4.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_NONE=-0.0001, SPF_HELO_PASS=-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.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 15 Jul 2022 18:18:49 -0400 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.4 (--) causing guix pull to fail - due to dependency on missing chicken-srfi-37 --- 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 @@ (define-public chicken-crypto-tools @end itemize @end itemize") =C2=A0=C2=A0=C2=A0=C2=A0 (license license:bsd-3))) - -(define-public chicken-args -=C2=A0 (package -=C2=A0=C2=A0=C2=A0 (name "chicken-args") -=C2=A0=C2=A0=C2=A0 (version "1.6.2") -=C2=A0=C2=A0=C2=A0 (source (origin -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 (method url-fetch) -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 (uri (egg-uri "args" version)) -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 (sha256 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (base32 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 "0knkg31d4dq9a8rq9g3ycmj0z6j9l7zp93qa9cnqc8ixd6jsymkm"))= )) -=C2=A0=C2=A0=C2=A0 (build-system chicken-build-system) -=C2=A0=C2=A0=C2=A0 (arguments '(#:egg-name "args")) -=C2=A0=C2=A0=C2=A0 (propagated-inputs (list chicken-srfi-1 chicken-srfi-13= chicken-srfi-37)) -=C2=A0=C2=A0=C2=A0 (home-page "https://wiki.call-cc.org/egg/args") -=C2=A0=C2=A0=C2=A0 (synopsis "Command-line argument handling, on top of SR= FI 37") -=C2=A0=C2=A0=C2=A0 (description "This extension provides a wrapper around -SRFI-37 (args-fold).=C2=A0 The main goal is to let the user parse command-= line -arguments without having to write a lot of similar support code every time= .") -=C2=A0=C2=A0=C2=A0 (license license:bsd-3))) -- 2.36.1 ------------=_1657981083-26757-1--