mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-klepto: Updated for version 0.2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
45eccb7b36
commit
7bb10a46ed
3 changed files with 14 additions and 5 deletions
|
@ -21,3 +21,12 @@ different threads and processes. klepto enables a user to
|
|||
decorate a function, save the results to a file or database
|
||||
archive, close the interpreter, start a new session, and
|
||||
reload the function and it’s cache.
|
||||
|
||||
optional requirements:
|
||||
|
||||
h5py, >=2.8.0
|
||||
pandas, >=0.17.0
|
||||
sqlalchemy, >=1.4.0
|
||||
jsonpickle, >=0.9.6
|
||||
cloudpickle, >=0.5.2
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python3-klepto
|
||||
|
||||
# Copyright 2023 Vijay Marcel
|
||||
# Copyright 2023-2024 Vijay Marcel
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-klepto
|
||||
VERSION=${VERSION:-0.2.4}
|
||||
VERSION=${VERSION:-0.2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-klepto"
|
||||
VERSION="0.2.4"
|
||||
VERSION="0.2.5"
|
||||
HOMEPAGE="https://github.com/uqfoundation/klepto"
|
||||
DOWNLOAD="https://pypi.io/packages/source/k/klepto/klepto-0.2.4.tar.gz"
|
||||
MD5SUM="6807d390003a5788b2959808d1eb7886"
|
||||
DOWNLOAD="https://pypi.io/packages/source/k/klepto/klepto-0.2.5.tar.gz"
|
||||
MD5SUM="6285577756a298c1c844d9530bec1227"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-dill python3-pox"
|
||||
|
|
Loading…
Reference in a new issue