commit:     a349780b61f48a849e93c0da17af93fb0b6b0d2d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  5 07:21:39 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  5 08:57:06 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a349780b

dev-python/sphinxcontrib-httpdomain: Bump to 2.0.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sphinxcontrib-httpdomain/Manifest       |  1 +
 .../sphinxcontrib-httpdomain-2.0.0.ebuild          | 43 ++++++++++++++++++++++
 profiles/features/wd40/package.mask                |  1 +
 3 files changed, 45 insertions(+)

diff --git a/dev-python/sphinxcontrib-httpdomain/Manifest 
b/dev-python/sphinxcontrib-httpdomain/Manifest
index 35621e8618cd..dcb67b0c3533 100644
--- a/dev-python/sphinxcontrib-httpdomain/Manifest
+++ b/dev-python/sphinxcontrib-httpdomain/Manifest
@@ -1 +1,2 @@
 DIST sphinxcontrib-httpdomain-1.8.1.gh.tar.gz 41281 BLAKE2B 
9ba157b1ed9494426226a8231d5a3cea420121722e5b4891049b76da567a917aebd8f2eac2c7a3ea899517fb4c64a6d0f1c50eb872fbd24418c464433a795c69
 SHA512 
ba0ba8d695302acedb3d51c3218748dfe25b756e8ba2eed4d8bbe012f16d09aaf822bbc93e0d6a32d3836b20345df2df7d675317aa96a802e7daef7fee792475
+DIST sphinxcontrib-httpdomain-2.0.0.gh.tar.gz 94266 BLAKE2B 
c41a58d108b0f86200b371b05b52e13ee9c7ad9f8e3ce6b67aa02cf884ff92c8a5e739e5072c316eebef8814f40ee0bae8045d9fa79f475b407716aba0c77418
 SHA512 
1dcc4b7cc072953ec8fd82b32370815b15a9a9f4da7db2b0ef499e325a85acf181fe232429c2b296155d1da74d11a1b128abbab505bec4640d690635aa8e1889

diff --git 
a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-2.0.0.ebuild 
b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-2.0.0.ebuild
new file mode 100644
index 000000000000..b86ad0801699
--- /dev/null
+++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-2.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2022-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=uv-build
+PYTHON_COMPAT=( python3_{12..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx domain for documenting HTTP APIs"
+HOMEPAGE="
+       https://pypi.org/project/sphinxcontrib-httpdomain/
+       https://github.com/sphinx-contrib/httpdomain/
+"
+SRC_URI="
+       https://github.com/sphinx-contrib/httpdomain/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/httpdomain-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+       >=dev-python/sphinx-6.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       test? (
+               >=dev-python/bottle-0.13.4[${PYTHON_USEDEP}]
+               >=dev-python/flask-3.1.2[${PYTHON_USEDEP}]
+               >=dev-python/tornado-6.5.4[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+python_test() {
+       cd "${T}" || die
+       epytest "${S}"/test
+}

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index 5927c0aebcd7..c099bb61339d 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -38,6 +38,7 @@ app-portage/emlop
 dev-python/gherkin-official
 dev-python/pytest-bdd
 dev-python/pytest-describe
+>=dev-python/sphinxcontrib-httpdomain-2.0
 dev-python/uv-build
 dev-python/zmq-anyio
 sys-auth/ssh-ldap-pubkey

Reply via email to