mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/python3-jaraco.functools: Updated for version 3.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eba03a39b3
commit
edf7ab3a4e
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-jaraco.functools
|
||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||
VERSION=${VERSION:-3.5.1}
|
||||
VERSION=${VERSION:-3.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-jaraco.functools"
|
||||
VERSION="3.5.1"
|
||||
VERSION="3.5.2"
|
||||
HOMEPAGE="https://github.com/jaraco/jaraco.functools"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-3.5.1.tar.gz"
|
||||
MD5SUM="bc956f774d9c6fe097d611326a6f6380"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-3.5.2.tar.gz"
|
||||
MD5SUM="f25708d7f38b9264459046fcc0afc8c1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-more-itertools wheel"
|
||||
|
|
Loading…
Reference in a new issue