diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-03-12 01:49:51 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-03-12 01:49:51 +0000 |
commit | ef0fedb39c21a343a3f316726f272bad9005b22c (patch) | |
tree | 0d64e58453e117f61a9e1641532926278f51b72e /dev-python/mkdocstrings-python | |
parent | cf7807d7aea23a99a144afceaba961cfed652b5f (diff) |
gentoo auto-resync : 12:03:2025 - 01:49:51
Diffstat (limited to 'dev-python/mkdocstrings-python')
-rw-r--r-- | dev-python/mkdocstrings-python/Manifest | 2 | ||||
-rw-r--r-- | dev-python/mkdocstrings-python/mkdocstrings-python-1.16.5.ebuild | 51 |
2 files changed, 53 insertions, 0 deletions
diff --git a/dev-python/mkdocstrings-python/Manifest b/dev-python/mkdocstrings-python/Manifest index b7a6b884fe24..e4adeb43afc9 100644 --- a/dev-python/mkdocstrings-python/Manifest +++ b/dev-python/mkdocstrings-python/Manifest @@ -1,5 +1,7 @@ DIST mkdocstrings_python-1.16.2.tar.gz 423492 BLAKE2B 2f5c7d8c3f5b6b1256b6f15334bc131cf0281883bf8072400ab195d724eddf2c8367c081abe571e0f4fd889c97181effc1764bd1e701da00fe44593007c12919 SHA512 52c78484139df79a1a9d0924a03c08e6902e91ebb3dc1db129c3bf372d670578206d00335d0a3ef34af0c33cebe592f829023ba645102839da76be07c72be739 DIST mkdocstrings_python-1.16.3.tar.gz 424073 BLAKE2B 7ad6114c3424dcd4b9f2da916eaf69a67bb5d6d53286d5e60c95af8cab333a9c56f106df3057107fddfd83e1f0f0875b5a4d6c6ff097b0416cd8bdb84fc81599 SHA512 7778ff0e8c2677ea84b61b5ddd623ccd0db2c6eeef3a6beb988d2a85ac0d8f4fb5f5ffeabc823ef0d9e486217efababc8d647b6e7b1873d00f26d6785f051cd3 +DIST mkdocstrings_python-1.16.5.tar.gz 426979 BLAKE2B b6c7185c4f5abae35d7feade0d3dd36cdc1eecc5ac631f2af354e57037507f3d291bc1ff0326b665058acc73f68834e853a2d07d831fb0c08bf262111659267e SHA512 07a4a0698769a4daa0cae4607cb98e7124013a8f7190390a16818c0e21de18d78e5dcac39206d2062160cad61310b77212fe279a5cffbfb2183d49d24c792d79 EBUILD mkdocstrings-python-1.16.2.ebuild 1342 BLAKE2B 0266ed84d53911b83363391932508f1d41a201475604bc3c886c9b22ce378d0f84652b9dad37376993b0856dbf5ab41c7ab0442d6bc78f218326a2e45d289f2f SHA512 7f819f91f8fcee92a191e76c3aeda189ed08bdb58e7174323e00a24b8e4bac71af0f3fdf8be2e98420ee96186b8cbf09f5838b8662b7490a706dbbe78495407c EBUILD mkdocstrings-python-1.16.3.ebuild 1342 BLAKE2B f9fdfae774de9d4f93c28c48dd05021d02f3e489b5cc3c5c24d6b24d2313ee2e9590601b59ede731698ff4d860a34fb2117e33c6ea74c862702d13424d3f7f62 SHA512 86a4244a98b3c30db36540f37a26d5a2b4a96dbd3b135d4e993c55794212ae81a1c7631cca0d050665c0d76c38eacb5b7f96a1e74d739eec0a0b9c66b9f47ac8 +EBUILD mkdocstrings-python-1.16.5.ebuild 1342 BLAKE2B f9fdfae774de9d4f93c28c48dd05021d02f3e489b5cc3c5c24d6b24d2313ee2e9590601b59ede731698ff4d860a34fb2117e33c6ea74c862702d13424d3f7f62 SHA512 86a4244a98b3c30db36540f37a26d5a2b4a96dbd3b135d4e993c55794212ae81a1c7631cca0d050665c0d76c38eacb5b7f96a1e74d739eec0a0b9c66b9f47ac8 MISC metadata.xml 406 BLAKE2B c453b318ec32906f8b4917e9fcf9e82e632b780435d6617195590757dc8e08505dd29a05e8009808a040460ae322048801077aca8b41c8e07d093c4177befd39 SHA512 c56a8b222d22b5e4e8f396a96abddba840c4288b01958e261e3eb554830e88f424d840b839b7f6180f2f64c74cde9e2e3e8c70cdbbb8d4cc84ac161007064059 diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-1.16.5.ebuild b/dev-python/mkdocstrings-python/mkdocstrings-python-1.16.5.ebuild new file mode 100644 index 000000000000..f2ee3d5d0c2c --- /dev/null +++ b/dev-python/mkdocstrings-python/mkdocstrings-python-1.16.5.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-0.49[${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 +} |