mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/python3-rpyc: Updated for version 5.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b03c4fc050
commit
c76efc1dfc
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-rpyc
|
||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||
VERSION=${VERSION:-5.2.3}
|
||||
VERSION=${VERSION:-5.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-rpyc"
|
||||
VERSION="5.2.3"
|
||||
VERSION="5.3.0"
|
||||
HOMEPAGE="http://rpyc.readthedocs.org/en/latest/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rpyc/rpyc-5.2.3.tar.gz"
|
||||
MD5SUM="45f3952c961ef378a33c8755d190bb9d"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rpyc/rpyc-5.3.0.tar.gz"
|
||||
MD5SUM="e3e4fd3cbcc4de34bdc58352d2a95e4d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-build python3-installer python3-hatchling python3-plumbum"
|
||||
|
|
Loading…
Reference in a new issue