commit: 444454e456b80d6275a638ed86f54e6ae7d906bb
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Dec 22 17:01:25 2025 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Mon Dec 22 17:01:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=444454e4
dev-python/sphinxcontrib-katex: Remove py3.11
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
dev-python/sphinxcontrib-katex/Manifest | 1 -
.../sphinxcontrib-katex-0.9.10.ebuild | 43 ----------------------
.../sphinxcontrib-katex-0.9.11.ebuild | 2 +-
3 files changed, 1 insertion(+), 45 deletions(-)
diff --git a/dev-python/sphinxcontrib-katex/Manifest
b/dev-python/sphinxcontrib-katex/Manifest
index a252999cfa..4a88bb51aa 100644
--- a/dev-python/sphinxcontrib-katex/Manifest
+++ b/dev-python/sphinxcontrib-katex/Manifest
@@ -1,2 +1 @@
-DIST sphinxcontrib_katex-0.9.10.tar.gz 100194 BLAKE2B
e821a4f43d57c65eeb1439fc0067cf1200bfd7135dc05b08bbe65f0c695180be94f3c496d2438735f76af3cb49653312c79856b28960a399e8ae10cc47bac4c4
SHA512
43c62a37383920d9e328f16e10b437ffa8ff0bb2f1b9e282d5b1e02de2f2d54a2222ab7b7f2314a80eca710472808502f0f152344ed11e3a54b42441007d875f
DIST sphinxcontrib_katex-0.9.11.tar.gz 100476 BLAKE2B
630fc9ae63ad67f0e65d220922ec5e2077933369b7895f7f58575ca262ea1481b568112eaa78d822b9184bc768f5496e936bc1b715c3e6981173c9b9d54a4205
SHA512
426956366977afc6b89a160a1f20bec245a45a6245c994c449440a7ff814e5ca122963be815b57f8a9a5ffdf9e1c3c70be4c1ce05713716df516f4659784900d
diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.10.ebuild
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.10.ebuild
deleted file mode 100644
index f6ac7a4642..0000000000
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.10.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/_}
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="KaTeX Sphinx extension for rendering of math in HTML pages"
-HOMEPAGE="https://github.com/hagenw/sphinxcontrib-katex"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=dev-python/sphinx-4.5.0-r1[${PYTHON_USEDEP}]"
-
-DOCS=()
-
-PATCHES="
- ${FILESDIR}/${P}_fix_install.patch
- ${FILESDIR}/${P}_fix_use_tomli.patch
-"
-
-distutils_enable_sphinx docs \
- dev-python/insipid-sphinx-theme \
- dev-python/tomli
-
-distutils_enable_tests pytest
-
-src_prepare() {
- default
- sed -i -e 's/license_file/license_files/' setup.cfg || die
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- find "${ED}" -name '*.pth' -delete || die
-}
diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.11.ebuild
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.11.ebuild
index 4e4d27de41..b0ebb8e46b 100644
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.11.ebuild
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.11.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/_}
-PYTHON_COMPAT=( python3_{11..13} pypy3 )
+PYTHON_COMPAT=( python3_{12..13} pypy3 )
inherit distutils-r1 pypi