unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Antero Mejr via Guix-patches via <guix-patches@gnu.org>
To: 59154@debbugs.gnu.org
Cc: Antero Mejr <antero@mailbox.org>, lars@6xq.net
Subject: [bug#59154] [PATCH] gnu: Add python-xkcdpass.
Date: Wed,  9 Nov 2022 18:36:21 +0000	[thread overview]
Message-ID: <20221109183621.10818-1-antero@mailbox.org> (raw)

* 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





             reply	other threads:[~2022-11-09 18:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-09 18:36 Antero Mejr via Guix-patches via [this message]
2022-11-09 18:42 ` [bug#59154] [PATCH] licenses: Add EUPL 1.1 Antero Mejr via Guix-patches via
2022-11-26  8:57 ` bug#59154: [PATCH] gnu: Add python-xkcdpass Lars-Dominik Braun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221109183621.10818-1-antero@mailbox.org \
    --to=guix-patches@gnu.org \
    --cc=59154@debbugs.gnu.org \
    --cc=antero@mailbox.org \
    --cc=lars@6xq.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).