emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#34899: closed ([PATCH] gnu: Add python-shortuuid.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34899: closed ([PATCH] gnu: Add python-shortuuid.)
Date: Mon, 18 Mar 2019 17:00:02 +0000

Your message dated Mon, 18 Mar 2019 12:59:44 -0400
with message-id <address@hidden>
and subject line Re: [bug#34899] [PATCH] gnu: Add python-shortuuid.
has caused the debbugs.gnu.org bug report #34899,
regarding [PATCH] gnu: Add python-shortuuid.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34899: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34899
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-shortuuid. Date: Sun, 17 Mar 2019 18:08:29 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#34899] [PATCH] gnu: Add python-shortuuid. Date: Mon, 18 Mar 2019 12:59:44 -0400 User-agent: Mutt/1.11.3 (2019-02-01)
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


--- End Message ---

reply via email to

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