python/python3-ZODB: updated for version 6.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
837ab1fed2
commit
286bc69df6
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=python3-ZODB
|
PRGNAM=python3-ZODB
|
||||||
SRCNAM=${PRGNAM#python3-*}
|
SRCNAM=${PRGNAM#python3-*}
|
||||||
VERSION=${VERSION:-5.8.1}
|
VERSION=${VERSION:-6.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python3-ZODB"
|
PRGNAM="python3-ZODB"
|
||||||
VERSION="5.8.1"
|
VERSION="6.0"
|
||||||
HOMEPAGE="http://www.zodb.org"
|
HOMEPAGE="http://www.zodb.org"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/Z/ZODB/ZODB-5.8.1.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/Z/ZODB/ZODB-6.0.tar.gz"
|
||||||
MD5SUM="3d95891e2993d81d4d5b0358c5ce72cb"
|
MD5SUM="93c060a9e7367ede5fb8a9f3442dbefc"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3-BTrees python3-transaction python3-zc.lockfile python3-ZConfig python3-zodbpickle"
|
REQUIRES="python3-BTrees python3-transaction python3-zc.lockfile python3-ZConfig python3-zodbpickle"
|
||||||
|
|
Loading…
Reference in New Issue