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: Tue, 18 Feb 2025 07:36:00 +0000 (UTC) [thread overview]
Message-ID: <1739864151.d657975f9412658ebc1abfca044eabaa175c9213.mgorny@gentoo> (raw)
commit: d657975f9412658ebc1abfca044eabaa175c9213
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 06:56:37 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 07:35:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d657975f
dev-python/mkdocstrings-python: Bump to 1.15.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mkdocstrings-python/Manifest | 1 +
.../mkdocstrings-python-1.15.1.ebuild | 51 ++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/dev-python/mkdocstrings-python/Manifest b/dev-python/mkdocstrings-python/Manifest
index 70bf43ef9e01..6c4177ba03a1 100644
--- a/dev-python/mkdocstrings-python/Manifest
+++ b/dev-python/mkdocstrings-python/Manifest
@@ -1,3 +1,4 @@
DIST mkdocstrings_python-1.14.6.tar.gz 422060 BLAKE2B d5bfae63338b282ec88c70abce944ab6a866ac0fbf444de741f2dd84be6b6c5f37c22cca6fcf187dba773378f6fd518150c0e56a1dfcf0b6852706c7a9729323 SHA512 cfd8612827c7fd1329d7692c666f1e9925e71e2be0ab221b2c5f5f92bc7e4e3f1e2c0dc244a9162df36b8bdd9f8e8d0ddd0bb70fa53bf0c3f294e72a18faec26
DIST mkdocstrings_python-1.14.7.tar.gz 422162 BLAKE2B 7e1468baf7e53a71da406a62c3903dc937c3036321ec27448219ce6f338bf5a164c273694da229282d1c32655b3ac35b679f7c9bc3d168f97859f1bbeffa986c SHA512 e5e8db2c7c155a005e34732aa42574b5c62b229077193e6d02106c81d672398f8e3cd1cdb80532f545bec23db0390e8c920a1b2dcd2dec404deea35853d54829
DIST mkdocstrings_python-1.15.0.tar.gz 422613 BLAKE2B f1b73e627f9bc4b49635d8681046b6b2ec43fd8b3213ec42f9d88a90a4c49cfe414bb44352dfe2f8fc7b77a0189dfe3f0b6120730d31d42c5d5d1a3813fff61d SHA512 0b007404d6d9e2d81946908e3e91451c1fa51e73ce5eb056ffb8d61e9163cbf9fb23bc16e45f409d9a16053ebc76a9403f46feb8ea5f068740bd7fa239bc8607
+DIST mkdocstrings_python-1.15.1.tar.gz 422809 BLAKE2B cfb2ec447e949a4fa48d712107ca36f9af1cc53797f5486cd9bf8cac786d14057b8b0e0782cefb9e517d04cbddb656c73d46346888d7bb16cd8079699f47cd3c SHA512 801832c742f2a10475f0224748df88f644bb7b0b3bcf5486528485bac29d6a6e2a4ad75740bf30b986a25d58431b09cda64522fb14549100d1be0556f06a5ca5
diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-1.15.1.ebuild b/dev-python/mkdocstrings-python/mkdocstrings-python-1.15.1.ebuild
new file mode 100644
index 000000000000..ac1edc64eb1e
--- /dev/null
+++ b/dev-python/mkdocstrings-python/mkdocstrings-python-1.15.1.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=( 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-0.49[${PYTHON_USEDEP}]
+ >=dev-python/mkdocstrings-0.28[${PYTHON_USEDEP}]
+ >=dev-python/mkdocs-autorefs-1.2[${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
+}
next reply other threads:[~2025-02-18 7:36 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-18 7:36 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 3:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocstrings-python/ 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-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=1739864151.d657975f9412658ebc1abfca044eabaa175c9213.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