unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Alexandru-Sergiu Marton <brown121407@posteo.ro>
To: 42297@debbugs.gnu.org
Cc: Alexandru-Sergiu Marton <brown121407@posteo.ro>
Subject: [bug#42297] [PATCH 02/10] gnu: Add python-pgpy.
Date: Thu,  9 Jul 2020 22:19:10 +0300	[thread overview]
Message-ID: <874f8136b19b7f04b0790a1e795beaef876de0a0.1594321515.git.brown121407@posteo.ro> (raw)
In-Reply-To: <cover.1594321515.git.brown121407@posteo.ro>

* gnu/packages/python-crypto.scm (python-pgpy): New variable.
---
 gnu/packages/python-crypto.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 5c9c251c01..f91e1e0999 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1429,3 +1429,28 @@ can decide how long it takes to hash a password and how much memory is required.
 data such as API keys, cryptocurrency wallets, or seeds for digital
 signatures.")
     (license (list license:expat license:asl2.0)))) ; dual licensed
+
+(define-public python-pgpy
+  (package
+    (name "python-pgpy")
+    (version "0.5.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "PGPy" version))
+       (sha256
+        (base32
+         "0i4lqhzdwkjkim3wab0kqadx28z3r5ixlh6qxj4lif4gif56c0m7"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-cryptography" ,python-cryptography)
+       ("python-pyasn1" ,python-pyasn1)
+       ("python-six" ,python-six)))
+    (home-page
+     "https://github.com/SecurityInnovation/PGPy")
+    (synopsis "Pretty Good Privacy for Python")
+    (description
+     "PGPy is a Python (2 and 3) library for implementing Pretty Good
+Privacy into Python programs, conforming to the OpenPGP specification
+per RFC 4880.")
+    (license license:bsd-3)))
-- 
2.27.0





  parent reply	other threads:[~2020-07-09 16:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-09 19:14 [bug#42297] [PATCH 00/10] Add Python packages for Sourcehut Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 01/10] gnu: Add hg-evolve Alexandru-Sergiu Marton
2020-07-09 19:19 ` Alexandru-Sergiu Marton [this message]
2020-07-09 19:19 ` [bug#42297] [PATCH 03/10] gnu: Add python-minio Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 04/10] gnu: Add python-hglib Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 05/10] gnu: Add python-unidiff Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 06/10] gnu: Add python-emailthreads Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 07/10] gnu: Add python-zxcvbn Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 08/10] gnu: Add python-sshpubkeys Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 09/10] gnu: Add python-atpublic Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 10/10] gnu: Add python-aiosmtpd Alexandru-Sergiu Marton

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=874f8136b19b7f04b0790a1e795beaef876de0a0.1594321515.git.brown121407@posteo.ro \
    --to=brown121407@posteo.ro \
    --cc=42297@debbugs.gnu.org \
    /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).