From unknown Tue Aug 19 02:58:24 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57662] [PATCH] gnu: Add cl-quicklisp-stats. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 08 Sep 2022 02:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57662 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57662@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16626050835658 (code B ref -1); Thu, 08 Sep 2022 02:45:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 Sep 2022 02:44:43 +0000 Received: from localhost ([127.0.0.1]:56805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oW7X1-0001TB-HX for submit@debbugs.gnu.org; Wed, 07 Sep 2022 22:44:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:40902) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oW7Wz-0001T3-8Z for submit@debbugs.gnu.org; Wed, 07 Sep 2022 22:44:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oW7Wy-0002YL-Fm for guix-patches@gnu.org; Wed, 07 Sep 2022 22:44:41 -0400 Received: from mx1.dismail.de ([78.46.223.134]:41897) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oW7Wr-0001u0-Lr for guix-patches@gnu.org; Wed, 07 Sep 2022 22:44:36 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 27b99612 for ; Thu, 8 Sep 2022 04:44:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=iH1lMItfymsVMGOPqIjapVjhZC9dnf08eP/txUu0mjQ=; b= F8kLBEQAiFSCJlzoOIexP999i+9998JbWqopEIboEqe2CH3WyJtw79YO6gWOrSBw /5+lxa+HkLZ8un2gM0f66T3SufVteZOkz/jykIWm82I8gUNDUUFUxgIdgmTz+/T2 aa58VAS0zWdaWBPnSpd+yfpQT44Gkm5skHdYN0IHM1D7RLF9Fi/vpnPemqm+Ajhl +O5hTTsOhuvBDBEmAf7p1eWOPVb8SBtMU7k5WT/MNTn9vIyAhU6odefpEAu4YEA2 fPDRZwerv/APQ7DlYLaF32BALVWBeSVtg+NEJyvYcFwapnGcurRgkLIgqbYDlmIB 8yEiPZcJH0EId26ijNT57g== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 1d569f6d for ; Thu, 8 Sep 2022 04:44:32 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 749904b8 for ; Thu, 8 Sep 2022 04:44:31 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id a455bfee (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 8 Sep 2022 04:44:31 +0200 (CEST) From: jgart Date: Wed, 7 Sep 2022 21:44:31 -0500 Message-Id: <20220908024431.18079-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de 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, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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 (cl-quicklisp-stats, ecl-quicklisp-stats, sbcl-quicklisp-stats): New variables. --- gnu/packages/lisp-xyz.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 8029db185c..a856a75966 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -22948,6 +22948,41 @@ (define-public cl-amb (define-public ecl-amb (sbcl-package->ecl-package sbcl-amb)) +(define-public sbcl-quicklisp-stats + (let ((commit "953b45c2212ae513d48a611d3dd09c846a6102cd") + (revision "0")) + (package + (name "sbcl-quicklisp-stats") + (version (git-version "0.0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/phoe/quicklisp-stats") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0v8dgmlgd283n1g486q4sj2mghgdvgywg2nqp43nnrfc04mkvgc0")))) + (build-system asdf-build-system/sbcl) + (inputs + (list sbcl-drakma + sbcl-split-sequence + sbcl-alexandria)) + (arguments + `(#:tests? #f)) ; There are no tests. + (synopsis "Fetches and operates on Quicklisp download statistics") + (description +"@code{cl-quicklisp-stats} is a system that fetches and performs basic +operations on the Quicklisp download statistics.") + (home-page "https://github.com/phoe/quicklisp-stats/") + (license license:expat)))) + +(define-public cl-quicklisp-stats + (sbcl-package->cl-source-package sbcl-quicklisp-stats)) + +(define-public ecl-quicklisp-stats + (sbcl-package->ecl-package sbcl-quicklisp-stats)) + (define-public sbcl-sketch ;; No release in years. (let ((commit "4cc00b08e202c7adda41391463096cf9df1705c3")) -- 2.37.3 From unknown Tue Aug 19 02:58:24 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: jgart Subject: bug#57662: closed (Re: [bug#57662] [PATCH] gnu: Add cl-quicklisp-stats.) Message-ID: References: <87mtb8lo06.fsf@kitej> <20220908024431.18079-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 57662 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 57662@debbugs.gnu.org Date: Fri, 09 Sep 2022 12:41:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1662727262-27795-1" This is a multi-part message in MIME format... ------------=_1662727262-27795-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57662: [PATCH] gnu: Add cl-quicklisp-stats. 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 57662@debbugs.gnu.org. --=20 57662: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57662 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1662727262-27795-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57662-done) by debbugs.gnu.org; 9 Sep 2022 12:40:34 +0000 Received: from localhost ([127.0.0.1]:32796 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWdJC-0007DU-02 for submit@debbugs.gnu.org; Fri, 09 Sep 2022 08:40:34 -0400 Received: from mout02.posteo.de ([185.67.36.66]:53579) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWdJA-0007D8-FO for 57662-done@debbugs.gnu.org; Fri, 09 Sep 2022 08:40:32 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id ED617240103 for <57662-done@debbugs.gnu.org>; Fri, 9 Sep 2022 14:40:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1662727227; bh=GlZ38aM611VCEQdenkkF9JYlEFW5XC0uYPEHPkG5gc0=; h=From:To:Cc:Subject:Date:From; b=ObT+c5Qr9uUe9D8Je32vRD5F0tTVwaB1HJehaKDpnUEZV/V1HauDgSRYknSfZVbZC IDCRswuxCCovfpHyCgkrgoxTnrtq8GNR0PMFKflKumTPD2b0Qc9VoijCioVxHF5sk7 biYUzla1RKhnD71OyzxlPD/RLO+UW9Of8dSe8b6594ckjxcLnJIRBhk4cikpf0v98C L47LsFn76YPd/6Ew9/vgQrXbcnLNo4sAqaYavoMxdH5OjGPeIX1QALrzBHG7IRgkS3 9mx/BSlQEBTeBMXTNL35r3Skby30XEnm1RUynC/q8dB6vx0gxSM5dKW4+NVRXH52/L K+B0frEIbsUPQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MPFvZ1vDRz6tmJ; Fri, 9 Sep 2022 14:40:26 +0200 (CEST) References: <20220908024431.18079-1-jgart@dismail.de> From: Guillaume Le Vaillant To: jgart Subject: Re: [bug#57662] [PATCH] gnu: Add cl-quicklisp-stats. Date: Fri, 09 Sep 2022 12:39:47 +0000 In-reply-to: <20220908024431.18079-1-jgart@dismail.de> Message-ID: <87mtb8lo06.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: 57662-done Cc: 57662-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 f02afbba1a83dee66856f9c4fece78b273ebabeb. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYxs0OQ8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j86fgD/Qowb2vaZeD6621xIroH4LnpQBl6WqnsaMLjT RgSYIwAA/3C//IDHiHl5Q7wTjw/CgVnipDzWjBkzLbqGKH1gBeht =7U5I -----END PGP SIGNATURE----- --=-=-=-- ------------=_1662727262-27795-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Sep 2022 02:44:43 +0000 Received: from localhost ([127.0.0.1]:56805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oW7X1-0001TB-HX for submit@debbugs.gnu.org; Wed, 07 Sep 2022 22:44:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:40902) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oW7Wz-0001T3-8Z for submit@debbugs.gnu.org; Wed, 07 Sep 2022 22:44:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oW7Wy-0002YL-Fm for guix-patches@gnu.org; Wed, 07 Sep 2022 22:44:41 -0400 Received: from mx1.dismail.de ([78.46.223.134]:41897) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oW7Wr-0001u0-Lr for guix-patches@gnu.org; Wed, 07 Sep 2022 22:44:36 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 27b99612 for ; Thu, 8 Sep 2022 04:44:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=iH1lMItfymsVMGOPqIjapVjhZC9dnf08eP/txUu0mjQ=; b= F8kLBEQAiFSCJlzoOIexP999i+9998JbWqopEIboEqe2CH3WyJtw79YO6gWOrSBw /5+lxa+HkLZ8un2gM0f66T3SufVteZOkz/jykIWm82I8gUNDUUFUxgIdgmTz+/T2 aa58VAS0zWdaWBPnSpd+yfpQT44Gkm5skHdYN0IHM1D7RLF9Fi/vpnPemqm+Ajhl +O5hTTsOhuvBDBEmAf7p1eWOPVb8SBtMU7k5WT/MNTn9vIyAhU6odefpEAu4YEA2 fPDRZwerv/APQ7DlYLaF32BALVWBeSVtg+NEJyvYcFwapnGcurRgkLIgqbYDlmIB 8yEiPZcJH0EId26ijNT57g== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 1d569f6d for ; Thu, 8 Sep 2022 04:44:32 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 749904b8 for ; Thu, 8 Sep 2022 04:44:31 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id a455bfee (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 8 Sep 2022 04:44:31 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add cl-quicklisp-stats. Date: Wed, 7 Sep 2022 21:44:31 -0500 Message-Id: <20220908024431.18079-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de 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, 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: jgart 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 (cl-quicklisp-stats, ecl-quicklisp-stats, sbcl-quicklisp-stats): New variables. --- gnu/packages/lisp-xyz.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 8029db185c..a856a75966 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -22948,6 +22948,41 @@ (define-public cl-amb (define-public ecl-amb (sbcl-package->ecl-package sbcl-amb)) +(define-public sbcl-quicklisp-stats + (let ((commit "953b45c2212ae513d48a611d3dd09c846a6102cd") + (revision "0")) + (package + (name "sbcl-quicklisp-stats") + (version (git-version "0.0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/phoe/quicklisp-stats") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0v8dgmlgd283n1g486q4sj2mghgdvgywg2nqp43nnrfc04mkvgc0")))) + (build-system asdf-build-system/sbcl) + (inputs + (list sbcl-drakma + sbcl-split-sequence + sbcl-alexandria)) + (arguments + `(#:tests? #f)) ; There are no tests. + (synopsis "Fetches and operates on Quicklisp download statistics") + (description +"@code{cl-quicklisp-stats} is a system that fetches and performs basic +operations on the Quicklisp download statistics.") + (home-page "https://github.com/phoe/quicklisp-stats/") + (license license:expat)))) + +(define-public cl-quicklisp-stats + (sbcl-package->cl-source-package sbcl-quicklisp-stats)) + +(define-public ecl-quicklisp-stats + (sbcl-package->ecl-package sbcl-quicklisp-stats)) + (define-public sbcl-sketch ;; No release in years. (let ((commit "4cc00b08e202c7adda41391463096cf9df1705c3")) -- 2.37.3 ------------=_1662727262-27795-1--