From unknown Mon Jun 23 15:02:13 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57624] [PATCH] gnu: Add cl-cron. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 06 Sep 2022 13:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57624 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57624@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16624724443895 (code B ref -1); Tue, 06 Sep 2022 13:55:01 +0000 Received: (at submit) by debbugs.gnu.org; 6 Sep 2022 13:54:04 +0000 Received: from localhost ([127.0.0.1]:50219 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVZ1f-00010l-FC for submit@debbugs.gnu.org; Tue, 06 Sep 2022 09:54:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:39360) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVZ1Z-000101-6h for submit@debbugs.gnu.org; Tue, 06 Sep 2022 09:54:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43634) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVZ1Z-0004AM-17 for guix-patches@gnu.org; Tue, 06 Sep 2022 09:53:57 -0400 Received: from mx1.dismail.de ([78.46.223.134]:16763) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVZ1W-0004Uk-Ap for guix-patches@gnu.org; Tue, 06 Sep 2022 09:53:56 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 44306a96 for ; Tue, 6 Sep 2022 15:53:48 +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=/hGqR8xBW/Xup1iQjEDQLzIcj8p4i6RzoLM/mOkOH/A=; b= oot/zLnQwOggMc7jZyQeIKja9S8jSTQDEbssELQ7tV3b/Imr3JlRv75qCujwV5T1 xO88ww/ZJT4fgd1NGqL1xEtHKkIKKD0HWKcL+XTOyUV0KBPnJvmOA72JKFT+e00F GMzDoOGeEKFTztf3PWPSydHiZs5Hew2Yc/rJL7XYHyP0D8sCL2N/aYNn+4rW32qF Lawj9nShRqLjqnmVHvHpxYa8Lt+7gPEG5J0dtYZS1ucM17FS8d7oLA0+Qmv/uxxt Mu/BnOd7rw9w/fF05IjYkq/CVtntQUlsEO2tfouwfm6xLDFXlEvJHnRBd1/4QcxZ R7kRqps+tNR3wAy3qdSxnQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 4a9543f8 for ; Tue, 6 Sep 2022 15:53:48 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id a072a233 for ; Tue, 6 Sep 2022 15:53:48 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 3a05d132 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 6 Sep 2022 15:53:47 +0200 (CEST) From: jgart Date: Tue, 6 Sep 2022 08:53:46 -0500 Message-Id: <20220906135346.11143-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.2 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-cron): New variable. --- gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 7b9ef7bf49..87fa80b5c3 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -22889,6 +22889,40 @@ (define-public cl-sketch (define-public ecl-sketch (sbcl-package->ecl-package sbcl-sketch)) +(define-public sbcl-cron + (let ((commit "092aef5d5666fb43c04258e4043f609670a20456") + (revision "0")) + (package + (name "sbcl-cron") + (version (git-version "0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ciel-lang/cl-cron") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0y4li8j2h1nbpldpqm39ld9kgs4a7biy94h49n27l59l7mn1jd0d")))) + (build-system asdf-build-system/sbcl) + (arguments + '(#:tests? #f ; There are no tests. + #:asd-systems '("cl-cron" ))) + (inputs + (list sbcl-bordeaux-threads)) + (home-page "https://github.com/ciel-lang/cl-cron/") + (synopsis "Run cron like jobs in Common Lisp") + (description +"@code{cl-cron} is simple tool that provides cron like facilities directly +inside of Common Lisp.") + (license license:gpl3+)))) + +(define-public cl-cron + (sbcl-package->cl-source-package sbcl-cron)) + +(define-public ecl-cron + (sbcl-package->ecl-package sbcl-cron)) + (define-public sbcl-string-pokemonize (let ((commit "2dc01643defb497e4d1eb833def71dfc1e8d5da6") (revision "0")) -- 2.37.2 From unknown Mon Jun 23 15:02:13 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#57624: closed (Re: [bug#57624] [PATCH] gnu: Add cl-cron.) Message-ID: References: <8735d3s6fq.fsf@kitej> <20220906135346.11143-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 57624 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 57624@debbugs.gnu.org Date: Wed, 07 Sep 2022 12:42:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1662554522-8902-1" This is a multi-part message in MIME format... ------------=_1662554522-8902-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57624: [PATCH] gnu: Add cl-cron. 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 57624@debbugs.gnu.org. --=20 57624: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57624 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1662554522-8902-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57624-done) by debbugs.gnu.org; 7 Sep 2022 12:41:22 +0000 Received: from localhost ([127.0.0.1]:53828 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVuMr-0002IK-UJ for submit@debbugs.gnu.org; Wed, 07 Sep 2022 08:41:22 -0400 Received: from mout01.posteo.de ([185.67.36.65]:49447) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVuMq-0002I7-6o for 57624-done@debbugs.gnu.org; Wed, 07 Sep 2022 08:41:20 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id A9B8F240028 for <57624-done@debbugs.gnu.org>; Wed, 7 Sep 2022 14:41:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1662554474; bh=dl5XmP6BjHcYt8gjVyTQzTFrPL23Xv+AGI0unYs81WI=; h=From:To:Cc:Subject:Date:From; b=DRb7QzqHsWUJ4bkLcPjGir1gU+aluEQ2SA9ltMloytKUB5renejZ00nVcxO/DlY4z 9a8vhugf+/nPzWMclKgBMLj/XSf8q1qq2WaiBdz3VkP+W+YzRAeqg14736qYnELGzA qpCEUuldWtbDPFGyo23lS8wXor8Q2NZkdRYWRb6BXQAJJIUqd+qnN0nQv63OtggmAX lJtDgZyFujuDwNsKrzkoDELaMrRmGOMteFJqYqr9xlSc5pX21FWDzo4/o+GGzlNNTb ZcuwQQOLu/BtkPYF+flR1OOJ1DvS3WR1OtR+Iae24/fNUu+vP3UuZ+RBWUyqJ+o+Zw yYHCpKu/xOmrw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MN21Q0n1gz9rxS; Wed, 7 Sep 2022 14:41:14 +0200 (CEST) References: <20220906135346.11143-1-jgart@dismail.de> From: Guillaume Le Vaillant To: jgart Subject: Re: [bug#57624] [PATCH] gnu: Add cl-cron. Date: Wed, 07 Sep 2022 12:40:46 +0000 In-reply-to: <20220906135346.11143-1-jgart@dismail.de> Message-ID: <8735d3s6fq.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: 57624-done Cc: 57624-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 d4eeb77aae599b69caa8834189219d04c376d585. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYxiRaQ8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j8HtAD/ej9PXqAMDpp7PBTNJSzhm2aFZzI/a1HL99N4 my6d0iwBAKCPKzHiHIEDI29uni3+l1agu7WBqHlRgtAsEgHOWLF5 =zmsZ -----END PGP SIGNATURE----- --=-=-=-- ------------=_1662554522-8902-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Sep 2022 13:54:04 +0000 Received: from localhost ([127.0.0.1]:50219 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVZ1f-00010l-FC for submit@debbugs.gnu.org; Tue, 06 Sep 2022 09:54:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:39360) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVZ1Z-000101-6h for submit@debbugs.gnu.org; Tue, 06 Sep 2022 09:54:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43634) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVZ1Z-0004AM-17 for guix-patches@gnu.org; Tue, 06 Sep 2022 09:53:57 -0400 Received: from mx1.dismail.de ([78.46.223.134]:16763) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVZ1W-0004Uk-Ap for guix-patches@gnu.org; Tue, 06 Sep 2022 09:53:56 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 44306a96 for ; Tue, 6 Sep 2022 15:53:48 +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=/hGqR8xBW/Xup1iQjEDQLzIcj8p4i6RzoLM/mOkOH/A=; b= oot/zLnQwOggMc7jZyQeIKja9S8jSTQDEbssELQ7tV3b/Imr3JlRv75qCujwV5T1 xO88ww/ZJT4fgd1NGqL1xEtHKkIKKD0HWKcL+XTOyUV0KBPnJvmOA72JKFT+e00F GMzDoOGeEKFTztf3PWPSydHiZs5Hew2Yc/rJL7XYHyP0D8sCL2N/aYNn+4rW32qF Lawj9nShRqLjqnmVHvHpxYa8Lt+7gPEG5J0dtYZS1ucM17FS8d7oLA0+Qmv/uxxt Mu/BnOd7rw9w/fF05IjYkq/CVtntQUlsEO2tfouwfm6xLDFXlEvJHnRBd1/4QcxZ R7kRqps+tNR3wAy3qdSxnQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 4a9543f8 for ; Tue, 6 Sep 2022 15:53:48 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id a072a233 for ; Tue, 6 Sep 2022 15:53:48 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 3a05d132 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 6 Sep 2022 15:53:47 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add cl-cron. Date: Tue, 6 Sep 2022 08:53:46 -0500 Message-Id: <20220906135346.11143-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.2 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-cron): New variable. --- gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 7b9ef7bf49..87fa80b5c3 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -22889,6 +22889,40 @@ (define-public cl-sketch (define-public ecl-sketch (sbcl-package->ecl-package sbcl-sketch)) +(define-public sbcl-cron + (let ((commit "092aef5d5666fb43c04258e4043f609670a20456") + (revision "0")) + (package + (name "sbcl-cron") + (version (git-version "0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ciel-lang/cl-cron") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0y4li8j2h1nbpldpqm39ld9kgs4a7biy94h49n27l59l7mn1jd0d")))) + (build-system asdf-build-system/sbcl) + (arguments + '(#:tests? #f ; There are no tests. + #:asd-systems '("cl-cron" ))) + (inputs + (list sbcl-bordeaux-threads)) + (home-page "https://github.com/ciel-lang/cl-cron/") + (synopsis "Run cron like jobs in Common Lisp") + (description +"@code{cl-cron} is simple tool that provides cron like facilities directly +inside of Common Lisp.") + (license license:gpl3+)))) + +(define-public cl-cron + (sbcl-package->cl-source-package sbcl-cron)) + +(define-public ecl-cron + (sbcl-package->ecl-package sbcl-cron)) + (define-public sbcl-string-pokemonize (let ((commit "2dc01643defb497e4d1eb833def71dfc1e8d5da6") (revision "0")) -- 2.37.2 ------------=_1662554522-8902-1--