Browse Source
academic/rpy2: upgrade to version 3.6.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/326/head
brobr
1 month ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
6 additions and
6 deletions
-
academic/rpy2/rpy2.SlackBuild
-
academic/rpy2/rpy2.info
-
academic/rpy2/slack-desc
|
|
@ -24,7 +24,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=rpy2 |
|
|
|
VERSION=${VERSION:-3.5.17} |
|
|
|
VERSION=${VERSION:-3.6.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="rpy2" |
|
|
|
VERSION="3.5.17" |
|
|
|
VERSION="3.6.2" |
|
|
|
HOMEPAGE="https://rpy2.github.io/" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/r/rpy2/rpy2-3.5.17.tar.gz" |
|
|
|
MD5SUM="47b2e76ac5f1cc1572b6b7087cdd92b3" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/r/rpy2/rpy2-3.6.2.tar.gz" |
|
|
|
MD5SUM="b7a144fdae52638c7dd792205922f576" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="R cffi python3-pytest tzlocal python3-setuptools-scm-opt" |
|
|
|
|
|
@ -11,8 +11,8 @@ 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: with jupyter notebooks or ipython. |
|
|
|
rpy2: rpy2 also provides features for when working with jupyter |
|
|
|
rpy2: notebooks or ipython. |
|
|
|
rpy2: |
|
|
|
rpy2: home:https://rpy2.github.io/ |
|
|
|
rpy2: https://rpy2.github.io/doc/latest/html/index.html |
|
|
|