me
/
guix
Archived
1
0
Fork 0

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.
master
Liliana Marie Prikler 2024-01-25 21:27:20 +01:00
parent bba0676e86
commit e90fe9e7a1
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 10 additions and 4 deletions

View File

@ -6681,14 +6681,14 @@ completion.")
(define-public python-rpy2
(package
(name "python-rpy2")
(version "3.5.5")
(version "3.5.15")
(source
(origin
(method url-fetch)
(uri (pypi-uri "rpy2" version))
(sha256
(base32
"0dyhb3xn2p6s67yxhgh4qd4hp45mhb5zvgqkdsn26kyg447c8lm2"))))
"0asvybb7kmr48pfkibp1qi3h3vlq2fl0mazaf0xj6zywhi5awks4"))))
(build-system python-build-system)
(arguments
'(#:phases
@ -6717,9 +6717,15 @@ completion.")
r-rsqlite
r-dplyr
r-dbplyr
python-numpy))
python-numpy
zlib))
(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")
(synopsis "Python interface to the R language")
(description "rpy2 is a redesign and rewrite of rpy. It is providing a