unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62077] [PATCH] gnu: Add python-slugid.
@ 2023-03-09 16:46 Adam Faiz via Guix-patches via
  2023-03-09 18:03 ` jgart via Guix-patches via
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Adam Faiz via Guix-patches via @ 2023-03-09 16:46 UTC (permalink / raw)
  To: 62077; +Cc: jgart, lars

 From f788ce8ebc205a6e05bcc270865d793d94bf51e9 Mon Sep 17 00:00:00 2001
Message-Id: <f788ce8ebc205a6e05bcc270865d793d94bf51e9.1678379861.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Thu, 9 Mar 2023 21:39:13 +0800
Subject: [PATCH] gnu: Add python-slugid.

* gnu/packages/python-xyz.scm (python-slugid): New variable.
---
  gnu/packages/python-xyz.scm | 17 +++++++++++++++++
  1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 83f3ec02ea..4bacd86432 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1096,6 +1096,23 @@ (define-public python-slixmpp
      (home-page "https://lab.louiz.org/poezio/slixmpp")
      (license license:expat)))
  
+(define-public python-slugid
+  (package
+    (name "python-slugid")
+    (version "2.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "slugid" version))
+              (sha256
+               (base32
+                "15x2kgzi38b023brfyng0y907am2qi1jgifnsjyph4b9fa5xjl59"))))
+    (build-system python-build-system)
+    (home-page "http://taskcluster.github.io/slugid.py/")
+    (synopsis "Module for Base64 encoded UUID v4 slugs")
+    (description "Slugid.py is a module for generating v4 UUIDs and
+encoding them into 22 character URL-safe base64 slug representation.")
+    (license license:mpl2.0)))
+
  (define-public python-tenacity
    (package
      (name "python-tenacity")

base-commit: 5befcff66edb4d72ab8e713c81836fb8519ce3e6
-- 
2.39.2






^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-19  6:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-09 16:46 [bug#62077] [PATCH] gnu: Add python-slugid Adam Faiz via Guix-patches via
2023-03-09 18:03 ` jgart via Guix-patches via
2023-03-31 18:19 ` [bug#62077] [PATCH v2] " jgart via Guix-patches via
2023-05-19  6:03 ` jgart via Guix-patches via
2023-05-19  6:04 ` [bug#62077] jgart via Guix-patches via
2023-05-19  6:15 ` [bug#62077] jgart via Guix-patches via
2023-05-19  6:27 ` [bug#62077] jgart via Guix-patches via

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).