mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: Add python-matplotlib-venn.
* gnu/packages/python-xyz.scm (python-matplotlib-venn): New variable.
This commit is contained in:
parent
8b5f756ccb
commit
55dae98f73
1 changed files with 26 additions and 0 deletions
|
@ -3941,6 +3941,32 @@ (define-public python-matplotlib-documentation
|
||||||
(define-public python2-matplotlib-documentation
|
(define-public python2-matplotlib-documentation
|
||||||
(package-with-python2 python-matplotlib-documentation))
|
(package-with-python2 python-matplotlib-documentation))
|
||||||
|
|
||||||
|
(define-public python-matplotlib-venn
|
||||||
|
(package
|
||||||
|
(name "python-matplotlib-venn")
|
||||||
|
(version "0.11.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "matplotlib-venn" version ".zip"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"13w3i1wih0mij08hrgppzg0g9z50y54rc28l6gdi1r5w45l7l0dy"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(arguments '(#:tests? #f)) ; tests are not included
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-matplotlib" ,python-matplotlib)
|
||||||
|
("python-numpy" ,python-numpy)
|
||||||
|
("python-scipy" ,python-scipy)))
|
||||||
|
(native-inputs
|
||||||
|
`(("unzip" ,unzip)))
|
||||||
|
(home-page "https://github.com/konstantint/matplotlib-venn")
|
||||||
|
(synopsis "Plot area-proportional Venn diagrams")
|
||||||
|
(description
|
||||||
|
"This package provides tools for plotting area-proportional two- and
|
||||||
|
three-way Venn diagrams in @code{matplotlib}.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-pysnptools
|
(define-public python2-pysnptools
|
||||||
(package
|
(package
|
||||||
(name "python2-pysnptools")
|
(name "python2-pysnptools")
|
||||||
|
|
Loading…
Reference in a new issue