[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/30: gnu: Add python-pem.
From: |
guix-commits |
Subject: |
25/30: gnu: Add python-pem. |
Date: |
Thu, 2 Apr 2020 14:55:51 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit bdbe69f6596aeff4cba76ba40b7afffb1b106ca0
Author: Alex ter Weele <address@hidden>
AuthorDate: Tue Mar 24 19:49:10 2020 -0500
gnu: Add python-pem.
* gnu/packages/python-xyz.scm: (python-pem) New variable.
Signed-off-by: Marius Bakke <address@hidden>
---
gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e01e115..901b241 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19017,3 +19017,29 @@ actions: actions can spawn other actions, and
eventually they either succeed
or fail. The resulting logs tell you the story of what your software did: what
happened, and what caused it.")
(license license:asl2.0)))
+
+(define-public python-pem
+ (package
+ (name "python-pem")
+ (version "20.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pem" version))
+ (sha256
+ (base32
+ "1xh88ss279fprxnzd10dczmqwjhppbyvljm33zrg2mgybwd66qr7"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-certifi" ,python-certifi)
+ ("python-coverage" ,python-coverage)
+ ("python-pretend" ,python-pretend)
+ ("python-pyopenssl" ,python-pyopenssl)
+ ("python-pytest" ,python-pytest)
+ ("python-sphinx" ,python-sphinx)
+ ("python-twisted" ,python-twisted)))
+ (home-page "https://pem.readthedocs.io/")
+ (synopsis "Easy PEM file parsing in Python")
+ (description
+ "This package provides a Python module for parsing and splitting PEM
files.")
+ (license license:expat)))
- 09/30: gnu: gnome-default-applications: Change defaults.list to gnome-mimeapps.list., (continued)
- 09/30: gnu: gnome-default-applications: Change defaults.list to gnome-mimeapps.list., guix-commits, 2020/04/02
- 17/30: gnu: Add python-canonicaljson., guix-commits, 2020/04/02
- 14/30: services: murmur: Add missing newline in murmur-configuration., guix-commits, 2020/04/02
- 16/30: gnu: Add python-unpaddedbase64., guix-commits, 2020/04/02
- 18/30: gnu: Add python-signedjson., guix-commits, 2020/04/02
- 13/30: gnu: Add font-iosevka-term., guix-commits, 2020/04/02
- 15/30: gnu: Add python-frozendict., guix-commits, 2020/04/02
- 20/30: gnu: Add python-pymacaroons., guix-commits, 2020/04/02
- 22/30: gnu: Add python-ldap3., guix-commits, 2020/04/02
- 23/30: gnu: Add python-boltons., guix-commits, 2020/04/02
- 25/30: gnu: Add python-pem.,
guix-commits <=
- 27/30: gnu: Add python-txacme., guix-commits, 2020/04/02
- 19/30: gnu: Add python-daemonize., guix-commits, 2020/04/02
- 24/30: gnu: Add python-eliot., guix-commits, 2020/04/02
- 28/30: gnu: Add python-pysaml2., guix-commits, 2020/04/02
- 29/30: gnu: Add python-matrix-synapse-ldap3., guix-commits, 2020/04/02
- 26/30: gnu: Add python-txsni., guix-commits, 2020/04/02
- 30/30: gnu: Add synapse., guix-commits, 2020/04/02
- 21/30: gnu: Add python-prometheus-client., guix-commits, 2020/04/02