aboutsummaryrefslogtreecommitdiff
path: root/python/python3-klepto
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2024-02-16 21:54:24 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-16 21:58:01 +0700
commit7bb10a46ed800290b8ee9032ac631ebf91597fcb (patch)
tree8f03d1543909b220e52916348d081c7f6f3166aa /python/python3-klepto
parent45eccb7b36c927ab73f0e5f1e00712fbcdf02941 (diff)
python/python3-klepto: Updated for version 0.2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-klepto')
-rw-r--r--python/python3-klepto/README9
-rw-r--r--python/python3-klepto/python3-klepto.SlackBuild4
-rw-r--r--python/python3-klepto/python3-klepto.info6
3 files changed, 14 insertions, 5 deletions
diff --git a/python/python3-klepto/README b/python/python3-klepto/README
index b913a58d6d..ae7ad5c22e 100644
--- a/python/python3-klepto/README
+++ b/python/python3-klepto/README
@@ -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
+
diff --git a/python/python3-klepto/python3-klepto.SlackBuild b/python/python3-klepto/python3-klepto.SlackBuild
index 56dce1dc24..f880fab07f 100644
--- a/python/python3-klepto/python3-klepto.SlackBuild
+++ b/python/python3-klepto/python3-klepto.SlackBuild
@@ -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}
diff --git a/python/python3-klepto/python3-klepto.info b/python/python3-klepto/python3-klepto.info
index d2922dd43b..4e7fea67ca 100644
--- a/python/python3-klepto/python3-klepto.info
+++ b/python/python3-klepto/python3-klepto.info
@@ -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"