commit:     780c6d76f23574738bb000cc056aeebc9a4c683c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  5 06:45:52 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr  5 07:11:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780c6d76

dev-python/mkdocstrings-python: Bump to 1.16.10

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

 dev-python/mkdocstrings-python/Manifest            |  1 +
 .../mkdocstrings-python-1.16.10.ebuild             | 51 ++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/mkdocstrings-python/Manifest 
b/dev-python/mkdocstrings-python/Manifest
index f4c485c84eb7..71e2fc0265eb 100644
--- a/dev-python/mkdocstrings-python/Manifest
+++ b/dev-python/mkdocstrings-python/Manifest
@@ -1,2 +1,3 @@
+DIST mkdocstrings_python-1.16.10.tar.gz 205771 BLAKE2B 
3eca060176ea85e0191ad618ebf274e741a740ebf0da2d1c3b0ef6bcca4129a8f6486fda940ee161cea54f167a26122b55cb1105359dea17508a9c02e4dec638
 SHA512 
761a616654b3986feaeaa75e3faf5d6cc19786f740086c5c654444679be54fba4ad1a85d227a51e9798030cef889009a4f51d9461ea00c7ffb0e87fba8e1047c
 DIST mkdocstrings_python-1.16.7.tar.gz 1475398 BLAKE2B 
cf51f5f97c2b132869d44bb74e22fbf2b4942156a8ed9469eaeeb4beb747af60cfa39dce5a5054737b16f2d65679f17771a29a65eb8b9d23530cea6a03275876
 SHA512 
d0a4332487c68ed14402397baf03499995dac4d8b74109105409a76034eb88467d94670e615a5846841b074c9ad7acfb1b9240159fc05ca04b9118b00313c506
 DIST mkdocstrings_python-1.16.8.tar.gz 205119 BLAKE2B 
a479d957d4e3147ed8ff47fd52745ebf721a84089842c07efc010d785cd791bd55fb98327ea8ce46b8be084a6cd8cad19b2c1d59efc9fd651330513aa72cb41c
 SHA512 
c4a6f7b503812d3567b0c98f2369cb11e183d1195cdc2433d91ae979d2216fbaf3f2887c7577d02f73e5eaa8bfd6eff664c10e2c5a47d0e6d1c5676b0ce057f2

diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-1.16.10.ebuild 
b/dev-python/mkdocstrings-python/mkdocstrings-python-1.16.10.ebuild
new file mode 100644
index 000000000000..5e65ff81b1c2
--- /dev/null
+++ b/dev-python/mkdocstrings-python/mkdocstrings-python-1.16.10.ebuild
@@ -0,0 +1,51 @@
+# 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 pypy3_11 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python handler for dev-python/mkdocstrings"
+HOMEPAGE="
+       https://mkdocstrings.github.io/python/
+       https://github.com/mkdocstrings/python/
+       https://pypi.org/project/mkdocstrings-python/
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+       >=dev-python/griffe-1.6.2[${PYTHON_USEDEP}]
+       >=dev-python/mkdocstrings-0.28.3[${PYTHON_USEDEP}]
+       >=dev-python/mkdocs-autorefs-1.4[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+       ' 3.10)
+"
+BDEPEND="
+       test? (
+               >=dev-python/beautifulsoup4-4.12.3[${PYTHON_USEDEP}]
+               >=dev-python/inline-snapshot-0.18[${PYTHON_USEDEP}]
+               dev-python/mkdocs-material[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+python_test() {
+       local EPYTEST_DESELECT=(
+               # "None" meaning particular formatter not installed
+               "tests/test_rendering.py::test_format_code[None-print('Hello')]"
+               "tests/test_rendering.py::test_format_code[None-aaaaa(bbbbb, 
ccccc=1) + ddddd.eeeee[ffff] or {ggggg: hhhhh, iiiii: jjjjj}]"
+       )
+
+       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+       epytest -p inline_snapshot
+}

Reply via email to