GNU bug report logs - #34899
[PATCH] gnu: Add python-shortuuid.

Previous Next

Package: guix-patches;

Reported by: Sam <smbaines8 <at> gmail.com>

Date: Mon, 18 Mar 2019 00:46:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 34899 in the body.
You can then email your comments to 34899 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#34899; Package guix-patches. (Mon, 18 Mar 2019 00:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sam <smbaines8 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 18 Mar 2019 00:46:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sam <smbaines8 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Sam <smbaines8 <at> gmail.com>
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





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Mon, 18 Mar 2019 17:00:02 GMT) Full text and rfc822 format available.

Notification sent to Sam <smbaines8 <at> gmail.com>:
bug acknowledged by developer. (Mon, 18 Mar 2019 17:00:02 GMT) Full text and rfc822 format available.

Message #10 received at 34899-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Sam <smbaines8 <at> gmail.com>
Cc: 34899-done <at> debbugs.gnu.org
Subject: Re: [bug#34899] [PATCH] gnu: Add python-shortuuid.
Date: Mon, 18 Mar 2019 12:59:44 -0400
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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 16 Apr 2019 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 10 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.