GNU bug report logs -
#57221
[PATCH] gnu: Add python-nanoid.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Mon, 15 Aug 2022 02:07:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
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 57221 in the body.
You can then email your comments to 57221 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#57221
; Package
guix-patches
.
(Mon, 15 Aug 2022 02:07:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 15 Aug 2022 02:07:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-nanoid): New variable.
---
gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 13ab2f2c8b..2122db30c6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30531,6 +30531,39 @@ (define-public python-types-orjson
etc. to check code that uses @code{orjson}.")
(license license:asl2.0)))
+(define-public python-nanoid
+ ;; There are no tests on PyPi.
+ (let ((commit "061f9a598f310b0e2e91b9ed6ce725a22770da64")
+ (revision "0"))
+ (package
+ (name "python-nanoid")
+ (version "2.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/puyuan/py-nanoid")
+ (commit commit)))
+ (file-name (git-file-name name commit))
+ (sha256
+ (base32 "0y1bcw0h27g8rkqq7cp33ywn0i0lp0q3rjixzkh4191y1dp9yf8s"))))
+ (build-system python-build-system)
+ (native-inputs (list python-pytest))
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? inputs outputs #:allow-other-keys)
+ (when tests?
+ (invoke "pytest")))))))
+ (home-page "https://github.com/puyuan/py-nanoid")
+ (synopsis "Unique string ID generator")
+ (description
+"This package provides a tiny, secure, URL-friendly, unique string ID
+generator for Python")
+ (license license:expat))))
+
(define-public python-misskey
(package
(name "python-misskey")
--
2.37.2
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Mon, 15 Aug 2022 05:45:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Mon, 15 Aug 2022 05:45:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 57221-done <at> debbugs.gnu.org (full text, mbox):
jgart <jgart <at> dismail.de> writes:
> * gnu/packages/python-xyz.scm (python-nanoid): New variable.
> ---
> gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++
> 1 file changed, 33 insertions(+)
I fixed 'description' (indent and ending period) and pushed, thank you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 12 Sep 2022 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 278 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.