unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Faiz via Guix-patches via <guix-patches@gnu.org>
To: 62077@debbugs.gnu.org
Cc: jgart@dismail.de, lars@6xq.net
Subject: [bug#62077] [PATCH] gnu: Add python-slugid.
Date: Fri, 10 Mar 2023 00:46:11 +0800	[thread overview]
Message-ID: <82177a4f-a75d-a15d-117b-6f06a9adcb33@disroot.org> (raw)

 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






             reply	other threads:[~2023-03-09 16:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-09 16:46 Adam Faiz via Guix-patches via [this message]
2023-03-09 18:03 ` [bug#62077] [PATCH] gnu: Add python-slugid 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

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=82177a4f-a75d-a15d-117b-6f06a9adcb33@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=62077@debbugs.gnu.org \
    --cc=adam.faiz@disroot.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    /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).