diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-03-15 00:56:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-15 20:33:05 +0700 |
commit | 3970c7f31756b7e05debbcd1dc0018ee6baf9632 (patch) | |
tree | 84356cb7602f73fe3c88ddfba3d86e20aa2b18ea | |
parent | c89b2b6a896c9d74dfed315d9c576541386d14e6 (diff) |
python/python3-pytest: Version bump to 8.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-pytest/python3-pytest.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-pytest/python3-pytest.info | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/python/python3-pytest/python3-pytest.SlackBuild b/python/python3-pytest/python3-pytest.SlackBuild index 6e839c951e8fe..325292f333942 100644 --- a/python/python3-pytest/python3-pytest.SlackBuild +++ b/python/python3-pytest/python3-pytest.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pytest SRCNAM=pytest -VERSION=${VERSION:-8.0.2} +VERSION=${VERSION:-8.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -66,6 +66,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Use newer setuptools +export PYTHONPATH=/opt/python3.9/site-packages/ + python3 -m build --wheel --no-isolation python3 -m installer --destdir "$PKG" dist/*.whl diff --git a/python/python3-pytest/python3-pytest.info b/python/python3-pytest/python3-pytest.info index 0ad3f4fe31947..0bc46e97b80cf 100644 --- a/python/python3-pytest/python3-pytest.info +++ b/python/python3-pytest/python3-pytest.info @@ -1,10 +1,10 @@ PRGNAM="python3-pytest" -VERSION="8.0.2" +VERSION="8.1.1" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-8.0.2.tar.gz" -MD5SUM="aa08181a45260e3baa3039149f463da6" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-8.1.1.tar.gz" +MD5SUM="6a85eccffeb0fa15c104f408d82ce7fa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-iniconfig python3-exceptiongroup" +REQUIRES="python3-iniconfig python3-exceptiongroup python3-setuptools-opt" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |