mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/rpy2: Upgrade to version 3.5.16
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0c40953ed7
commit
d86c9ca3a7
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=rpy2
|
||||
VERSION=${VERSION:-3.5.15}
|
||||
VERSION=${VERSION:-3.5.16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rpy2"
|
||||
VERSION="3.5.15"
|
||||
VERSION="3.5.16"
|
||||
HOMEPAGE="https://rpy2.github.io/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/r/rpy2/rpy2-3.5.15.tar.gz"
|
||||
MD5SUM="52603aa2bfefc5101a18f3484fd95a96"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/r/rpy2/rpy2-3.5.16.tar.gz"
|
||||
MD5SUM="be5385a5547673f5b1b64e245dcd7f13"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="R cffi python3-pytest tzlocal python3-setuptools-scm-opt"
|
||||
|
|
Loading…
Reference in a new issue