From unknown Sun Aug 10 07:10:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#75554] [PATCH] gnu: Add cl-trivial-battery Resent-From: Junker Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 14 Jan 2025 08:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 75554 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75554@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.173684262410941 (code B ref -1); Tue, 14 Jan 2025 08:18:01 +0000 Received: (at submit) by debbugs.gnu.org; 14 Jan 2025 08:17:04 +0000 Received: from localhost ([127.0.0.1]:53842 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tXc6h-0002qP-Nl for submit@debbugs.gnu.org; Tue, 14 Jan 2025 03:17:04 -0500 Received: from lists.gnu.org ([2001:470:142::17]:40684) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tXc6e-0002pm-DR for submit@debbugs.gnu.org; Tue, 14 Jan 2025 03:17:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tXc6W-0007qk-Mg for guix-patches@gnu.org; Tue, 14 Jan 2025 03:16:52 -0500 Received: from mout-p-202.mailbox.org ([2001:67c:2050:0:465::202]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1tXc6U-0001vK-QD for guix-patches@gnu.org; Tue, 14 Jan 2025 03:16:52 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4YXMRJ2FvXz9t2W for ; Tue, 14 Jan 2025 09:16:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junkeria.club; s=MBO0001; t=1736842604; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=NoIj+yCg68mSlHaXRgzv71MH4fnalfi6YWGhhs5odqE=; b=HwT1VzZj5dQpK7pBrAmTgfLkBOrELXnGLl6V2BC7/HxcNR5uf+zav4bxJrr14B1xVwvEw4 1ROytBFEMR0UckJbdIhoYI3Ybx0e3agLmfNTPh0IQj2TngovJMDrHwRO8lNHIFv2yd7zey z7y86zpdgPh8ETPJR7hOt7nmqT67IPXwl0cBtqOZU/89q/LthGJvq/z4XlDSKHrGWH1BVy IvlES5gZkXZrVaViSnQ90IA5ArTr3zSzcw6JBTrbUg9IYDmc2YOeC4bg55oHJYy9H95azy jfL0x080E2cD0a2w1OH4+oC8wG4hW8xK1CW+xTCtmloW1Vzx6gq/KCnaV0iSYA== Date: Tue, 14 Jan 2025 11:16:41 +0300 From: Junker Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Received-SPF: pass client-ip=2001:67c:2050:0:465::202; envelope-from=dk@junkeria.club; helo=mout-p-202.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) Change-Id: Icdcf77738ba71e4705410aadedd6fe6f7babf1e1 --- gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 0e799e1a8e..61204ca4e2 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -29978,6 +29978,35 @@ (define-public cl-trivial-backtrace (define-public ecl-trivial-backtrace (sbcl-package->ecl-package sbcl-trivial-backtrace)) +(define-public sbcl-trivial-battery + (let ((commit "318c9da88b4d11d3f33062e0fd09be660a383404") + (revision "1")) + (package + (name "sbcl-trivial-battery") + (version (git-version "0.1.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/pokepay/trivial-battery") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "12ni2502v9gjszhjsh0aai08cm64gl8g815xghdjhcf7y34ffl2b")))) + (build-system asdf-build-system/sbcl) + (inputs (list sbcl-split-sequence)) + (home-page "https://github.com/pokepay/trivial-battery") + (synopsis "A trivial library for getting the battery information.") + (description + "This package provides a Common Lisp library for getting the battery information.") + (license license:bsd-2)))) + +(define-public cl-trivial-battery + (sbcl-package->cl-source-package sbcl-trivial-battery)) + +(define-public ecl-trivial-battery + (sbcl-package->ecl-package sbcl-trivial-battery)) + (define-public sbcl-trivial-benchmark (let ((commit "1fbc8d15f09ed8aa426bc73956b8b7c9b2668802") (revision "2")) base-commit: 9edb4fe373893becde2ce3e6703b33093fd0b04a -- 2.47.1 From unknown Sun Aug 10 07:10:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#75554] [PATCH] gnu: Add cl-trivial-battery References: In-Reply-To: Resent-From: Junker Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 18 Jan 2025 11:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 75554 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75554@debbugs.gnu.org Received: via spool by 75554-submit@debbugs.gnu.org id=B75554.173719946718607 (code B ref 75554); Sat, 18 Jan 2025 11:25:02 +0000 Received: (at 75554) by debbugs.gnu.org; 18 Jan 2025 11:24:27 +0000 Received: from localhost ([127.0.0.1]:40479 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tZ6wE-0004q3-LX for submit@debbugs.gnu.org; Sat, 18 Jan 2025 06:24:26 -0500 Received: from mout-p-102.mailbox.org ([2001:67c:2050:0:465::102]:60896) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tZ6wA-0004pP-9x for 75554@debbugs.gnu.org; Sat, 18 Jan 2025 06:24:23 -0500 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4YZvPl50YTz9sp5 for <75554@debbugs.gnu.org>; Sat, 18 Jan 2025 12:24:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junkeria.club; s=MBO0001; t=1737199451; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=hsGD26A2P7+MpwlVCgdKOSfyFQEEnNenNZsuueTkYCk=; b=eRtC7xlvXLmk0nbar4ddUeYRmJAMA0gcca7deeNpcJTEKfdbMtPZuUzMwv0UzyKXlFOttU oqRo2237akurESH2FaGCzkwpLIKwDmnMljOpBT5nSzTDp2uedp6WjLagdbeNJgRoM/sWN6 GyycD7cndaEr39zbQnxqnKRt0uMVxCnOFPtKU5O31SuUPzhcPRrl5C3Mk6oSMXluP+ys4F +7fSffYajDryvHPZj/Qy657kwNNg4aVyIsN0UdqrSAQUCBlECMFNHZ8MRWv2edmi53DEg7 sf8njh4vMO+WNdiwc6BaaNcxMKjaHFYbC/Ab+57IBvm+muk0CFashY0+/zx+GA== Date: Sat, 18 Jan 2025 14:24:09 +0300 From: Junker Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Rspamd-Queue-Id: 4YZvPl50YTz9sp5 X-Spam-Score: -0.7 (/) 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 (-) This is my first patch with a new package, and I would appreciate any feedback you might have. From unknown Sun Aug 10 07:10:39 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: Junker Subject: bug#75554: closed (Re: [bug#75554] [PATCH] gnu: Add cl-trivial-battery) Message-ID: References: <87sepb0y74.fsf@kitej> X-Gnu-PR-Message: they-closed 75554 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 75554@debbugs.gnu.org Date: Wed, 22 Jan 2025 13:35:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1737552902-6777-1" This is a multi-part message in MIME format... ------------=_1737552902-6777-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #75554: [PATCH] gnu: Add cl-trivial-battery 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 75554@debbugs.gnu.org. --=20 75554: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75554 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1737552902-6777-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 75554-done) by debbugs.gnu.org; 22 Jan 2025 13:34:38 +0000 Received: from localhost ([127.0.0.1]:60897 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1taasP-0001kR-7b for submit@debbugs.gnu.org; Wed, 22 Jan 2025 08:34:37 -0500 Received: from mout01.posteo.de ([185.67.36.65]:49413) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1taasL-0001k1-GO for 75554-done@debbugs.gnu.org; Wed, 22 Jan 2025 08:34:34 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id B725E240027 for <75554-done@debbugs.gnu.org>; Wed, 22 Jan 2025 14:34:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1737552865; bh=Vuh/PqDUro0T4WIVQJ8BALkNJ/u6McxirwpWOjbL+yg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=mkV8TejUVKv1Fdu9u4qDSLAyYjEKUF1eGtj56n/mYkiBExRhJYLLYqyKU6Gc9E0dS o53id4W9A2rFnTiEXTSqvDVFfg5og6N7ssVxhlot+TQrqbgNxmgCjuwxdCYDoVnMY4 z915sC5RuC+09t5+VnsHRPBszXRVnmM1SujBuTDBwE2F1LqxVo+eIxxczqdGB9/0q+ eYfpQpwZ4AYzs6U3ASmOryAsIZgWeVl53g/0o2pEGwwOWiB44UvYy52HQP+J5ntTlo oyF3119aWe4aSvFwU1DeVFWxAWAPFazgIrGHFXgvdRVyoNpYGK1fc4ImD5aROhK2qo 8/2HSB0Q0hK/w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4YdQ685gYJz6twM; Wed, 22 Jan 2025 14:34:24 +0100 (CET) From: Guillaume Le Vaillant To: Junker Subject: Re: [bug#75554] [PATCH] gnu: Add cl-trivial-battery In-Reply-To: (Junker's message of "Sat, 18 Jan 2025 14:24:09 +0300") References: Date: Wed, 22 Jan 2025 13:34:23 +0000 Message-ID: <87sepb0y74.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: 75554-done Cc: 75554-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 applied as 98a494f0000c334069bae692d92ca0b8a4372e28 with some minor modifications: - Used the "cl-trivial-battery" name explicitly in 'git-file-name' (we usually do that for Common Lisp packages, otherwise the sources would be named "sbcl-trivial-battery" although they are not specific to sbcl, as they are also used for the cl-trivial-battery and ecl-trivial-battery packages). - Simplified the synopsis so that it is not a full sentence. - Kept the line length of the description field below 80 characters. - Added the missing line in the commit message. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZ5Dz3w8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j+ZEwD6A6thqHXjywSN7DdggNs0enMi/pQdLVFyTooY bc/FWZkBAKUhWf92Mhk1GQef1pdql3GBXeBMsV0PaduR8jT0ERLN =In9k -----END PGP SIGNATURE----- --=-=-=-- ------------=_1737552902-6777-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Jan 2025 08:17:04 +0000 Received: from localhost ([127.0.0.1]:53842 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tXc6h-0002qP-Nl for submit@debbugs.gnu.org; Tue, 14 Jan 2025 03:17:04 -0500 Received: from lists.gnu.org ([2001:470:142::17]:40684) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tXc6e-0002pm-DR for submit@debbugs.gnu.org; Tue, 14 Jan 2025 03:17:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tXc6W-0007qk-Mg for guix-patches@gnu.org; Tue, 14 Jan 2025 03:16:52 -0500 Received: from mout-p-202.mailbox.org ([2001:67c:2050:0:465::202]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1tXc6U-0001vK-QD for guix-patches@gnu.org; Tue, 14 Jan 2025 03:16:52 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4YXMRJ2FvXz9t2W for ; Tue, 14 Jan 2025 09:16:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junkeria.club; s=MBO0001; t=1736842604; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=NoIj+yCg68mSlHaXRgzv71MH4fnalfi6YWGhhs5odqE=; b=HwT1VzZj5dQpK7pBrAmTgfLkBOrELXnGLl6V2BC7/HxcNR5uf+zav4bxJrr14B1xVwvEw4 1ROytBFEMR0UckJbdIhoYI3Ybx0e3agLmfNTPh0IQj2TngovJMDrHwRO8lNHIFv2yd7zey z7y86zpdgPh8ETPJR7hOt7nmqT67IPXwl0cBtqOZU/89q/LthGJvq/z4XlDSKHrGWH1BVy IvlES5gZkXZrVaViSnQ90IA5ArTr3zSzcw6JBTrbUg9IYDmc2YOeC4bg55oHJYy9H95azy jfL0x080E2cD0a2w1OH4+oC8wG4hW8xK1CW+xTCtmloW1Vzx6gq/KCnaV0iSYA== Date: Tue, 14 Jan 2025 11:16:41 +0300 From: Junker To: guix-patches@gnu.org Subject: [PATCH] gnu: Add cl-trivial-battery Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Received-SPF: pass client-ip=2001:67c:2050:0:465::202; envelope-from=dk@junkeria.club; helo=mout-p-202.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) Change-Id: Icdcf77738ba71e4705410aadedd6fe6f7babf1e1 --- gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 0e799e1a8e..61204ca4e2 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -29978,6 +29978,35 @@ (define-public cl-trivial-backtrace (define-public ecl-trivial-backtrace (sbcl-package->ecl-package sbcl-trivial-backtrace)) +(define-public sbcl-trivial-battery + (let ((commit "318c9da88b4d11d3f33062e0fd09be660a383404") + (revision "1")) + (package + (name "sbcl-trivial-battery") + (version (git-version "0.1.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/pokepay/trivial-battery") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "12ni2502v9gjszhjsh0aai08cm64gl8g815xghdjhcf7y34ffl2b")))) + (build-system asdf-build-system/sbcl) + (inputs (list sbcl-split-sequence)) + (home-page "https://github.com/pokepay/trivial-battery") + (synopsis "A trivial library for getting the battery information.") + (description + "This package provides a Common Lisp library for getting the battery information.") + (license license:bsd-2)))) + +(define-public cl-trivial-battery + (sbcl-package->cl-source-package sbcl-trivial-battery)) + +(define-public ecl-trivial-battery + (sbcl-package->ecl-package sbcl-trivial-battery)) + (define-public sbcl-trivial-benchmark (let ((commit "1fbc8d15f09ed8aa426bc73956b8b7c9b2668802") (revision "2")) base-commit: 9edb4fe373893becde2ce3e6703b33093fd0b04a -- 2.47.1 ------------=_1737552902-6777-1--