summaryrefslogtreecommitdiff
path: root/dev-python/sphinxcontrib-htmlhelp
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-06 03:04:40 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-06 03:04:40 -0500
commit615d6f7e3408947bf962ea4d7edde01977474d1e (patch)
tree669937b348f12e0bd52d35ef889d0b283f90476c /dev-python/sphinxcontrib-htmlhelp
parent7d0655e0f85be0eec06807898321a634968f9336 (diff)
downloadbaldeagleos-repo-615d6f7e3408947bf962ea4d7edde01977474d1e.tar.gz
baldeagleos-repo-615d6f7e3408947bf962ea4d7edde01977474d1e.tar.xz
baldeagleos-repo-615d6f7e3408947bf962ea4d7edde01977474d1e.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinxcontrib-htmlhelp')
-rw-r--r--dev-python/sphinxcontrib-htmlhelp/files/sphinxcontrib-htmlhelp-2.1.0-test.patch23
-rw-r--r--dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.1.0-r1.ebuild10
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-htmlhelp/files/sphinxcontrib-htmlhelp-2.1.0-test.patch b/dev-python/sphinxcontrib-htmlhelp/files/sphinxcontrib-htmlhelp-2.1.0-test.patch
new file mode 100644
index 000000000000..218ec2827c7a
--- /dev/null
+++ b/dev-python/sphinxcontrib-htmlhelp/files/sphinxcontrib-htmlhelp-2.1.0-test.patch
@@ -0,0 +1,23 @@
+From 06b5e0687cd118a0b926a34cbe2c80413b246fb2 Mon Sep 17 00:00:00 2001
+From: "Alexander J. Pfleger" <alexander.julian.pfleger@cern.ch>
+Date: Mon, 8 Jun 2026 11:17:18 +0200
+Subject: [PATCH 1/9] fix
+
+---
+ tests/roots/test-chm/index.rst | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/roots/test-chm/index.rst b/tests/roots/test-chm/index.rst
+index 2d9e563..e576976 100644
+--- a/tests/roots/test-chm/index.rst
++++ b/tests/roots/test-chm/index.rst
+@@ -6,7 +6,7 @@ Index markup
+ pair: entry; pair
+ double: entry; double
+ triple: index; entry; triple
+- keyword: with
++ pair: keyword; with
+ see: from; to
+ seealso: fromalso; toalso
+
+
diff --git a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.1.0-r1.ebuild b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.1.0-r1.ebuild
index 2861e076b959..f0503cc41124 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.1.0-r1.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.1.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-DISTUTILS_USE_PEP517=flit
+DISTUTILS_USE_PEP517=flit-core
PYTHON_COMPAT=( python3_{13..14} )
inherit distutils-r1 pypi
@@ -29,4 +29,10 @@ BDEPEND="
)
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
+
+PATCHES=(
+ # part of https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/pull/54
+ "${FILESDIR}/${P}-test.patch"
+)