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

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

bug#40575: closed ([PATCH] gnu: Add python-diceware.)


From: GNU bug Tracking System
Subject: bug#40575: closed ([PATCH] gnu: Add python-diceware.)
Date: Tue, 14 Apr 2020 18:51:02 +0000

Your message dated Tue, 14 Apr 2020 19:50:48 +0100
with message-id <address@hidden>
and subject line Re: [bug#40575] [PATCH] gnu: Add python-diceware.
has caused the debbugs.gnu.org bug report #40575,
regarding [PATCH] gnu: Add python-diceware.
to be marked as done.

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


-- 
40575: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40575
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-diceware. Date: Sun, 12 Apr 2020 08:00:36 -0700
* gnu/packages/python-xyz.scm (python-diceware, python2-diceware): New public
variables.
---
 gnu/packages/python-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2ecf7115ab..081bc0eb5d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -75,6 +75,7 @@
 ;;; Copyright © 2020 Alexandros Theodotou <address@hidden>
 ;;; Copyright © 2020 Lars-Dominik Braun <address@hidden>
 ;;; Copyright © 2020 Alex ter Weele <address@hidden>
+;;; Copyright © 2020 Matthew Kraai <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -19521,3 +19522,30 @@ there are extensions that allow you to use it with 
other frameworks.")
 register external CLI commands via setuptools entry-points.")
     (home-page "https://github.com/click-contrib/click-plugins";)
     (license license:bsd-3)))
+
+(define-public python-diceware
+  (package
+    (name "python-diceware")
+    (version "0.9.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "diceware" version))
+       (sha256
+        (base32
+         "0klb0ysybzlh2wihvir82hgq62v0jjmlcqklwajyms7c0p529yby"))))
+    (build-system python-build-system)
+    (native-inputs
+     `(("python-coverage" ,python-coverage)
+       ("python-pytest" ,python-pytest)
+       ("python-pytest-runner" ,python-pytest-runner)))
+    (home-page "https://github.com/ulif/diceware/";)
+    (synopsis "Generates memorable passphrases")
+    (description "This package generates passphrases by concatenating words
+randomly picked from wordlists.  It supports several sources of
+randomness (including real life dice) and different wordlists (including
+cryptographically signed ones).")
+    (license license:gpl3+)))
+
+(define-public python2-diceware
+  (package-with-python2 python-diceware))
-- 
2.26.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#40575] [PATCH] gnu: Add python-diceware. Date: Tue, 14 Apr 2020 19:50:48 +0100 User-agent: mu4e 1.2.0; emacs 26.3
Leo Famulari <address@hidden> writes:

> On Mon, Apr 13, 2020 at 02:55:50PM -0700, Matthew Kraai wrote:
>> * gnu/packages/python-xyz.scm (python-diceware, python2-diceware): New public
>> variables.
>
> Thanks! Pushed as ab3ad88ded0734401667f6fb4c927ce26c39ad2e

Closing the bug now.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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