From e90fe9e7a128da852c057fc61c77a6cc02482b41 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Thu, 25 Jan 2024 21:27:20 +0100 Subject: 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. --- gnu/packages/statistics.scm | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'gnu/packages/statistics.scm') diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index a8c42d7707..aa8c586cc0 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -6681,14 +6681,14 @@ (define-public r-languageserver (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 @@ (define-public python-rpy2 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 -- cgit v1.2.3