From unknown Sat Aug 16 20:00:27 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48292] [PATCH] - updated lisp library unix-opts. Resent-From: cage Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 08 May 2021 17:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48292 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48292@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162049563713828 (code B ref -1); Sat, 08 May 2021 17:41:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 May 2021 17:40:37 +0000 Received: from localhost ([127.0.0.1]:51407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfQwP-0003ay-6P for submit@debbugs.gnu.org; Sat, 08 May 2021 13:40:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:50852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfQwM-0003as-VR for submit@debbugs.gnu.org; Sat, 08 May 2021 13:40:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47502) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfQwM-0000D2-Mp for guix-patches@gnu.org; Sat, 08 May 2021 13:40:34 -0400 Received: from smtpcmd02102.aruba.it ([62.149.158.102]:51383 helo=smtpcmd15177.aruba.it) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfQwH-0005KX-3L for guix-patches@gnu.org; Sat, 08 May 2021 13:40:34 -0400 Received: from kurosawa.casa.net ([78.15.34.92]) by Aruba Outgoing Smtp with ESMTPSA id fQwEljmB3bSO0fQwEldbx4; Sat, 08 May 2021 19:40:27 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1620495627; bh=Zr934IqCyLUiRhnqNq8NAojKMoTH49C1iAV1j2ivREs=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=YPbmugyUTlKDm8dxgKw382ri3Wb9iqRwYdQ8PL02v/ga2ddti1oB0PR7vIplC+9DP 3EO6y8+Vx0qPHDkpYeh1E7YdmHaHmRuJlQP4NoJ0qBF+FnY52uSYBvjJTRoCS29iam CILxFhCYJ9FglUzb2XJ1ErrTNFKOF78qZj5CYw6BTZDq1AzmBZUc6evCuFhPbIOLZR OLnHaLtfNFQPNxbEPT2wKbrNmSe54NaQqf/lYrPeuNaerPivuVDugP1uZm5AruBzkq g+ecUlfVAUIqpqI9DeH6d2l9c23skEuXJcoM5o3pEUKnzH0ZxfbZsOw4ZzKUVLREYT s+NAMRI650uuA== Received: by kurosawa.casa.net (Postfix, from userid 1000) id B36681840286; Sat, 8 May 2021 19:40:15 +0200 (CEST) Date: Sat, 8 May 2021 19:40:15 +0200 From: cage Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-CMAE-Envelope: MS4wfPnLA6OFtuuxcaDYRTumdpyXQzV92UwSVdluTzozpL+3BdUNF7EH3T4ejd90fpo9qJmSMXozsHnOywnEVo85C1PWcthYSA5eJHiATl88iMANBEEIjF3L Hzeemwou20oXellRTCnvImWRMnEinXlcIy3OHR3Gf/MQswgtOgcaigeh Received-SPF: none client-ip=62.149.158.102; envelope-from=cage-dev@twistfold.it; helo=smtpcmd15177.aruba.it X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_MED=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.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: -3.3 (---) Hi! I found this library outdated, this patch makes guix uses a commit with new features added. Bye! C. PS: please ignore my previous patch (#48291) for this library as there is a syntax error :( --- gnu/packages/lisp-xyz.scm | 40 ++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 0824fa1d82..e267840ffe 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -3276,31 +3276,33 @@ settings ensure a very simple mode of operation, similar to that provided by (sbcl-package->ecl-package sbcl-cl-json)) (define-public sbcl-unix-opts - (package - (name "sbcl-unix-opts") - (version "0.1.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/libre-man/unix-opts") - (commit version))) - (file-name (git-file-name "unix-opts" version)) - (sha256 - (base32 - "08djdi1ard09fijb7w9bdmhmwd98b1hzmcnjw9fqjiqa0g3b44rr")))) - (build-system asdf-build-system/sbcl) - (home-page "https://github.com/hankhero/cl-json") - (synopsis "Unix-style command line options parser") - (description - "This is a minimalistic parser of command line options. The main + (let ((commit "0e61f34b2ecf62288437810d4abb31e572048b04") + (revision "1")) + (package + (name "sbcl-unix-opts") + (version (git-version "0.1.7" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/libre-man/unix-opts") + (commit commit))) + (file-name (git-file-name "unix-opts" version)) + (sha256 + (base32 + "16mcqpzwrz808p9n3wwl99ckg3hg7yihw08y1i4l7c92aldbkasq")))) + (build-system asdf-build-system/sbcl) + (home-page "https://github.com/hankhero/cl-json") + (synopsis "Unix-style command line options parser") + (description + "This is a minimalistic parser of command line options. The main advantage of the library is the ability to concisely define command line options once and then use this definition for parsing and extraction of command line arguments, as well as printing description of command line options (you get --help for free). This way you don't need to repeat yourself. Also, @command{unix-opts} doesn't depend on anything and precisely controls the behavior of the parser via Common Lisp restarts.") - (license license:expat))) + (license license:expat)))) (define-public cl-unix-opts (sbcl-package->cl-source-package sbcl-unix-opts)) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sat May 08 17:29:15 2021 Received: (at control) by debbugs.gnu.org; 8 May 2021 21:29:15 +0000 Received: from localhost ([127.0.0.1]:52414 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfUVf-0005lk-1k for submit@debbugs.gnu.org; Sat, 08 May 2021 17:29:15 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:47124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfUVd-0005le-S1 for control@debbugs.gnu.org; Sat, 08 May 2021 17:29:14 -0400 Received: from butterfly.local ([213.119.233.112]) by andre.telenet-ops.be with bizsmtp id 2MVB250072SA7zH01MVCcY; Sat, 08 May 2021 23:29:12 +0200 Message-ID: Subject: Re: [bug#48292] [PATCH] - updated lisp library unix-opts. From: Maxime Devos To: control@debbugs.gnu.org Date: Sat, 08 May 2021 23:29:11 +0200 In-Reply-To: References: Content-Type: text/plain User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1620509352; bh=bv2p0nBuWcQ3PKI3geQ13xYQlkmYXVJM9zS9jWbLHk4=; h=Subject:From:To:Date:In-Reply-To:References; b=STWrCHxKRtIqfh8vzJdgOKXUkl5lIJ6OP7jGSDC5GvCMI5xutPXKjaA+YtX7YDzxX nKKnE1DoQxbgwF7x4SpLy11T2jMr5kfYpxyuaseA6s93aA52/Vjo98tRZUCKB76G4M rYQWkFSIgt3/tgif+aZN64GedOaDuPfSCWArE5bGe20W5oE5JOBov/QYF6eLBkD/ih /OgY9pJv93qygNB2duzCKXeO0pKfvbQckOedrymhaN+uD6FTAQy4yOvko9r3Vuf5Mn YxnajKZdkEueKFgOiQDkzTR0mgUPhXAuZPGB2CM1PtYFB3n2b3cpxKvElSBe+Wp1mN ktU+b7bVDF70g== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control 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.7 (-) merge 48291 48292 thanks From unknown Sat Aug 16 20:00:27 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48292] updating code References: In-Reply-To: Resent-From: cage Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 01 Dec 2021 10:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48292 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48292@debbugs.gnu.org Received: via spool by 48292-submit@debbugs.gnu.org id=B48292.163835561411499 (code B ref 48292); Wed, 01 Dec 2021 10:47:01 +0000 Received: (at 48292) by debbugs.gnu.org; 1 Dec 2021 10:46:54 +0000 Received: from localhost ([127.0.0.1]:43322 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msN8Y-0002zP-D6 for submit@debbugs.gnu.org; Wed, 01 Dec 2021 05:46:54 -0500 Received: from smtpcmd15177.aruba.it ([62.149.156.177]:60146) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msN8V-0002zB-C8 for 48292@debbugs.gnu.org; Wed, 01 Dec 2021 05:46:52 -0500 Received: from kurosawa.casa.net ([94.34.12.161]) by Aruba Outgoing Smtp with ESMTPSA id sN8MmQOzF5cjnsN8NmrQKH; Wed, 01 Dec 2021 11:46:44 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1638355604; bh=JlAXXKpLqfp7JIzDz0LRj68HIonzYkn9fGADv2a/Qzo=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=XAY9lRuX5op7NFrn+Eb5nxmHFegmI5DOXBPxmoQ2ZxlScUDrkxKELW7vrYYMxtnM6 /jmr6tI2D6zx+wH0zKpLW+HUMEbSrX1h8iHabncIF0hbrwNZaio+mwIYm7mZ0C0y9D LcQKsF2tGpAKPBHL5V3nmimmmbaffHsdztRxj34+Gzh1cL328nSC511eWHSK3kowel cVU+Xg/OhNgA8rVZy+Zcp7OoNUWIkjf/d/gl9f8xoUV91M/CEJ/MDO/aaeXZNbYbPN 7mmpaovJFrqrXOr6s17bC3IpfSzIZ0jpKvhqx0cLfUex0IrBWhv1c/DdU6c0yBx7py 5TC393zcJj6Gw== Received: by kurosawa.casa.net (Postfix, from userid 1000) id B8A971840345; Wed, 1 Dec 2021 11:46:25 +0100 (CET) Date: Wed, 1 Dec 2021 11:46:25 +0100 From: cage Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-CMAE-Envelope: MS4xfGJiI1ZcZBNxm3BW3x1+eeUfpD947nkwQHJPLbE37mwGQQs4ueneqc9lm5cS8WuxAPhZBOCzNlfZUXV9RI8kuYHd+orTSSVO1Kwx11j0ZUtpAjkFJv9a FPAcTs6NbVdsWsU4HMJ/hLuYg3mO7eFT3M0yUQ+2Nt549O+79ylNUQHUADSsPNOV/yJZZNJo10XPzDAdZfcVUtfkGpZeOrOzGX4= X-Spam-Score: 0.0 (/) 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 (-) Hi! As there has not been any response from upstream, i wonder if this decision can be reconsidered and the git version of 'unix-opts' packaged. The reason for this request is because the gemini browser tinmop (packaged in guix) does not works with such older version of 'unix-opts'. Thanks in advance! C. From unknown Sat Aug 16 20:00:27 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: cage Subject: bug#48292: closed (Re: [bug#48292] updating code) Message-ID: References: <87o8608q1o.fsf@kitej> X-Gnu-PR-Message: they-closed 48292 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48292@debbugs.gnu.org Date: Wed, 01 Dec 2021 12:32:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1638361922-28496-1" This is a multi-part message in MIME format... ------------=_1638361922-28496-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48292: [PATCH] - updated lisp library unix-opts. 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 48292@debbugs.gnu.org. --=20 48292: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48292 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1638361922-28496-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48292-done) by debbugs.gnu.org; 1 Dec 2021 12:31:41 +0000 Received: from localhost ([127.0.0.1]:43407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msOlx-0007AD-AX for submit@debbugs.gnu.org; Wed, 01 Dec 2021 07:31:41 -0500 Received: from mout02.posteo.de ([185.67.36.66]:50605) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msOlv-00074m-JC for 48292-done@debbugs.gnu.org; Wed, 01 Dec 2021 07:31:40 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 47EEB240101 for <48292-done@debbugs.gnu.org>; Wed, 1 Dec 2021 13:31:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1638361893; bh=0CtP4BQtvc0tRcaXkjMvhfHvBZ1qDiuAvv9m4p41S6s=; h=From:To:Cc:Subject:Date:From; b=aKId0xftckShJyXeQVfsGse+PCYQ+cufV6Btxtd3Lz7LA1QryYibCNLk+7ntfWDWP jEUVFEPw+aQcuHTaYZJKY3mu7Q++c6XlF0OWvXFiL5eSLZOMVCb9CnGMt0yJ0MyNqM 2qjt3HZ2Bz5ZtRIvn8tmpdEXxx/oCoYmtuOtcoG7ooJjPSSJGu5C617YNFj30PHqv0 xxq4XAzQo8zIXqIyHnkMyiIY5osqLtmJejqLggnlMq6yRskdHi+Rfe9RTxpgtgd6LB OJDvkXMNvBNhJnR2UqO2VQ1DdKvtPwoBELv+TeP7P1Vl0gDBM9kN2ujUG6IwDrDd77 EDZt49tz1ubZw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4J3z3S2sBrz9rxW; Wed, 1 Dec 2021 13:31:32 +0100 (CET) References: From: Guillaume Le Vaillant To: cage Subject: Re: [bug#48292] updating code Date: Wed, 01 Dec 2021 12:29:50 +0000 In-reply-to: Message-ID: <87o8608q1o.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48292-done Cc: 48292-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 (---) --=-=-= Content-Type: text/plain Patch pushed as 8e7e839c98102a79b5804b39e3cfb58e94687d97 with a modified commit message. Thanks. We'll switch back to using a tag if upstream decides to make one some day. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYadrIw8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j/GPQD9EuUukuRbrVoAXRmKkocg+c40oQ3Piyi+iJeH YK3H++YA/34DywY3cxPR6I0GOhRrBzZNvQnC43Ih6/iLZ3UmLeMb =wzdu -----END PGP SIGNATURE----- --=-=-=-- ------------=_1638361922-28496-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 May 2021 17:40:37 +0000 Received: from localhost ([127.0.0.1]:51407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfQwP-0003ay-6P for submit@debbugs.gnu.org; Sat, 08 May 2021 13:40:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:50852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfQwM-0003as-VR for submit@debbugs.gnu.org; Sat, 08 May 2021 13:40:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47502) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfQwM-0000D2-Mp for guix-patches@gnu.org; Sat, 08 May 2021 13:40:34 -0400 Received: from smtpcmd02102.aruba.it ([62.149.158.102]:51383 helo=smtpcmd15177.aruba.it) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfQwH-0005KX-3L for guix-patches@gnu.org; Sat, 08 May 2021 13:40:34 -0400 Received: from kurosawa.casa.net ([78.15.34.92]) by Aruba Outgoing Smtp with ESMTPSA id fQwEljmB3bSO0fQwEldbx4; Sat, 08 May 2021 19:40:27 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1620495627; bh=Zr934IqCyLUiRhnqNq8NAojKMoTH49C1iAV1j2ivREs=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=YPbmugyUTlKDm8dxgKw382ri3Wb9iqRwYdQ8PL02v/ga2ddti1oB0PR7vIplC+9DP 3EO6y8+Vx0qPHDkpYeh1E7YdmHaHmRuJlQP4NoJ0qBF+FnY52uSYBvjJTRoCS29iam CILxFhCYJ9FglUzb2XJ1ErrTNFKOF78qZj5CYw6BTZDq1AzmBZUc6evCuFhPbIOLZR OLnHaLtfNFQPNxbEPT2wKbrNmSe54NaQqf/lYrPeuNaerPivuVDugP1uZm5AruBzkq g+ecUlfVAUIqpqI9DeH6d2l9c23skEuXJcoM5o3pEUKnzH0ZxfbZsOw4ZzKUVLREYT s+NAMRI650uuA== Received: by kurosawa.casa.net (Postfix, from userid 1000) id B36681840286; Sat, 8 May 2021 19:40:15 +0200 (CEST) Date: Sat, 8 May 2021 19:40:15 +0200 From: cage To: guix-patches@gnu.org Subject: [PATCH] - updated lisp library unix-opts. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-CMAE-Envelope: MS4wfPnLA6OFtuuxcaDYRTumdpyXQzV92UwSVdluTzozpL+3BdUNF7EH3T4ejd90fpo9qJmSMXozsHnOywnEVo85C1PWcthYSA5eJHiATl88iMANBEEIjF3L Hzeemwou20oXellRTCnvImWRMnEinXlcIy3OHR3Gf/MQswgtOgcaigeh Received-SPF: none client-ip=62.149.158.102; envelope-from=cage-dev@twistfold.it; helo=smtpcmd15177.aruba.it X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_MED=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit 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! I found this library outdated, this patch makes guix uses a commit with new features added. Bye! C. PS: please ignore my previous patch (#48291) for this library as there is a syntax error :( --- gnu/packages/lisp-xyz.scm | 40 ++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 0824fa1d82..e267840ffe 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -3276,31 +3276,33 @@ settings ensure a very simple mode of operation, similar to that provided by (sbcl-package->ecl-package sbcl-cl-json)) (define-public sbcl-unix-opts - (package - (name "sbcl-unix-opts") - (version "0.1.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/libre-man/unix-opts") - (commit version))) - (file-name (git-file-name "unix-opts" version)) - (sha256 - (base32 - "08djdi1ard09fijb7w9bdmhmwd98b1hzmcnjw9fqjiqa0g3b44rr")))) - (build-system asdf-build-system/sbcl) - (home-page "https://github.com/hankhero/cl-json") - (synopsis "Unix-style command line options parser") - (description - "This is a minimalistic parser of command line options. The main + (let ((commit "0e61f34b2ecf62288437810d4abb31e572048b04") + (revision "1")) + (package + (name "sbcl-unix-opts") + (version (git-version "0.1.7" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/libre-man/unix-opts") + (commit commit))) + (file-name (git-file-name "unix-opts" version)) + (sha256 + (base32 + "16mcqpzwrz808p9n3wwl99ckg3hg7yihw08y1i4l7c92aldbkasq")))) + (build-system asdf-build-system/sbcl) + (home-page "https://github.com/hankhero/cl-json") + (synopsis "Unix-style command line options parser") + (description + "This is a minimalistic parser of command line options. The main advantage of the library is the ability to concisely define command line options once and then use this definition for parsing and extraction of command line arguments, as well as printing description of command line options (you get --help for free). This way you don't need to repeat yourself. Also, @command{unix-opts} doesn't depend on anything and precisely controls the behavior of the parser via Common Lisp restarts.") - (license license:expat))) + (license license:expat)))) (define-public cl-unix-opts (sbcl-package->cl-source-package sbcl-unix-opts)) -- 2.31.1 ------------=_1638361922-28496-1-- From unknown Sat Aug 16 20:00:27 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: cage Subject: bug#48291: closed (Re: [bug#48292] updating code) Message-ID: References: <87o8608q1o.fsf@kitej> X-Gnu-PR-Message: they-closed 48291 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48291@debbugs.gnu.org Date: Wed, 01 Dec 2021 12:32:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1638361922-28496-3" This is a multi-part message in MIME format... ------------=_1638361922-28496-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48292: [PATCH] - updated lisp library unix-opts. 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 48291@debbugs.gnu.org. --=20 48292: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48292 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1638361922-28496-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48292-done) by debbugs.gnu.org; 1 Dec 2021 12:31:41 +0000 Received: from localhost ([127.0.0.1]:43407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msOlx-0007AD-AX for submit@debbugs.gnu.org; Wed, 01 Dec 2021 07:31:41 -0500 Received: from mout02.posteo.de ([185.67.36.66]:50605) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msOlv-00074m-JC for 48292-done@debbugs.gnu.org; Wed, 01 Dec 2021 07:31:40 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 47EEB240101 for <48292-done@debbugs.gnu.org>; Wed, 1 Dec 2021 13:31:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1638361893; bh=0CtP4BQtvc0tRcaXkjMvhfHvBZ1qDiuAvv9m4p41S6s=; h=From:To:Cc:Subject:Date:From; b=aKId0xftckShJyXeQVfsGse+PCYQ+cufV6Btxtd3Lz7LA1QryYibCNLk+7ntfWDWP jEUVFEPw+aQcuHTaYZJKY3mu7Q++c6XlF0OWvXFiL5eSLZOMVCb9CnGMt0yJ0MyNqM 2qjt3HZ2Bz5ZtRIvn8tmpdEXxx/oCoYmtuOtcoG7ooJjPSSJGu5C617YNFj30PHqv0 xxq4XAzQo8zIXqIyHnkMyiIY5osqLtmJejqLggnlMq6yRskdHi+Rfe9RTxpgtgd6LB OJDvkXMNvBNhJnR2UqO2VQ1DdKvtPwoBELv+TeP7P1Vl0gDBM9kN2ujUG6IwDrDd77 EDZt49tz1ubZw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4J3z3S2sBrz9rxW; Wed, 1 Dec 2021 13:31:32 +0100 (CET) References: From: Guillaume Le Vaillant To: cage Subject: Re: [bug#48292] updating code Date: Wed, 01 Dec 2021 12:29:50 +0000 In-reply-to: Message-ID: <87o8608q1o.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48292-done Cc: 48292-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 (---) --=-=-= Content-Type: text/plain Patch pushed as 8e7e839c98102a79b5804b39e3cfb58e94687d97 with a modified commit message. Thanks. We'll switch back to using a tag if upstream decides to make one some day. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYadrIw8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j/GPQD9EuUukuRbrVoAXRmKkocg+c40oQ3Piyi+iJeH YK3H++YA/34DywY3cxPR6I0GOhRrBzZNvQnC43Ih6/iLZ3UmLeMb =wzdu -----END PGP SIGNATURE----- --=-=-=-- ------------=_1638361922-28496-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 May 2021 17:30:00 +0000 Received: from localhost ([127.0.0.1]:51354 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfQm8-0003Th-17 for submit@debbugs.gnu.org; Sat, 08 May 2021 13:30:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:49992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfQm6-0003Tb-EK for submit@debbugs.gnu.org; Sat, 08 May 2021 13:29:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46120) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfQm6-0007WR-8J for guix-patches@gnu.org; Sat, 08 May 2021 13:29:58 -0400 Received: from smtpcmd0757.aruba.it ([62.149.156.57]:37205) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfQm3-0001PI-Es for guix-patches@gnu.org; Sat, 08 May 2021 13:29:57 -0400 Received: from kurosawa.casa.net ([78.15.34.92]) by Aruba Outgoing Smtp with ESMTPSA id fQlwlHH3O3IXUfQlwlR3wx; Sat, 08 May 2021 19:29:49 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1620494989; bh=/3lTrnYIq9josO2nWSg/6dFUbjkuItsX4QRdviY4u1g=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=R9fP0EWJEC/Vp9NEPJuFYWvxTZkM/XBReM6U84uYSqnHQOuqJinrhEhtiUsiVTySz fxok626zjx0ciSgoEiJVzTszrbnzpSVr16ZGYDptq039Wrg2udcojbiCn+NRivHXsh 5+E4ftShNYnVClhZvK6g5K2H1w08tAPiPS8Kr5adRr40R+dgv13ysKIbrpX35oMAqz ViwhMoVczNHU3VArLqRaAVX1FDPdmFAVCR5NNAnAmauWPu7JiQR9AMJYlAqMPI3Mmo wvTJoZh+RqY/c4ULcn7Ce2OqYXs/MlHcfXheGOtCJhTVXCeqwxwX6vBW5hpdCo7SFc /Mfny1Ugl6DFg== Received: by kurosawa.casa.net (Postfix, from userid 1000) id 311931840286; Sat, 8 May 2021 19:29:16 +0200 (CEST) Date: Sat, 8 May 2021 19:29:16 +0200 From: cage To: guix-patches@gnu.org Subject: [PATCH] - updated lisp library unix-opts. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-CMAE-Envelope: MS4wfJwYTugru9YW/KacTEFSTUiang33J4N0BhnyMQmf5gEX+RliL60mm9Mg1U898aHyuJh9jRFhDh4/vDYYl/Pgr2EzduDRcelMYApYzfg0eTqvG6kODLbp Atl/aXDLgWf+xEkPoLTfRcFNvgJM00qBYTB7l8NUA9yw3bTLT0U/2JUJ Received-SPF: none client-ip=62.149.156.57; envelope-from=cage-dev@twistfold.it; helo=smtpcmd0757.aruba.it X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_MED=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit 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! I found this library outdated, this patch makes guix uses a commit with new features added. Bye! C. --- gnu/packages/lisp-xyz.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 0824fa1d82..275517654f 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -3276,19 +3276,21 @@ settings ensure a very simple mode of operation, similar to that provided by (sbcl-package->ecl-package sbcl-cl-json)) (define-public sbcl-unix-opts + (let ((commit "0e61f34b2ecf62288437810d4abb31e572048b04") + (revision "1")) (package (name "sbcl-unix-opts") - (version "0.1.7") + (version (git-version "0.1.7" revision commit)) (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/libre-man/unix-opts") - (commit version))) + (commit commit))) (file-name (git-file-name "unix-opts" version)) (sha256 (base32 - "08djdi1ard09fijb7w9bdmhmwd98b1hzmcnjw9fqjiqa0g3b44rr")))) + "16mcqpzwrz808p9n3wwl99ckg3hg7yihw08y1i4l7c92aldbkasq")))) (build-system asdf-build-system/sbcl) (home-page "https://github.com/hankhero/cl-json") (synopsis "Unix-style command line options parser") -- 2.31.1 ------------=_1638361922-28496-3-- From unknown Sat Aug 16 20:00:27 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48292] updating code Resent-From: cage Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 01 Dec 2021 16:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48292 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Guillaume Le Vaillant Cc: 48292-done@debbugs.gnu.org, cage Received: via spool by 48292-done@debbugs.gnu.org id=D48292.163837555431750 (code D ref 48292); Wed, 01 Dec 2021 16:20:02 +0000 Received: (at 48292-done) by debbugs.gnu.org; 1 Dec 2021 16:19:14 +0000 Received: from localhost ([127.0.0.1]:45379 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msSK3-0008Fv-Lx for submit@debbugs.gnu.org; Wed, 01 Dec 2021 11:19:14 -0500 Received: from smtpcmd10102.aruba.it ([62.149.156.102]:39738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msSJz-0008Ej-Kw for 48292-done@debbugs.gnu.org; Wed, 01 Dec 2021 11:19:03 -0500 Received: from kurosawa.casa.net ([94.34.12.161]) by Aruba Outgoing Smtp with ESMTPSA id sSJomLlA3LDgdsSJpmUN3t; Wed, 01 Dec 2021 17:18:56 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1638375536; bh=C5Uo6OZ+Djec6Qzdxtq2Rb/cn1hhGpQQ9sNDFVlmx0g=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=KDa6kcfqwNwHaq9gI6rDWGYErvLqbdpSM7umFbwSqFUPZxiMLogWcQ2T65vpCfmRG iXp2LKXPQfJTrYKV6evv2nM74SLW0ZeQEqY8En245YyJ5LPb2PayagKm0KH45DXG6F bVjblk0V9w9JvXrOrg1cw2P6+tmrolF8Mqx3MGTHtggZnIuy6EhY5AbXat+SOr3HpL X/DKWpdfTaOKWusR+C42pqy88oJHDCdjbHNWuKcBMOha2UO5AICpaUBDkhw5syGl9R UXckw64Tlf9o4EF8M1Y7/sSgESrbhSMYb0yaz7jvSagNS5RW15bHrOrc00ANhVpEnf 5YveodJtkDVuQ== Received: by kurosawa.casa.net (Postfix, from userid 1000) id AACB8184034E; Wed, 1 Dec 2021 17:08:33 +0100 (CET) Date: Wed, 1 Dec 2021 17:08:33 +0100 From: cage Message-ID: References: <87o8608q1o.fsf@kitej> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87o8608q1o.fsf@kitej> X-CMAE-Envelope: MS4wfO8TyR55W0qjEJUe38+CLfUisdxh8m3YayEp1KfuW1Dg2YLt4diXly9tUQVTVuuwtUuuMAI4t44BJjwU9zO1RySzgEdx+zZIBzOsnxwNtjNgbtFua8c+ ofYK7SWiMvfxTBWc0ucUxWGozVOJpDrMQdIqZRtPkyYxYlz9NjHqCukYgGbPiwtt/KQdyJTvrWHwstLxKrnwm037POhKg7JeqdG8c6UlJR9Q4siUvs5w0fe3 TKWLC6RBcMP0wqMPV2mfQw== X-Spam-Score: 0.0 (/) 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 (-) On Wed, Dec 01, 2021 at 12:29:50PM +0000, Guillaume Le Vaillant wrote: > Patch pushed as 8e7e839c98102a79b5804b39e3cfb58e94687d97 with a modified > commit message. > Thanks. > > We'll switch back to using a tag if upstream decides to make one some > day. That's a great news for me, thanks! I am preparing a few patches for other library the new version of tinmop needs, i believe updating these libraries could be useful for other people too! :) Bye! C.