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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77316: closed ([PATCH] gnu: Add python-crc.)
Date: Tue, 01 Apr 2025 11:00:07 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 01 Apr 2025 11:59:49 +0100
with message-id <8734esno4a.fsf <at> gmail.com>
and subject line [PATCH] gnu: Add python-crc.
has caused the debbugs.gnu.org bug report #77316,
regarding [PATCH] gnu: Add python-crc.
to be marked as done.

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


-- 
77316: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77316
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [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



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 77316-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add python-crc.
Date: Tue, 01 Apr 2025 11:59:49 +0100
[Message part 4 (text/plain, inline)]
Hi,

Thank you for the patch.

I've sorted it alphabetically starting from the top of the file; added
more details in description, and removed python-setuptools from
native-inputs as it builds just fine without it.

Pushed to master as 295f6417025638dfcd94b5c19bfbff3c5a85e5e4.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 50 days ago.

Previous Next


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