Browse Source
python/python3-more-itertools: Updated for version 10.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/326/head
fourtysixandtwo
1 month 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-more-itertools/python3-more-itertools.SlackBuild
-
python/python3-more-itertools/python3-more-itertools.info
|
|
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-more-itertools |
|
|
|
SRCNAM=more_itertools |
|
|
|
VERSION=${VERSION:-10.7.0} |
|
|
|
VERSION=${VERSION:-10.8.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-more-itertools" |
|
|
|
VERSION="10.7.0" |
|
|
|
VERSION="10.8.0" |
|
|
|
HOMEPAGE="https://github.com/erikrose/more-itertools" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/more_itertools/more_itertools-10.7.0.tar.gz" |
|
|
|
MD5SUM="62eb0a088624e979ae594a2de094ca1c" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/more_itertools/more_itertools-10.8.0.tar.gz" |
|
|
|
MD5SUM="05fc46d7baf167d89c82a383c9f0c2fa" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-build" |
|
|
|