gnu: python-rpy2: Update to 3.5.15.
* gnu/packages/statistics.scm (python-rpy2): Update to 3.5.15. [inputs]: Add zlib. [native-inputs]: Add python-coverage, python-ipython, python-numpy, python-pandas, python-pytest, and python-pytest-cov.
This commit is contained in:
parent
bba0676e86
commit
e90fe9e7a1
1 changed files with 10 additions and 4 deletions
|
@ -6681,14 +6681,14 @@ completion.")
|
||||||
(define-public python-rpy2
|
(define-public python-rpy2
|
||||||
(package
|
(package
|
||||||
(name "python-rpy2")
|
(name "python-rpy2")
|
||||||
(version "3.5.5")
|
(version "3.5.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "rpy2" version))
|
(uri (pypi-uri "rpy2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dyhb3xn2p6s67yxhgh4qd4hp45mhb5zvgqkdsn26kyg447c8lm2"))))
|
"0asvybb7kmr48pfkibp1qi3h3vlq2fl0mazaf0xj6zywhi5awks4"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -6717,9 +6717,15 @@ completion.")
|
||||||
r-rsqlite
|
r-rsqlite
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-dbplyr
|
r-dbplyr
|
||||||
python-numpy))
|
python-numpy
|
||||||
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list zlib python-pytest))
|
(list python-coverage
|
||||||
|
python-ipython
|
||||||
|
python-numpy
|
||||||
|
python-pandas
|
||||||
|
python-pytest
|
||||||
|
python-pytest-cov))
|
||||||
(home-page "https://rpy2.github.io")
|
(home-page "https://rpy2.github.io")
|
||||||
(synopsis "Python interface to the R language")
|
(synopsis "Python interface to the R language")
|
||||||
(description "rpy2 is a redesign and rewrite of rpy. It is providing a
|
(description "rpy2 is a redesign and rewrite of rpy. It is providing a
|
||||||
|
|
Reference in a new issue