GNU bug report logs - #59154
[PATCH] gnu: Add python-xkcdpass.

Previous Next

Package: guix-patches;

Reported by: Antero Mejr <antero <at> mailbox.org>

Date: Wed, 9 Nov 2022 18:37:02 UTC

Severity: normal

Tags: patch

Done: Lars-Dominik Braun <lars <at> 6xq.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 59154 in the body.
You can then email your comments to 59154 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 lars <at> 6xq.net, guix-patches <at> gnu.org:
bug#59154; Package guix-patches. (Wed, 09 Nov 2022 18:37:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Antero Mejr <antero <at> mailbox.org>:
New bug report received and forwarded. Copy sent to lars <at> 6xq.net, guix-patches <at> gnu.org. (Wed, 09 Nov 2022 18:37:02 GMT) Full text and rfc822 format available.

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

From: Antero Mejr <antero <at> mailbox.org>
To: guix-patches <at> gnu.org
Cc: Antero Mejr <antero <at> mailbox.org>
Subject: [PATCH] gnu: Add python-xkcdpass.
Date: Wed,  9 Nov 2022 18:36:21 +0000
* gnu/packages/python-crypto.scm (python-xkcdpass): New variable.
---
 gnu/packages/python-crypto.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index c9eb226d8a..cc94a08ed1 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1795,3 +1795,35 @@ (define-public python-zxcvbn
 in different situations.
 @end enumerate")
     (license license:expat)))
+
+(define-public python-xkcdpass
+  (package
+    (name "python-xkcdpass")
+    (version "1.19.3")
+    (home-page "https://github.com/redacted/XKCD-password-generator")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "xkcdpass-" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0xfrmx9k2vinlagv476rfcfdp41aix1ldy6qnzzx26n985gcyk7p"))))
+    (build-system python-build-system)
+    (synopsis
+     "Generate secure multiword passwords/passphrases, inspired by XKCD")
+    (description
+     "This package provides a flexible and scriptable password generator which
+generates strong passphrases, inspired by
+@url{https://xkcd.com/936/,XKCD 936}.")
+    (license (list license:bsd-3 ;code
+                   license:cc0 ;spanish, eff_large_de, french word lists
+                   license:cc-by-sa3.0 ;finnish, italian word list
+                   license:lgpl2.0 ;finnish word list
+                   license:eupl1.1 ;finnish word list
+                   license:gpl3 ;ger-anix word list
+                   license:cc-by-sa4.0 ;norwegian word list
+                   license:gpl2 ;portuguese word list
+                   license:lgpl2.1 ;portuguese word list
+                   license:mpl1.1)))) ;portuguese word list
-- 
2.38.0





Information forwarded to lars <at> 6xq.net, guix-patches <at> gnu.org:
bug#59154; Package guix-patches. (Wed, 09 Nov 2022 18:43:01 GMT) Full text and rfc822 format available.

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

From: Antero Mejr <antero <at> mailbox.org>
To: 59154 <at> debbugs.gnu.org
Cc: Antero Mejr <antero <at> mailbox.org>
Subject: [PATCH] licenses: Add EUPL 1.1.
Date: Wed,  9 Nov 2022 18:42:25 +0000
* guix/licenses.scm (eupl1.1): New variable.
---
Please apply this patch first.

 guix/licenses.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 80cf0f1114..632c9174df 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -57,6 +57,7 @@ (define-module (guix licenses)
             edl1.0
             epl1.0
             epl2.0
+            eupl1.1
             eupl1.2
             expat expat-0
             freetype
@@ -344,6 +345,11 @@ (define epl2.0
            "https://www.eclipse.org/legal/epl-2.0/"
            "https://www.gnu.org/licenses/license-list#EPL2"))
 
+(define eupl1.1
+  (license "EUPL 1.1"
+           "https://directory.fsf.org/wiki/License:EUPL-1.1"
+           "https://www.gnu.org/licenses/license-list#EUPL-1.1"))
+
 (define eupl1.2
   (license "EUPL 1.2"
            "https://directory.fsf.org/wiki/License:EUPL-1.2"
-- 
2.38.0





Reply sent to Lars-Dominik Braun <lars <at> 6xq.net>:
You have taken responsibility. (Sat, 26 Nov 2022 08:58:01 GMT) Full text and rfc822 format available.

Notification sent to Antero Mejr <antero <at> mailbox.org>:
bug acknowledged by developer. (Sat, 26 Nov 2022 08:58:02 GMT) Full text and rfc822 format available.

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

From: Lars-Dominik Braun <lars <at> 6xq.net>
To: Antero Mejr <antero <at> mailbox.org>
Cc: 59154-done <at> debbugs.gnu.org
Subject: Re: [bug#59154] [PATCH] gnu: Add python-xkcdpass.
Date: Sat, 26 Nov 2022 09:57:15 +0100
Hi,

pushed as afa5fa8d5b33e115745c720a1d06db0160d9d902 with some changes
(moved to password-utils.scm and installing manpage).

Thanks,
Lars





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 24 Dec 2022 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 237 days ago.

Previous Next


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