[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: Add python-helpdev.
From: |
guix-commits |
Subject: |
02/10: gnu: Add python-helpdev. |
Date: |
Mon, 28 Dec 2020 06:22:40 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit ef5df1588cd4d38da9692b8cd44ffcae679eb6e8
Author: John Doe <dftxbs3e@free.fr>
AuthorDate: Sun Dec 27 23:26:47 2020 +0100
gnu: Add python-helpdev.
* gnu/packages/python-xyz.scm (python-helpdev): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b8182fb..8ff0090 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23251,3 +23251,25 @@ backport of the @code{dataclasses} module for Python
3.6.")
(description "@code{python-pywatchman} is a library to connect and
query Watchman to discover file changes.")
(license license:bsd-3)))
+
+(define-public python-helpdev
+ (package
+ (name "python-helpdev")
+ (version "0.7.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "helpdev" version))
+ (sha256
+ (base32
+ "0gfvj28i82va7c264jl2p4cdsl3lpf9fpb9cyjnis55crfdafqmv"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-importlib-metadata" ,python-importlib-metadata)))
+ (home-page "https://gitlab.com/dpizetta/helpdev")
+ (synopsis
+ "Extract information about the Python environment easily")
+ (description
+ "Helpdev is a library to easily extract information about the Python
+environment.")
+ (license license:expat)))
- branch master updated (98471d5 -> 3742c7f), guix-commits, 2020/12/28
- 01/10: gnu: Add python-qtpy., guix-commits, 2020/12/28
- 03/10: gnu: Add python-qdarkstyle., guix-commits, 2020/12/28
- 04/10: gnu: Add python-bitstring., guix-commits, 2020/12/28
- 05/10: gnu: Add python-socks., guix-commits, 2020/12/28
- 02/10: gnu: Add python-helpdev.,
guix-commits <=
- 06/10: gnu: python-aiohttp-socks: Update to 0.5.5., guix-commits, 2020/12/28
- 07/10: gnu: libsecp256k1: Update to 20200615-1-dbd41db., guix-commits, 2020/12/28
- 08/10: gnu: electrum: Update to 4.0.9., guix-commits, 2020/12/28
- 10/10: gnu: pythonbitstring: Run tests., guix-commits, 2020/12/28
- 09/10: gnu: python-helpdev: Enable tests., guix-commits, 2020/12/28