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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Rikard Nordgren <hrn <at> posteo.net>
Subject: bug#63630: closed (Re: [PATCH] gnu: Add python-crcmod.)
Date: Tue, 23 May 2023 14:03:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63630: [PATCH] gnu: Add python-crcmod.

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 63630 <at> debbugs.gnu.org.

-- 
63630: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63630
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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

[Message part 3 (message/rfc822, inline)]
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




This bug report was last modified 1 year and 364 days ago.

Previous Next


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