diff options
author | Rob van Nues <sborg63@disroot.org> | 2020-05-22 16:16:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-23 09:31:59 +0700 |
commit | ce75e7d2cc5be4411ce1593641d5cfcce711b9e4 (patch) | |
tree | 3b996f10ccc229644b514b74369668367a658bd5 /academic | |
parent | 492bf89a6e045dafaefd547be5ac8bb05cedc125 (diff) | |
download | slackbuilds-ce75e7d2cc5be4411ce1593641d5cfcce711b9e4.tar.gz |
academic/rpy2: Updated for version 3.3.3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/rpy2/README | 3 | ||||
-rw-r--r-- | academic/rpy2/rpy2.SlackBuild | 2 | ||||
-rw-r--r-- | academic/rpy2/rpy2.info | 8 | ||||
-rw-r--r-- | academic/rpy2/slack-desc | 6 |
4 files changed, 10 insertions, 9 deletions
diff --git a/academic/rpy2/README b/academic/rpy2/README index a770dd1776..aa278d379c 100644 --- a/academic/rpy2/README +++ b/academic/rpy2/README @@ -18,4 +18,5 @@ thus: build R on SBo with R_SHLIB=yes and BLAS_SHLIB=yes (See also the notes in the rpy2.Slackbuild) -documentation:https://rpy2.github.io/doc/latest/html/index.html +home:https://rpy2.github.io/ +documentation:https://rpy2.github.io/doc/latest/html/index.html
\ No newline at end of file diff --git a/academic/rpy2/rpy2.SlackBuild b/academic/rpy2/rpy2.SlackBuild index d3ee5a2f4e..48626b3b7f 100644 --- a/academic/rpy2/rpy2.SlackBuild +++ b/academic/rpy2/rpy2.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rpy2 -VERSION=${VERSION:-3.3.1} +VERSION=${VERSION:-3.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/academic/rpy2/rpy2.info b/academic/rpy2/rpy2.info index 2f85d61c0d..21554870f7 100644 --- a/academic/rpy2/rpy2.info +++ b/academic/rpy2/rpy2.info @@ -1,10 +1,10 @@ PRGNAM="rpy2" -VERSION="3.3.1" +VERSION="3.3.3" HOMEPAGE="https://rpy2.github.io/" -DOWNLOAD="https://pypi.python.org/packages/source/r/rpy2/rpy2-3.3.1.tar.gz" -MD5SUM="5ff6f3049d5c9d5a23266e27300d0ca0" +DOWNLOAD="https://pypi.python.org/packages/source/r/rpy2/rpy2-3.3.3.tar.gz" +MD5SUM="fa5d404fcdb7571174ba1125fc81fe6a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="R cffi Jinja2 pytest tzlocal" +REQUIRES="R cffi Jinja2 python3-pytest tzlocal" MAINTAINER="Rob van Nues" EMAIL="sborg63@disroot.org" diff --git a/academic/rpy2/slack-desc b/academic/rpy2/slack-desc index 10acc33e06..4b6f260ede 100644 --- a/academic/rpy2/slack-desc +++ b/academic/rpy2/slack-desc @@ -10,10 +10,10 @@ rpy2: rpy2 (R in Python) rpy2: rpy2: rpy2 is an interface to R running embedded in a Python process. rpy2: The project is mature, stable, documented, and widely used -rpy2: -rpy2: It is also providing features for when working +rpy2: +rpy2: It is also providing features for when working rpy2: with jupyter notebooks or ipython. rpy2: rpy2: home:https://rpy2.github.io/ rpy2: https://rpy2.github.io/doc/latest/html/index.html -rpy2:
\ No newline at end of file +rpy2: |