all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34899] [PATCH] gnu: Add python-shortuuid.
@ 2019-03-17 18:08 Sam
  2019-03-18 16:59 ` bug#34899: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Sam @ 2019-03-17 18:08 UTC (permalink / raw)
  To: 34899

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fa2701bc1c..c3a60058f2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -229,6 +229,28 @@ pidof, tty, taskset, pmap.")
 planar geometric objects.  It is based on the @code{GEOS} library.")
     (license license:bsd-3)))
 
+(define-public python-shortuuid
+  (package
+    (name "python-shortuuid")
+    (version "0.5.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "shortuuid" version))
+       (sha256
+        (base32
+         "1f8i4zwj5vmpzbz6b17bljy4399gx5aq7vsyw63sz2qgyjcd73yh"))))
+    (build-system python-build-system)
+    (native-inputs
+     `(("python-pep8" ,python-pep8)))
+    (home-page "https://github.com/skorokithakis/shortuuid")
+    (synopsis "Generator library for concise, unambiguous and URL-safe UUIDs")
+    (description
+     "@code{shortuuid} is a Python library for generating concise, unambiguous
+and URL-safe UUIDs.  UUIDs are generated using the built-in Python @code{uuid}
+module and then similar looking characters are removed.")
+    (license license:bsd-3)))
+
 (define-public python-logwrap
   (package
     (name "python-logwrap")
-- 
2.21.0

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

* bug#34899: [PATCH] gnu: Add python-shortuuid.
  2019-03-17 18:08 [bug#34899] [PATCH] gnu: Add python-shortuuid Sam
@ 2019-03-18 16:59 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2019-03-18 16:59 UTC (permalink / raw)
  To: Sam; +Cc: 34899-done

On Sun, Mar 17, 2019 at 06:08:29PM +0000, Sam wrote:
> * gnu/packages/python-xyz.scm (python-shortuuid): New variable.

Thanks! Pushed as a91f4eba2c923405ccdce5bdb390b12a40a856c2

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

end of thread, other threads:[~2019-03-18 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-17 18:08 [bug#34899] [PATCH] gnu: Add python-shortuuid Sam
2019-03-18 16:59 ` bug#34899: " Leo Famulari

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.