academic/rpy2: Upgrade to version 3.5.16

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
brobr 2024-04-15 00:23:27 +01:00 committed by Willy Sudiarto Raharjo
parent 0c40953ed7
commit d86c9ca3a7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"