mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Add python-session-info.
* gnu/packages/python-xyz.scm (python-session-info): New variable.
This commit is contained in:
parent
216fb59b9b
commit
1257c4c663
1 changed files with 19 additions and 0 deletions
|
@ -10485,6 +10485,25 @@ (define-public python2-seaborn
|
||||||
(base32
|
(base32
|
||||||
"1bjnshjz4d6z3vrwfwall1a3yh8h3a1h47c3fg7458x9426alcys")))))))
|
"1bjnshjz4d6z3vrwfwall1a3yh8h3a1h47c3fg7458x9426alcys")))))))
|
||||||
|
|
||||||
|
(define-public python-session-info
|
||||||
|
(package
|
||||||
|
(name "python-session-info")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "session_info" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1dxnrgaxd2nb44n423mnrx119hmnh2yxdnzaw8mg60x7rh1mxniw"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(propagated-inputs (list python-stdlib-list))
|
||||||
|
(home-page "https://gitlab.com/joelostblom/session_info")
|
||||||
|
(synopsis "Output version information for modules currently loaded")
|
||||||
|
(description
|
||||||
|
"This package outputs version information for modules loaded in the current
|
||||||
|
session, Python, and the OS.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-mpmath
|
(define-public python-mpmath
|
||||||
(package
|
(package
|
||||||
(name "python-mpmath")
|
(name "python-mpmath")
|
||||||
|
|
Loading…
Reference in a new issue