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
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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.