mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-legendkit.
* gnu/packages/python-science.scm (python-legendkit): New variable. Change-Id: I98f9eb01b9162dec907b7b4a7423d718e2437fdd
This commit is contained in:
parent
bf812960e5
commit
d10e1abebb
1 changed files with 26 additions and 0 deletions
|
@ -1544,6 +1544,32 @@ Features:
|
|||
@end itemize")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public python-legendkit
|
||||
(package
|
||||
(name "python-legendkit")
|
||||
(version "0.3.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ;no tests in PyPI archive
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Marsilea-viz/legendkit")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "03xdhh95w4zydwa4ahp3gyfa6i60c9s5arfcj366knckb1bnpnn9"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-hatchling
|
||||
python-pytest))
|
||||
(propagated-inputs
|
||||
(list python-matplotlib))
|
||||
(home-page "https://github.com/Marsilea-viz/legendki")
|
||||
(synopsis "Legend creation and manipulation for matplotlib")
|
||||
(description
|
||||
"This package implements a functionality to create and manipulate plot
|
||||
legends for @code{matplotlib}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-libneuroml
|
||||
(package
|
||||
(name "python-libneuroml")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue