GNU bug report logs -
#63630
[PATCH] gnu: Add python-crcmod.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Tue, 23 May 2023 14:02:05 +0000
with message-id <e8c88c29d0d6855f0c85678bdfaaf526 <at> 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 <at> 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)]
* 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
[Message part 3 (message/rfc822, inline)]
Hi Rikard,
Applied with some additions (enabled tests as per the README and wording in synopsis/description).
Thanks for the patch!
all best,
jgart
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.