python/python3-more-itertools: Updated for version 10.1.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-08-31 10:09:17 -06:00 committed by Willy Sudiarto Raharjo
parent 714ce89dea
commit 657eb24a72
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View File

@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-more-itertools
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-9.1.0}
VERSION=${VERSION:-10.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -60,6 +60,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""

View File

@ -1,8 +1,8 @@
PRGNAM="python3-more-itertools"
VERSION="9.1.0"
VERSION="10.1.0"
HOMEPAGE="https://github.com/erikrose/more-itertools"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-9.1.0.tar.gz"
MD5SUM="5361460cc76a8f4a84e402d3a5d47ade"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-10.1.0.tar.gz"
MD5SUM="3651461253e7d206073affb491b5c6e0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build"