guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/14: gnu: Add python-google-crc32c.


From: guix-commits
Subject: 04/14: gnu: Add python-google-crc32c.
Date: Fri, 20 May 2022 08:45:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 97d9741f0be56d4a2860dc8620b56f859aefefee
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 20 13:04:25 2022 +0200

    gnu: Add python-google-crc32c.
    
    * gnu/packages/python-web.scm (python-google-crc32c): New variable.
---
 gnu/packages/python-web.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 689a99b518..04cf3b5e3c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6733,6 +6733,25 @@ Python.")
 Client Library for Python.")
     (license license:expat)))
 
+(define-public python-google-crc32c
+  (package
+    (name "python-google-crc32c")
+    (version "1.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "google-crc32c" version))
+       (sha256
+        (base32 "1ps4qaccij6cixs91772y9f9r1n702yfzy4qqmds6x5h7qkycv97"))))
+    (build-system python-build-system)
+    (native-inputs (list python-pytest))
+    (home-page "https://github.com/googleapis/python-crc32c";)
+    (synopsis "Python wrapper of Google CRC32C")
+    (description
+     "This package provides a Python wrapper of the C library implementation
+of the CRC32C hashing algorithm.")
+    (license license:asl2.0)))
+
 (define-public python-w3lib
   (package
     (name "python-w3lib")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]