From unknown Sun Aug 10 16:46:40 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39453] [PATCH] gnu: Add rust-ctrlc. Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 06 Feb 2020 16:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39453 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39453@debbugs.gnu.org Cc: Tanguy Le Carrour X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158100658324474 (code B ref -1); Thu, 06 Feb 2020 16:30:03 +0000 Received: (at submit) by debbugs.gnu.org; 6 Feb 2020 16:29:43 +0000 Received: from localhost ([127.0.0.1]:48341 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1izk2A-0006Mg-Nn for submit@debbugs.gnu.org; Thu, 06 Feb 2020 11:29:43 -0500 Received: from lists.gnu.org ([209.51.188.17]:35999) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1izk29-0006MY-5H for submit@debbugs.gnu.org; Thu, 06 Feb 2020 11:29:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48254) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izk28-0008VD-2z for guix-patches@gnu.org; Thu, 06 Feb 2020 11:29:40 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izk24-0002BZ-6u for guix-patches@gnu.org; Thu, 06 Feb 2020 11:29:40 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:43057) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1izk24-00027b-0q for guix-patches@gnu.org; Thu, 06 Feb 2020 11:29:36 -0500 X-Originating-IP: 176.159.32.89 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 65568C000F; Thu, 6 Feb 2020 16:29:33 +0000 (UTC) From: Tanguy Le Carrour Date: Thu, 6 Feb 2020 17:29:18 +0100 Message-Id: <20200206162918.14165-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.198 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 (-) * gnu/packages/crates-io.scm (rust-ctrlc-3.1): New variable. --- gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 727e7c9510..a48d614df5 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -1159,6 +1159,32 @@ little-endian.") "Types and traits for working with bytes.") (license license:expat))) +(define-public rust-ctrlc-3.1 + (package + (name "rust-ctrlc") + (version "3.1.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "ctrlc" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0pnv2g5q73xa0g4g9k31h2fkmk4dabznjhrkqs93d28v5f9920v3")))) + (build-system cargo-build-system) + (home-page "https://github.com/Detegr/rust-ctrlc") + (synopsis "A simple easy to use wrapper around Ctrl-C signal") + (description + "Cross platform handling of Ctrl-C signals. set_handler() allows setting +a handler closure which is executed on Ctrl+C. On Unix, this corresponds to +a SIGINT signal. On windows, Ctrl+C corresponds to CTRL_C_EVENT or +CTRL_BREAK_EVENT. Setting a handler will start a new dedicated signal +handling thread where we execute the handler each time we receive +a Ctrl+C signal. There can only be one handler, you would typically set one +at the start of your program.") + (license (list license:expat license:asl2.0)))) + (define-public rust-c2-chacha-0.2 (package (name "rust-c2-chacha") -- 2.25.0 From unknown Sun Aug 10 16:46:40 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: Tanguy Le Carrour Subject: bug#39453: closed (Re: [bug#39453] [PATCH] gnu: Add rust-ctrlc.) Message-ID: References: <20200208192634.GA7230@E5400> <20200206162918.14165-1-tanguy@bioneland.org> X-Gnu-PR-Message: they-closed 39453 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 39453@debbugs.gnu.org Date: Sat, 08 Feb 2020 19:28:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1581190082-18349-1" This is a multi-part message in MIME format... ------------=_1581190082-18349-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #39453: [PATCH] gnu: Add rust-ctrlc. 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 39453@debbugs.gnu.org. --=20 39453: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D39453 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1581190082-18349-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 39453-done) by debbugs.gnu.org; 8 Feb 2020 19:27:14 +0000 Received: from localhost ([127.0.0.1]:51831 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0Vl3-0004kh-Vo for submit@debbugs.gnu.org; Sat, 08 Feb 2020 14:27:14 -0500 Received: from flashner.co.il ([178.62.234.194]:43370) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0Vl2-0004kR-67 for 39453-done@debbugs.gnu.org; Sat, 08 Feb 2020 14:27:12 -0500 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id ECBDE4015E; Sat, 8 Feb 2020 19:27:04 +0000 (UTC) Date: Sat, 8 Feb 2020 21:26:34 +0200 From: Efraim Flashner To: Tanguy Le Carrour Subject: Re: [bug#39453] [PATCH] gnu: Add rust-ctrlc. Message-ID: <20200208192634.GA7230@E5400> References: <20200206162918.14165-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="/04w6evG8XlLl3ft" Content-Disposition: inline In-Reply-To: <20200206162918.14165-1-tanguy@bioneland.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 39453-done Cc: 39453-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: -1.0 (-) --/04w6evG8XlLl3ft Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable closed as requested --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --/04w6evG8XlLl3ft Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl4/C2kACgkQQarn3Mo9 g1HVMhAAjHBOy7k4Gc5TuE4aJpkIHZG9FsQF46vTuLO+IwthZrAEfsceqnjNgDzG W1KtcHDr5w2BLZ3TM4ISy07/oPA/Ws1AslskaqJg5lCwof1zUDEKkltiMKTs83nf ZE6jCWnx+bYc+3yf1Kt7+x+bRm8U3W/nQlU8zGJelea3c+cjxVc4//jcywjDnNpB OKkan+Lm7EPmM31pT1q1bXJIbwzhYwk5vgVgTcO+Zul365iUVGE0pukWPusznpFZ 2Lji6Ck96AdBkVGM2QURL2Gdwb0vPuElmo4B2OTp7n8Oowh0BwPyEnsupHNZeJ/e A9W5y1fnhoSYzUuM30OU36ZuFkaam/eWSDm4ln6O1lbN7YXkv/S8VqfIc3dUJl14 ojmDQy78ZLtM6GBB4qPGgvk3JgUHBipuiXWwP/J/gFx+wCU+wdT/pLplr6EXg4Dy N3evCXT5KRYgi6Wvkjliqran6iHodRHS0mdmLJIuVTShXdtwFBkds7Jx9KQ5kLTh GuTqB3AO0ZBVvyTaQ0J/p/dLKf7rdIdTbKmkP/k8FOXWoHRz2j+S3H/R382s6Bet q/5LY40Et9kpaWtHSQRRkiU+L895wpln59JmJZ7RZFVucY34lXSonvCEKJzga4Yl sqxvMa/eUHDDmmJhvDEbvrHqOd+bTvzksjMyApPTQISvXJJJiaw= =2nrL -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft-- ------------=_1581190082-18349-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Feb 2020 16:29:43 +0000 Received: from localhost ([127.0.0.1]:48341 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1izk2A-0006Mg-Nn for submit@debbugs.gnu.org; Thu, 06 Feb 2020 11:29:43 -0500 Received: from lists.gnu.org ([209.51.188.17]:35999) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1izk29-0006MY-5H for submit@debbugs.gnu.org; Thu, 06 Feb 2020 11:29:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48254) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izk28-0008VD-2z for guix-patches@gnu.org; Thu, 06 Feb 2020 11:29:40 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izk24-0002BZ-6u for guix-patches@gnu.org; Thu, 06 Feb 2020 11:29:40 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:43057) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1izk24-00027b-0q for guix-patches@gnu.org; Thu, 06 Feb 2020 11:29:36 -0500 X-Originating-IP: 176.159.32.89 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 65568C000F; Thu, 6 Feb 2020 16:29:33 +0000 (UTC) From: Tanguy Le Carrour To: guix-patches@gnu.org Subject: [PATCH] gnu: Add rust-ctrlc. Date: Thu, 6 Feb 2020 17:29:18 +0100 Message-Id: <20200206162918.14165-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.198 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: submit Cc: Tanguy Le Carrour 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 (-) * gnu/packages/crates-io.scm (rust-ctrlc-3.1): New variable. --- gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 727e7c9510..a48d614df5 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -1159,6 +1159,32 @@ little-endian.") "Types and traits for working with bytes.") (license license:expat))) +(define-public rust-ctrlc-3.1 + (package + (name "rust-ctrlc") + (version "3.1.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "ctrlc" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0pnv2g5q73xa0g4g9k31h2fkmk4dabznjhrkqs93d28v5f9920v3")))) + (build-system cargo-build-system) + (home-page "https://github.com/Detegr/rust-ctrlc") + (synopsis "A simple easy to use wrapper around Ctrl-C signal") + (description + "Cross platform handling of Ctrl-C signals. set_handler() allows setting +a handler closure which is executed on Ctrl+C. On Unix, this corresponds to +a SIGINT signal. On windows, Ctrl+C corresponds to CTRL_C_EVENT or +CTRL_BREAK_EVENT. Setting a handler will start a new dedicated signal +handling thread where we execute the handler each time we receive +a Ctrl+C signal. There can only be one handler, you would typically set one +at the start of your program.") + (license (list license:expat license:asl2.0)))) + (define-public rust-c2-chacha-0.2 (package (name "rust-c2-chacha") -- 2.25.0 ------------=_1581190082-18349-1--