mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: Remove python2-seaborn.
* gnu/packages/python-xyz.scm (python2-seaborn): Delete variable.
This commit is contained in:
parent
979f6b6e1d
commit
9022934059
1 changed files with 0 additions and 13 deletions
|
@ -9653,21 +9653,8 @@ (define-public python-seaborn
|
||||||
graphics in Python. It is built on top of matplotlib and tightly integrated
|
graphics in Python. It is built on top of matplotlib and tightly integrated
|
||||||
with the PyData stack, including support for numpy and pandas data structures
|
with the PyData stack, including support for numpy and pandas data structures
|
||||||
and statistical routines from scipy and statsmodels.")
|
and statistical routines from scipy and statsmodels.")
|
||||||
(properties `((python2-variant . ,(delay python2-seaborn))))
|
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
;; 0.9.1 is the last release with support for Python 2.
|
|
||||||
(define-public python2-seaborn
|
|
||||||
(let ((base (package-with-python2 (strip-python2-variant python-seaborn))))
|
|
||||||
(package
|
|
||||||
(inherit base)
|
|
||||||
(version "0.9.1")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "seaborn" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1bjnshjz4d6z3vrwfwall1a3yh8h3a1h47c3fg7458x9426alcys")))))))
|
|
||||||
|
|
||||||
(define-public python-session-info
|
(define-public python-session-info
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue