GNU bug report logs - #77316
[PATCH] gnu: Add python-crc.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Thu, 27 Mar 2025 16:01:03 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Cayetano Santos <csantosb <at> inventati.org>
To: 77316 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [bug#77316] [PATCH] gnu: Add python-crc.
Date: Thu, 27 Mar 2025 16:59:20 +0100
* gnu/packages/python-xyz.scm (python-crc): New variable.

Change-Id: I6d9c4320c1e4b01fe4c87013b7ff6761d993bad4
---
 gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8c7a60f3e7..81f4b6cead 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16725,6 +16725,30 @@ (define-public python-cram
 output.")
     (license license:gpl2+)))
 
+(define-public python-crc
+  (package
+    (name "python-crc")
+    (version "7.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Nicoretti/crc/")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1b9164z6v3ng5s8564a0gjdzqws6zf5aqvk6mnzw7ysk6d5rbb9r"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-setuptools python-wheel
+                         ;; tests
+                         python-poetry-core python-pytest))
+    (home-page "https://nicoretti.github.io/crc/")
+    (synopsis "Pure Python CRC library")
+    (description
+     "This library computes and verifies CRC checksums, using predefined and
+custom CRC configurations.")
+    (license license:bsd-2)))
+
 (define-public python-crccheck
   (package
     (name "python-crccheck")

base-commit: eb30f5ecbea896e9cf93722bf97681d208f1a7be
-- 
2.49.0





This bug report was last modified 49 days ago.

Previous Next


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