emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63630: closed ([PATCH] gnu: Add python-crcmod.)


From: GNU bug Tracking System
Subject: bug#63630: closed ([PATCH] gnu: Add python-crcmod.)
Date: Tue, 23 May 2023 14:03:02 +0000

Your message dated Tue, 23 May 2023 14:02:05 +0000
with message-id <e8c88c29d0d6855f0c85678bdfaaf526@dismail.de>
and subject line Re: [PATCH] gnu: Add python-crcmod.
has caused the debbugs.gnu.org bug report #63630,
regarding [PATCH] gnu: Add python-crcmod.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63630: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63630
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- 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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]