GNU bug report logs - #63630
[PATCH] gnu: Add python-crcmod.

Previous Next

Package: guix-patches;

Reported by: Rikard Nordgren <hrn <at> posteo.net>

Date: Sun, 21 May 2023 18:38:02 UTC

Severity: normal

Tags: patch

Done: "jgart" <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63630 in the body.
You can then email your comments to 63630 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63630; Package guix-patches. (Sun, 21 May 2023 18:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rikard Nordgren <hrn <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 21 May 2023 18:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rikard Nordgren <hrn <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Rikard Nordgren <hrn <at> posteo.net>
Subject: [PATCH] gnu: Add python-crcmod.
Date: Sun, 21 May 2023 17:56:57 +0000
* gnu/packages/python-crypto.scm (python-crcmod): New variable.
---
 gnu/packages/python-crypto.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index c9071c4cf6..e0f8a45554 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -909,6 +909,23 @@ (define-public python-pynacl
 of improving usability, security and speed.")
     (license license:asl2.0)))
 
+(define-public python-crcmod
+  (package
+    (name "python-crcmod")
+    (version "1.7")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "crcmod" version))
+              (sha256
+               (base32
+                "07k0hgr42vw2j92cln3klxka81f33knd7459cn3d8aszvfh52w6w"))))
+    (build-system python-build-system)
+    (synopsis "Calculating CRCs")
+    (description "Python module for generating objects that compute the
+Cyclic Redundancy Check (CRC)")
+    (home-page "https://crcmod.sourceforge.net/")
+    (license license:expat)))
+
 (define-public python-blurhash
   (package
     (name "python-blurhash")
-- 
2.30.2





Reply sent to "jgart" <jgart <at> dismail.de>:
You have taken responsibility. (Tue, 23 May 2023 14:03:02 GMT) Full text and rfc822 format available.

Notification sent to Rikard Nordgren <hrn <at> posteo.net>:
bug acknowledged by developer. (Tue, 23 May 2023 14:03:02 GMT) Full text and rfc822 format available.

Message #10 received at 63630-done <at> debbugs.gnu.org (full text, mbox):

From: "jgart" <jgart <at> dismail.de>
To: 63630-done <at> debbugs.gnu.org, "Rikard Nordgren" <hrn <at> posteo.net>
Cc: control <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add python-crcmod.
Date: Tue, 23 May 2023 14:02:05 +0000
Hi Rikard,

Applied with some additions (enabled tests as per the README and wording in synopsis/description).

Thanks for the patch!

all best,

jgart




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 21 Jun 2023 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 303 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.