mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-rpy2: Delete sanity-check.
* gnu/packages/statistics.scm (python-rpy2) [arguments] <phases>: Delete 'sanity-check. [propagated-inputs]: Remove python-six. [native-inputs]: Remove python-coverage, python-ipython, python-numpy, python-pandas, python-pytest-cov, and python-wheel. Change-Id: Iac85261a8236d5b9746671a373da7fd6824c1a70
This commit is contained in:
parent
cb6fa1a5f0
commit
bd394962ee
1 changed files with 10 additions and 9 deletions
|
@ -3010,9 +3010,16 @@ completion.")
|
||||||
(base32
|
(base32
|
||||||
"10nmydlbmi0vyim7sx71isx3z2mnnfjmhf3248cicy9x1z1hizyv"))))
|
"10nmydlbmi0vyim7sx71isx3z2mnnfjmhf3248cicy9x1z1hizyv"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
;; XXX: ...trying to load module _rinterface_cffi_api: ERROR:
|
||||||
|
;;
|
||||||
|
;; See: <https://github.com/rpy2/rpy2/issues/1034>.
|
||||||
|
(delete 'sanity-check))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-cffi
|
(list python-cffi
|
||||||
python-six
|
|
||||||
python-jinja2
|
python-jinja2
|
||||||
python-numpy
|
python-numpy
|
||||||
python-pandas
|
python-pandas
|
||||||
|
@ -3033,14 +3040,8 @@ completion.")
|
||||||
r-dbplyr
|
r-dbplyr
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-coverage
|
(list python-pytest
|
||||||
python-ipython
|
python-setuptools))
|
||||||
python-numpy
|
|
||||||
python-pandas
|
|
||||||
python-pytest
|
|
||||||
python-pytest-cov
|
|
||||||
python-setuptools
|
|
||||||
python-wheel))
|
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue