mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-BTrees: Updated for version 5.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cce089dfbd
commit
cee69add52
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-BTrees
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-5.1}
|
||||
VERSION=${VERSION:-5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-BTrees"
|
||||
VERSION="5.1"
|
||||
VERSION="5.2"
|
||||
HOMEPAGE="https://github.com/zopefoundation/BTrees"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/B/BTrees/BTrees-5.1.tar.gz"
|
||||
MD5SUM="e3e9d41f32646156f488e1d42195466d"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/B/BTrees/BTrees-5.2.tar.gz"
|
||||
MD5SUM="71b67855d9ed0ac416f62218ec9333da"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-persistent"
|
||||
|
|
Loading…
Reference in a new issue