summaryrefslogtreecommitdiffstats
path: root/python/functools-lru-cache
diff options
context:
space:
mode:
Diffstat (limited to 'python/functools-lru-cache')
-rw-r--r--python/functools-lru-cache/README2
-rw-r--r--python/functools-lru-cache/functools-lru-cache.SlackBuild4
-rw-r--r--python/functools-lru-cache/functools-lru-cache.info8
3 files changed, 8 insertions, 6 deletions
diff --git a/python/functools-lru-cache/README b/python/functools-lru-cache/README
index 037d48ee75..4137d3181e 100644
--- a/python/functools-lru-cache/README
+++ b/python/functools-lru-cache/README
@@ -1,2 +1,4 @@
This is a backport of functools.lru_cache from Python 3.3 as published
at ActiveState.
+
+NOTE: python-toml is a build-time requirement only.
diff --git a/python/functools-lru-cache/functools-lru-cache.SlackBuild b/python/functools-lru-cache/functools-lru-cache.SlackBuild
index 097fbb90c3..2d1ae80fba 100644
--- a/python/functools-lru-cache/functools-lru-cache.SlackBuild
+++ b/python/functools-lru-cache/functools-lru-cache.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for functools-lru-cache
-# Copyright 2017-2018 Serban Udrea <s.udrea@gsi.de>
+# Copyright 2017-2022 Serban Udrea <s.udrea@gsi.de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=functools-lru-cache
SRCNAM="backports.functools_lru_cache"
-VERSION=${VERSION:-1.5}
+VERSION=${VERSION:-1.6.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/functools-lru-cache/functools-lru-cache.info b/python/functools-lru-cache/functools-lru-cache.info
index ed63a0def7..afaf833561 100644
--- a/python/functools-lru-cache/functools-lru-cache.info
+++ b/python/functools-lru-cache/functools-lru-cache.info
@@ -1,10 +1,10 @@
PRGNAM="functools-lru-cache"
-VERSION="1.5"
+VERSION="1.6.4"
HOMEPAGE="https://github.com/jaraco/backports.functools_lru_cache"
-DOWNLOAD="https://files.pythonhosted.org/packages/57/d4/156eb5fbb08d2e85ab0a632e2bebdad355798dece07d4752f66a8d02d1ea/backports.functools_lru_cache-1.5.tar.gz"
-MD5SUM="20f53f54cd3f04b3346ce75a54959754"
+DOWNLOAD="https://files.pythonhosted.org/packages/95/9f/122a41912932c77d5b8e6cab6bd456e6270211a3ed7248a80c235179a012/backports.functools_lru_cache-1.6.4.tar.gz"
+MD5SUM="8fed424f30bf9554235aa02997b7574c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python2-setuptools-scm"
+REQUIRES="python2-setuptools-scm python2-toml"
MAINTAINER="Serban Udrea"
EMAIL="S.Udrea@gsi.de"