mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-tox: Version bump to 4.20.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d039970fee
commit
995139aaa6
2 changed files with 7 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-tox
|
||||
VERSION=${VERSION:-4.18.0}
|
||||
VERSION=${VERSION:-4.20.0}
|
||||
SRCNAM=${SRCNAM:-tox}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -70,6 +70,9 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=$VERSION
|
|||
sed -i 's|=5\.2|=4\.0\.0|' pyproject.toml # chardet
|
||||
sed -i 's|=2\.0\.1|=1\.2\.2|' pyproject.toml # tomli
|
||||
|
||||
# Hide warning for packaging>=24 since it resides in /opt/
|
||||
sed -i 's|.*packaging.*||' pyproject.toml
|
||||
|
||||
python3 -m build --wheel --no-isolation
|
||||
python3 -m installer --destdir=$PKG dist/*.whl
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-tox"
|
||||
VERSION="4.18.0"
|
||||
VERSION="4.20.0"
|
||||
HOMEPAGE="https://tox.wiki/"
|
||||
DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.18.0/tox-4.18.0.tar.gz"
|
||||
MD5SUM="e682a8c6279d770f2907443ec51f9940"
|
||||
DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.20.0/tox-4.20.0.tar.gz"
|
||||
MD5SUM="3787ff4ee95ced9d7003160d2258823b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-cachetools colorama python3-pyproject-api python3-virtualenv"
|
||||
|
|
Loading…
Reference in a new issue