mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: Add python-helpdev.
* gnu/packages/python-xyz.scm (python-helpdev): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a942ab1837
commit
ef5df1588c
1 changed files with 22 additions and 0 deletions
|
@ -23251,3 +23251,25 @@ (define-public python-pywatchman
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue