commit: af5a42ecc9735e236f9cbfe5ad1f979db71f6620
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 06:51:10 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 07:12:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5a42ec
dev-python/mkdocstrings-python: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mkdocstrings-python/Manifest | 3 --
.../mkdocstrings-python-1.13.0.ebuild | 48 --------------------
.../mkdocstrings-python-1.14.3.ebuild | 51 ----------------------
.../mkdocstrings-python-1.14.4.ebuild | 51 ----------------------
4 files changed, 153 deletions(-)
diff --git a/dev-python/mkdocstrings-python/Manifest
b/dev-python/mkdocstrings-python/Manifest
index 0bf49ff72663..4f60c2b7d8d5 100644
--- a/dev-python/mkdocstrings-python/Manifest
+++ b/dev-python/mkdocstrings-python/Manifest
@@ -1,4 +1 @@
-DIST mkdocstrings_python-1.13.0.tar.gz 185697 BLAKE2B
e3ab2da319147a9c28bb8df7074ab6fa61616fd950bc522b9711e23ab3f0d5f6c50ee82ce193e8b4051fdfe7ce1ae110617acc89a045acf73b49c4afe0fd05a3
SHA512
0414a09000a09515e5da1d8ea5a9cd59fa405de0de15a5c225ab57cc2280f47e7bf11196d6f41bb9626c5dd632cf37000f59cc4e156c7c061c8b46fca1563d05
-DIST mkdocstrings_python-1.14.3.tar.gz 421258 BLAKE2B
2b4ae390fcc50f3fbc1ad14686af5b19b800387b6f7668a362b09bb53e43af59d1bfd44d4dd9fef93899ce6313abeec30d775104fdbbad4da018592bbe30d20b
SHA512
69444e7a69f604e78a8df264ac2205ac29285871a342c2ff620f6e411112267fcd226c445acd2787d516febac442aa64349742652363651fa82430ec279fa129
-DIST mkdocstrings_python-1.14.4.tar.gz 421537 BLAKE2B
d3bdbb5505e68e8fc5a4e1392022dc14ad13340388b1c21b6f5eb33009184e9cf654b0d0a499b74f615d2c39c91fa7671ae8a47babe88116eb37b81ac37c1252
SHA512
04511be1ae24275742ff9c906fc9c9ff91b504c516b9dedac29455646b7565d07c57f49e881554b548010302121848a2e06e1e0c078f1b35dc4e7ef8c3a9eca4
DIST mkdocstrings_python-1.14.5.tar.gz 421738 BLAKE2B
db34876db6c15438141ad845eef72ff0dd4c352bb177342c5a49cf9bb77ab8e61189ca7f3bf85f0ad3756857ca7e446474b95b099d2172cf8f010451ce6f0ebf
SHA512
a33e6a3e0fb7b3564d5bcb48575f58d956a570dac4e3f6b34f7b1c85c724573efd6034da1425403a1aed62257a278a11b5bc214fa18c8642ebf42d9614e9e70d
diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-1.13.0.ebuild
b/dev-python/mkdocstrings-python/mkdocstrings-python-1.13.0.ebuild
deleted file mode 100644
index c1516c6a8bfa..000000000000
--- a/dev-python/mkdocstrings-python/mkdocstrings-python-1.13.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 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.26.0[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-autorefs-1.2[${PYTHON_USEDEP}]
-"
-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
-}
diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-1.14.3.ebuild
b/dev-python/mkdocstrings-python/mkdocstrings-python-1.14.3.ebuild
deleted file mode 100644
index ac1edc64eb1e..000000000000
--- a/dev-python/mkdocstrings-python/mkdocstrings-python-1.14.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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
-}
diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-1.14.4.ebuild
b/dev-python/mkdocstrings-python/mkdocstrings-python-1.14.4.ebuild
deleted file mode 100644
index ac1edc64eb1e..000000000000
--- a/dev-python/mkdocstrings-python/mkdocstrings-python-1.14.4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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
-}