From unknown Thu Jun 19 14:12:42 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#55008 <55008@debbugs.gnu.org> To: bug#55008 <55008@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add cl-just-getopt-parser Reply-To: bug#55008 <55008@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:12:42 +0000 retitle 55008 [PATCH] gnu: Add cl-just-getopt-parser reassign 55008 guix-patches submitter 55008 Thomas Albers severity 55008 normal tag 55008 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 18 16:30:22 2022 Received: (at submit) by debbugs.gnu.org; 18 Apr 2022 20:30:22 +0000 Received: from localhost ([127.0.0.1]:40907 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ngY0s-0001VE-5D for submit@debbugs.gnu.org; Mon, 18 Apr 2022 16:30:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:45050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ngY0q-0001V7-Ki for submit@debbugs.gnu.org; Mon, 18 Apr 2022 16:30:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52854) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngY0q-0001Hj-Dv for guix-patches@gnu.org; Mon, 18 Apr 2022 16:30:20 -0400 Received: from gamma.thomaslabs.org ([38.242.253.186]:33618) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngY0o-0006LC-7t for guix-patches@gnu.org; Mon, 18 Apr 2022 16:30:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; t=1650313814; bh=KCoHfLMgUxzlxXZe/FmjTFAhpyjchUUz7POudK9NIas=; h=date:subject:cc:to: from; d=thomaslabs.org; b=jTkOlYT57oSzliNC/nk3kR2GgPP8Y5emrBWrpymTAWC3 R//jkiw7Tns9PyyUeJI5yNNLRpZwyAQOmHXPFWLRAn3/DaaBU7k8QiXGxy0uH2iu0lhTj5 EuHPMbPm4yAqNN02eNRwopQQmaSi+OqR5v2KvNv/tf8YrcsgsGdYbM7IG0vee2C8S6lLTR 6lvq3shb8PwSwxpj0nfof+sRvB/w+F93NCjSkyZuaThvCVeUOmNEmUjj/jUksfMzZhHzwZ yG3Iwl3mEkUFwuIZRcKJO53qIyH9le8c141HQwAMfGk+N4b5suHIom2E7UC6xyv6UDjg3M MjMlrSsZrbLB5YRqRQ== Received: from alpha.fritz.box (ip1f13c149.dynamic.kabel-deutschland.de [31.19.193.73]) by gamma.thomaslabs.org (OpenSMTPD) with ESMTPSA id 666c9220 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Mon, 18 Apr 2022 20:30:13 +0000 (UTC) From: Thomas Albers To: guix-patches@gnu.org Subject: [PATCH] gnu: Add cl-just-getopt-parser Date: Mon, 18 Apr 2022 22:28:19 +0200 Message-Id: <20220418202818.26514-1-thomas@thomaslabs.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=38.242.253.186; envelope-from=thomas@thomaslabs.org; helo=gamma.thomaslabs.org 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, 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.4 (-) X-Debbugs-Envelope-To: submit Cc: Thomas Albers 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 (--) * gnu/packages/lisp-xyz.scm (sbcl-just-getopt-parser, ecl-just-getopt-parser, cl-just-getopt-parser): New variables --- gnu/packages/lisp-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 9317108f4c..b8f3cdb307 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -33,6 +33,7 @@ ;;; Copyright © 2021 Jacob MacDonald ;;; Copyright © 2022 Jai Vetrivelan ;;; Copyright © 2022 Paul A. Patience +;;; Copyright © 2022 Thomas Albers Raviola ;;; ;;; This file is part of GNU Guix. ;;; @@ -21009,3 +21010,32 @@ (define-public ecl-purgatory (define-public cl-purgatory (sbcl-package->cl-source-package sbcl-purgatory)) + +(define-public sbcl-just-getopt-parser + (package + (name "sbcl-just-getopt-parser") + (version "2021.11") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tlikonen/cl-just-getopt-parser") + (commit version))) + (sha256 + (base32 "0ngh8b51ngh3bqacl40j6wwiinhwxswsy02d9k7qlzv9sbjxay4s")) + (file-name (git-file-name name version)))) + (build-system asdf-build-system/sbcl) + (synopsis "Getopt-like command-line parser for Common Lisp") + (description + "This package provides the @code{getopt} function to parse command-line +options. The options are organized in valid options, other arguments and +unknown arguments. Optional Lisp conditions for error situations are also +defined.") + (home-page "https://github.com/tlikonen/cl-just-getopt-parser") + (license license:cc0))) + +(define-public ecl-just-getopt-parser + (sbcl-package->ecl-package sbcl-just-getopt-parser)) + +(define-public cl-just-getopt-parser + (sbcl-package->cl-source-package sbcl-just-getopt-parser)) -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 20 07:35:09 2022 Received: (at 55008-done) by debbugs.gnu.org; 20 Apr 2022 11:35:09 +0000 Received: from localhost ([127.0.0.1]:45237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nh8c0-0000Cz-Te for submit@debbugs.gnu.org; Wed, 20 Apr 2022 07:35:09 -0400 Received: from mout01.posteo.de ([185.67.36.65]:55173) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nh8bz-0000CN-Iy for 55008-done@debbugs.gnu.org; Wed, 20 Apr 2022 07:35:08 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 7425924002A for <55008-done@debbugs.gnu.org>; Wed, 20 Apr 2022 13:35:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1650454501; bh=nM+q/JZqkwlckA4jtQ+6EO5wnEo7CDixmTwEKDxEOis=; h=From:To:Cc:Subject:Date:From; b=QE5qZFOGnNlFH7ocr9eTEjKy1Ft/p/huMya+ABXcZ2/WMY2j8tJa8T8CGhz8NDkPO wmDxxar2FjVDFjIFU+CjOBoyC4eLUi6BrOgDKAVQ9Hfgqax+ufkdiVJTku0ipSAtXw VpHAHTU+7etUIywBT+pI/quvVfOFkTSCkvZ35jH1YfqbLGlfG7dqj5wI9fvV+T0V1p p0m+oCkohDdog3PV3g6FqPRNloul9dSyeaum6krvgRNL5UZj8yL6PxbXxL/+Mi+g7e 9VQjtJSjKGu9BdQMUVKbNhMqhEypNTBCVJVlGkQq14ORuuFiMTQithFYrWdoOFbpOE RGLIF+NEQoWkg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Kjz9c2pkBz6tmg; Wed, 20 Apr 2022 13:35:00 +0200 (CEST) References: <20220418202818.26514-1-thomas@thomaslabs.org> From: Guillaume Le Vaillant To: Thomas Albers Subject: Re: [bug#55008] [PATCH] gnu: Add cl-just-getopt-parser Date: Wed, 20 Apr 2022 11:34:14 +0000 In-reply-to: <20220418202818.26514-1-thomas@thomaslabs.org> Message-ID: <87zgkgc7j0.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: 55008-done Cc: 55008-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 101edbe63a887678722bc26cd85a7b7f5637428f. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYl/v4w8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j+NyQD+PmMSGO7HMiTfT0hxtY83+0AgElRen7y6L4lL WUwY2xoA/Rz0je+Sq8ynXOAUEvrQ/3gorWrgqnb5w4pZNCQb7tNr =BBPw -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Jun 19 14:12:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 19 May 2022 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator