python/functools-lru-cache: Updated for version 1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
94996ebf39
commit
ec11ed50fc
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue