[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: python-rpy2: Update to 3.5.15.
From: |
guix-commits |
Subject: |
09/10: gnu: python-rpy2: Update to 3.5.15. |
Date: |
Sat, 3 Feb 2024 08:23:04 -0500 (EST) |
lilyp pushed a commit to branch master
in repository guix.
commit e90fe9e7a128da852c057fc61c77a6cc02482b41
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Jan 25 21:27:20 2024 +0100
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(-)
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 @@ 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
- branch master updated (9389070b9c -> 179bb57d25), guix-commits, 2024/02/03
- 03/10: gnu: Add python-clingo-dl., guix-commits, 2024/02/03
- 07/10: gnu: Add python-tzdata., guix-commits, 2024/02/03
- 09/10: gnu: python-rpy2: Update to 3.5.15.,
guix-commits <=
- 01/10: gnu: Add waffle., guix-commits, 2024/02/03
- 02/10: gnu: Add piglit., guix-commits, 2024/02/03
- 05/10: gnu: Add python-plingo., guix-commits, 2024/02/03
- 04/10: gnu: python-clorm: Reindent with emacs., guix-commits, 2024/02/03
- 08/10: gnu: python-tzlocal: Update to 5.2., guix-commits, 2024/02/03
- 10/10: gnu: raylib: Update to 5.0., guix-commits, 2024/02/03
- 06/10: gnu: Add lua-clingo., guix-commits, 2024/02/03