From cc9bc3b218febc2fce722b525ca9c49a064b6ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Thu, 6 Feb 2025 15:34:20 -0300 Subject: [PATCH] python3-pyproject-api: update to 1.9.0. --- srcpkgs/python3-pyproject-api/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-pyproject-api/template b/srcpkgs/python3-pyproject-api/template index 5a21da2f98c..12694318209 100644 --- a/srcpkgs/python3-pyproject-api/template +++ b/srcpkgs/python3-pyproject-api/template @@ -1,10 +1,8 @@ # Template file for 'python3-pyproject-api' pkgname=python3-pyproject-api -version=1.8.0 -revision=2 +version=1.9.0 +revision=1 build_style=python3-pep517 -# failing test, see: https://github.com/tox-dev/pyproject-api/issues/153 -make_check_args="--deselect tests/test_frontend_setuptools.py::test_setuptools_prepare_metadata_for_build_wheel" hostmakedepends="hatchling hatch-vcs" depends="python3-packaging" checkdepends="python3-pytest python3-pytest-mock python3-wheel" @@ -12,9 +10,9 @@ short_desc="API to interact with the python pyproject.toml based projects" maintainer="Gonzalo TornarĂ­a " license="MIT" homepage="https://github.com/tox-dev/pyproject-api" -changelog="https://raw.githubusercontent.com/tox-dev/pyproject-api/main/docs/changelog.rst" +changelog="https://github.com/tox-dev/pyproject-api/releases" distfiles="${PYPI_SITE}/p/pyproject-api/pyproject_api-${version}.tar.gz" -checksum=77b8049f2feb5d33eefcc21b57f1e279636277a8ac8ad6b5871037b243778496 +checksum=7e8a9854b2dfb49454fae421cb86af43efbb2b2454e5646ffb7623540321ae6e if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then # this test fails on CI