commit:     003829f14e266a54031404b2286ef74ff5cf29ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  6 06:30:31 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep  6 07:00:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003829f1

dev-python/griffe: Bump to 1.14.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/griffe/Manifest             |  1 +
 dev-python/griffe/griffe-1.14.0.ebuild | 46 ++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index fa09881e6294..b13642df768f 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1 +1,2 @@
 DIST griffe-1.13.0.gh.tar.gz 415295 BLAKE2B 
7aa996ec7edf516cb402f1d3b2619bccd056876a65d325ca636870e657c82ca5a415b42b797f382f135289fc75e83a0efb9c1543bdc01e3333c9256e5b2dc4c5
 SHA512 
e0636eb3103ba40e09e244db30e56197dd954e097d86a6d09c61287242b25e896e16bcc6b4f63309717c51e30f2ae4fd1c4919e9d3341bb5e3160f7ae2f90303
+DIST griffe-1.14.0.gh.tar.gz 427024 BLAKE2B 
c28f692830e2ecaa64c6dcb94e9d4f72a68612894f7cde903a8952b6979e361dc21f7f95b92fafe7d918a252681c7ebfa53b29ce0620df2a24a6a8aa87a29669
 SHA512 
e293bbe788de84365add1674faf03ad9815241802ec358b218d1b14fb613b735d42e05531404bacf21aa14bd43e10e548933c7b13af188c3e88af488781a3f19

diff --git a/dev-python/griffe/griffe-1.14.0.ebuild 
b/dev-python/griffe/griffe-1.14.0.ebuild
new file mode 100644
index 000000000000..4accfcc3270d
--- /dev/null
+++ b/dev-python/griffe/griffe-1.14.0.ebuild
@@ -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=()
+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}

Reply via email to