dev-python/pyproject-api: Bump to 1.9.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-01-22 07:35:20 +01:00
parent 14cc37de06
commit 9fbd67fe07
2 changed files with 37 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST pyproject_api-1.8.0.tar.gz 22340 BLAKE2B 7087b04045870ab6ec62dbd93ca59fbab6a9200f1eb20140ac28355b6f88a719961949f06c1cb888b4ef2d9ad61c2f533cf4e361c64e34c04faf6d0db7762090 SHA512 9a598179cb31694c862a91040c453d767ecbddd7aed4156f044d6684316294e962bdaaff646cd8c9cf15af204efc9a03dbc781058610c334c7ea2f2df54f1883
DIST pyproject_api-1.9.0.tar.gz 22714 BLAKE2B 743cc09d3a805779940877d3487b7033aeb5e076eb4395f4c2e3c5c062f17b32753e0f94d22609ec8a8e0e54ddedd3f0fcaaf934ec4fabf9f79400d6a3c8c18b SHA512 44822d5433115a353c71ca18a97d33198e0d5c1da80f710abc897fa1f07b5c031a469ec4d1abeeee6e62d5745b5a2e94f79abb4d7318765b1b4fc944b9859d18

View File

@@ -0,0 +1,36 @@
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION="API to interact with the python pyproject.toml based projects"
HOMEPAGE="
https://github.com/tox-dev/pyproject-api/
https://pypi.org/project/pyproject-api/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="
>=dev-python/packaging-24.2[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=dev-python/tomli-2.2.1[${PYTHON_USEDEP}]
' 3.{9..10})
"
BDEPEND="
>=dev-python/hatch-vcs-0.3.0[${PYTHON_USEDEP}]
test? (
>=dev-python/pytest-mock-3.11.1[${PYTHON_USEDEP}]
>=dev-python/setuptools-70.1.0[${PYTHON_USEDEP}]
>=dev-python/wheel-0.40.2[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest