diff options
author | brobr <sborg63@disroot.org> | 2023-04-13 17:32:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:38 +0700 |
commit | 2ebab2060df59b573d79309570167d2d8c14bc99 (patch) | |
tree | 815468cead641e20119f8cb990be28f09607076c /academic | |
parent | 8cd2bab738237a97ac0de468054bf77e32605242 (diff) |
academic/rpy2: Updated for version 3.5.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/rpy2/README | 4 | ||||
-rw-r--r-- | academic/rpy2/rpy2.SlackBuild | 4 | ||||
-rw-r--r-- | academic/rpy2/rpy2.info | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/academic/rpy2/README b/academic/rpy2/README index 702373878fd42..3685736766ed3 100644 --- a/academic/rpy2/README +++ b/academic/rpy2/README @@ -15,8 +15,10 @@ jupyter notebooks or ipython. NOTE: R needs to be compiled with the shared library flag, thus: build R on SBo with R_SHLIB=yes and BLAS_SHLIB=yes - (See also the notes in the rpy2.Slackbuild) +Remove installed rpy2 before building and upgrading to a new version. + + home:https://rpy2.github.io/ documentation:https://rpy2.github.io/doc/latest/html/index.html diff --git a/academic/rpy2/rpy2.SlackBuild b/academic/rpy2/rpy2.SlackBuild index 528bc48c785d3..db95d13246f42 100644 --- a/academic/rpy2/rpy2.SlackBuild +++ b/academic/rpy2/rpy2.SlackBuild @@ -2,7 +2,7 @@ # # SlackBuild for rpy2 # -# Copyright 2020-2022 Rob van Nues (sborg63@disroot.org) +# Copyright 2020-2023 Rob van Nues (sborg63@disroot.org) # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rpy2 -VERSION=${VERSION:-3.5.6} +VERSION=${VERSION:-3.5.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/rpy2/rpy2.info b/academic/rpy2/rpy2.info index 2a11c01f97923..6aadb2e8f2422 100644 --- a/academic/rpy2/rpy2.info +++ b/academic/rpy2/rpy2.info @@ -1,8 +1,8 @@ PRGNAM="rpy2" -VERSION="3.5.6" +VERSION="3.5.10" HOMEPAGE="https://rpy2.github.io/" -DOWNLOAD="https://pypi.python.org/packages/source/r/rpy2/rpy2-3.5.6.tar.gz" -MD5SUM="b6e709fddeb2705db771587b3076d104" +DOWNLOAD="https://pypi.python.org/packages/source/r/rpy2/rpy2-3.5.10.tar.gz" +MD5SUM="f21f2be1007542802048789420f30b5f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="R cffi python3-pytest tzlocal" |