mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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>
This commit is contained in:
parent
492bf89a6e
commit
ce75e7d2cc
4 changed files with 10 additions and 9 deletions
|
@ -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
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
rpy2:
|
||||
|
|
Loading…
Reference in a new issue