dev-python/griffe: Bump to 1.10.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-08-07 04:17:19 +02:00
parent cd6231c413
commit b2b14ee51c
2 changed files with 47 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST griffe-1.10.0.gh.tar.gz 413051 BLAKE2B 261cfa96f1dd2e2157ff2ddedab50d4df500a05bb801a5f59da74279b6858a6c478933063ac0515892d9fae7298cb6a24d51479f722e9825b018b9fba0b50cc4 SHA512 ee7fc9aff2f0bfee6f8fbc07e2b6374a546ef9194c59c1d720d5930707dc6ae771c30119fd95345e3a93457bf8ce29155237eb6b5482fbc56f39a219b2dad948
DIST griffe-1.9.0.gh.tar.gz 412784 BLAKE2B 87b6797a28f1aca869374357ab36d551a3f6470f702ec678170966181354b2af259c59054ab6d46cb19ba59e77558eae36654e40abba6d89bbcc9e6a38b0ab4f SHA512 1267caae4824de07e36fb900d962af8b72b79571f88a9acc80622a063de8ed4a01e8a6aed178bda27d929108ff2f7335c2c05007288c4e006b21fd30829e6a34

View File

@@ -0,0 +1,46 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=pdm-backend
PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
inherit distutils-r1
DESCRIPTION="Signature generator for Python programs"
HOMEPAGE="
https://mkdocstrings.github.io/griffe/
https://github.com/mkdocstrings/griffe/
https://pypi.org/project/griffe/
"
# Tests need files absent from the PyPI tarballs
SRC_URI="
https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~riscv"
RDEPEND="
>=dev-python/colorama-0.4[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
>=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
>=dev-python/mkdocstrings-0.28.0[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=( pytest-xdist )
distutils_enable_tests pytest
EPYTEST_DESELECT=(
# fragile to installed packages
# (failed on PySide2 for me)
tests/test_stdlib.py::test_fuzzing_on_stdlib
)
export PDM_BUILD_SCM_VERSION=${PV}