Browse Source
python/python3-jaraco.functools: Updated for version 4.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/249/head
fourtysixandtwo
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
-
python/python3-jaraco.functools/python3-jaraco.functools.info
|
|
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-jaraco.functools |
|
|
|
SRCNAM=jaraco_functools |
|
|
|
VERSION=${VERSION:-4.0.1} |
|
|
|
VERSION=${VERSION:-4.1.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-jaraco.functools" |
|
|
|
VERSION="4.0.1" |
|
|
|
VERSION="4.1.0" |
|
|
|
HOMEPAGE="https://github.com/jaraco/jaraco.functools" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco_functools/jaraco_functools-4.0.1.tar.gz" |
|
|
|
MD5SUM="7bc3fe47d508077b0ddbc32f84dc1374" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco_functools/jaraco_functools-4.1.0.tar.gz" |
|
|
|
MD5SUM="b8a8d165da986efa1966abd91c45348e" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-setuptools-opt python3-typing-extensions python3-more-itertools python3-wheel" |
|
|
|