python/functools-lru-cache: Updated for version 1.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Serban Udrea 2018-10-30 22:13:55 +07:00 committed by Willy Sudiarto Raharjo
parent 94996ebf39
commit ec11ed50fc
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for functools-lru-cache
# Copyright 2017 Serban Udrea <s.udrea@gsi.de>
# Copyright 2017-2018 Serban Udrea <s.udrea@gsi.de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=functools-lru-cache
SRCNAM="backports.functools_lru_cache"
VERSION=${VERSION:-1.3}
VERSION=${VERSION:-1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="functools-lru-cache"
VERSION="1.3"
HOMEPAGE="http://code.activestate.com/recipes/578078/"
DOWNLOAD="https://pypi.python.org/packages/00/9c/70c865c629d406531d05f46a5c5f68874f186bcc0424ed3bd7cbe54bfe7d/backports.functools_lru_cache-1.3.tar.gz"
MD5SUM="b26a223250bd24ea2e0ad6ce47b19084"
VERSION="1.5"
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_x86_64=""
MD5SUM_x86_64=""
REQUIRES="setuptools-scm"