summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author brobr2023-04-13 18:32:54 +0200
committer Willy Sudiarto Raharjo2023-04-15 02:15:38 +0200
commit2ebab2060df59b573d79309570167d2d8c14bc99 (patch)
tree815468cead641e20119f8cb990be28f09607076c
parent8cd2bab738237a97ac0de468054bf77e32605242 (diff)
downloadslackbuilds-2ebab2060df59b573d79309570167d2d8c14bc99.tar.gz
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>
-rw-r--r--academic/rpy2/README4
-rw-r--r--academic/rpy2/rpy2.SlackBuild4
-rw-r--r--academic/rpy2/rpy2.info6
3 files changed, 8 insertions, 6 deletions
diff --git a/academic/rpy2/README b/academic/rpy2/README
index 702373878f..3685736766 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 528bc48c78..db95d13246 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 2a11c01f97..6aadb2e8f2 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"