From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocstrings-python/
Date: Fri, 29 Aug 2025 05:27:38 +0000 (UTC) [thread overview]
Message-ID: <1756445179.2c7641d0fe59787c53ab723411350cb2949804c0.mgorny@gentoo> (raw)
commit: 2c7641d0fe59787c53ab723411350cb2949804c0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 29 05:24:54 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 29 05:26:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7641d0
dev-python/mkdocstrings-python: Bump to 1.18.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mkdocstrings-python/Manifest | 1 +
.../mkdocstrings-python-1.18.2.ebuild | 44 ++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-python/mkdocstrings-python/Manifest b/dev-python/mkdocstrings-python/Manifest
index 8e064390a4f3..e0041585fcbd 100644
--- a/dev-python/mkdocstrings-python/Manifest
+++ b/dev-python/mkdocstrings-python/Manifest
@@ -1,2 +1,3 @@
DIST mkdocstrings_python-1.17.0.tar.gz 200408 BLAKE2B 102bf167ab9084cda346e165dcd897a2e8494c6c562dfa343cedd48ad8c7f12990eb90916a88d25d5cf0c588e822ce940b2a56c8913084fb01312f45b2facc38 SHA512 469bf8928878badbacaac015e850a97fbab5d8793894634f18d76ad1db197add93ab1ac3cfdedf2bf9b2622f46cfcfc2155e660dd8b69744345388eb154c9b7f
DIST mkdocstrings_python-1.18.0.tar.gz 207601 BLAKE2B 677b26e09d592c8a9e64037aca1a3afe9fba2406d7589cea9b40b763fa68590e3bf8b4b7172faa966fa37c62d8372eb762841c1747533a4c9f3b272d1d5bae2e SHA512 959d65f87c6e0553f83eaa73a1f325c900c50150732714305a55048c80e2098a5a254bafed198f6a7fc8a9a07461acd7cc3ee4a8349703341f4905eac7f0df76
+DIST mkdocstrings_python-1.18.2.tar.gz 207972 BLAKE2B e21cdf71a70a3de873b1934e8a2a6631fe8ee36d5f7c31bf9ced40fff8518ec6940512703db765247d0391f6c0c84db82fd8b11a8ccce64134f6ef51cd76d21e SHA512 7e1e09fd4568c83960266034b9ccc0cbd7e7e2b722e448b3d922873b8c6581bc12fab79647bce4134d4065bae0d68d74e79b3c0b26e5782e6d1f09cd5e7a7d8a
diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-1.18.2.ebuild b/dev-python/mkdocstrings-python/mkdocstrings-python-1.18.2.ebuild
new file mode 100644
index 000000000000..e9ee671af879
--- /dev/null
+++ b/dev-python/mkdocstrings-python/mkdocstrings-python-1.18.2.ebuild
@@ -0,0 +1,44 @@
+# 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 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.13[${PYTHON_USEDEP}]
+ >=dev-python/mkdocstrings-0.30[${PYTHON_USEDEP}]
+ >=dev-python/mkdocs-autorefs-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/beautifulsoup4-4.12.3[${PYTHON_USEDEP}]
+ dev-python/mkdocs-material[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=( inline-snapshot )
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+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}]"
+)
next reply other threads:[~2025-08-29 5:28 UTC|newest]
Thread overview: 87+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-29 5:27 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-27 2:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocstrings-python/ Michał Górny
2025-08-27 2:44 Michał Górny
2025-08-15 3:30 Michał Górny
2025-08-15 3:30 Michał Górny
2025-06-04 2:07 Michał Górny
2025-05-25 3:22 Michał Górny
2025-04-05 7:13 Michał Górny
2025-03-25 5:33 Michał Górny
2025-03-21 4:12 Michał Górny
2025-03-20 18:17 Arthur Zamarin
2025-03-19 7:32 Michał Górny
2025-03-19 7:32 Michał Górny
2025-03-11 8:47 Michał Górny
2025-03-09 3:35 Michał Górny
2025-03-09 3:35 Michał Górny
2025-02-25 8:14 Michał Górny
2025-02-25 7:51 Michał Górny
2025-02-25 7:51 Michał Górny
2025-02-19 7:56 Michał Górny
2025-02-18 7:36 Michał Górny
2025-02-18 7:36 Michał Górny
2025-02-12 4:16 Michał Górny
2025-02-12 4:16 Michał Górny
2025-02-12 4:16 Michał Górny
2025-02-08 7:12 Michał Górny
2025-02-08 7:12 Michał Górny
2025-02-06 4:10 Michał Górny
2025-02-05 8:06 Michał Górny
2025-02-04 4:28 Michał Górny
2025-02-04 4:28 Michał Górny
2024-12-27 5:24 Michał Górny
2024-12-27 5:24 Michał Górny
2024-10-20 3:11 Michał Górny
2024-10-15 7:00 Michał Górny
2024-10-15 7:00 Michał Górny
2024-10-13 3:10 Michał Górny
2024-09-04 11:57 Michał Górny
2024-08-31 6:55 Michał Górny
2024-08-31 6:55 Michał Górny
2024-08-16 18:51 Arthur Zamarin
2024-08-15 3:47 Michał Górny
2024-07-26 1:57 Michał Górny
2024-07-06 18:09 Michał Górny
2024-07-06 18:09 Michał Górny
2024-06-28 11:38 Michał Górny
2024-06-20 4:45 Michał Górny
2024-06-19 4:36 Michał Górny
2024-06-17 2:52 Michał Górny
2024-05-23 2:11 Michał Górny
2024-05-16 3:42 Michał Górny
2024-05-15 2:08 Michał Górny
2024-05-15 2:08 Michał Górny
2024-04-20 5:40 Michał Górny
2024-04-20 5:40 Michał Górny
2024-04-03 5:31 Michał Górny
2024-03-14 4:22 Michał Górny
2024-01-09 6:54 Michał Górny
2023-12-30 18:30 Michał Górny
2023-11-23 20:33 Michał Górny
2023-11-22 15:01 Andrew Ammerlaan
2023-11-22 12:43 Andrew Ammerlaan
2023-11-21 19:05 Michał Górny
2023-11-12 19:20 Michał Górny
2023-11-12 19:20 Michał Górny
2023-10-09 13:59 Michał Górny
2023-10-05 13:56 Michał Górny
2023-09-28 17:08 Michał Górny
2023-09-28 17:08 Michał Górny
2023-09-14 15:39 Michał Górny
2023-09-12 5:50 Michał Górny
2023-09-06 2:41 Michał Górny
2023-09-05 5:54 Michał Górny
2023-08-28 5:13 Michał Górny
2023-08-26 5:31 Michał Górny
2023-08-25 3:04 Michał Górny
2023-08-21 18:09 Marek Szuba
2023-08-20 16:40 Michał Górny
2023-08-19 6:44 Michał Górny
2023-08-07 3:01 Michał Górny
2023-07-24 11:32 Michał Górny
2023-07-21 6:06 Michał Górny
2023-07-15 3:04 Michał Górny
2023-06-05 5:07 Michał Górny
2023-06-04 6:51 Michał Górny
2023-05-12 6:29 Marek Szuba
2023-05-11 21:44 Marek Szuba
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1756445179.2c7641d0fe59787c53ab723411350cb2949804c0.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox