Browse Source
python/python3-persistent: updated for version 6.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/227/head
Arn0
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-persistent/python3-persistent.SlackBuild
-
python/python3-persistent/python3-persistent.info
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-persistent |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-5.2} |
|
|
|
VERSION=${VERSION:-6.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-persistent" |
|
|
|
VERSION="5.2" |
|
|
|
VERSION="6.0" |
|
|
|
HOMEPAGE="https://github.com/zopefoundation/persistent/" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/p/persistent/persistent-5.2.tar.gz" |
|
|
|
MD5SUM="c220001a706fa6d595ac39c444fb7134" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/p/persistent/persistent-6.0.tar.gz" |
|
|
|
MD5SUM="c27ab3ab8cbce3cafa25759a747000b6" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="zope.interface" |
|
|
|