unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Rikard Nordgren <hrn@posteo.net>
To: 63630@debbugs.gnu.org
Cc: Rikard Nordgren <hrn@posteo.net>
Subject: [bug#63630] [PATCH] gnu: Add python-crcmod.
Date: Sun, 21 May 2023 17:56:57 +0000	[thread overview]
Message-ID: <da25a8fc9e27b60945f840782fd400eb3c0d8c6e.1684690484.git.hrn@posteo.net> (raw)

* 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





             reply	other threads:[~2023-05-22  8:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-21 17:56 Rikard Nordgren [this message]
2023-05-23 14:02 ` bug#63630: [PATCH] gnu: Add python-crcmod jgart via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=da25a8fc9e27b60945f840782fd400eb3c0d8c6e.1684690484.git.hrn@posteo.net \
    --to=hrn@posteo.net \
    --cc=63630@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).