commit:     e57556512f30a9e52afd2a31c35965f44535ffc6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 23 19:59:06 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 23 20:18:05 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5755651

dev-python/mkdocs-htmlproofer-plugin: Bump to 1.5.0

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

 dev-python/mkdocs-htmlproofer-plugin/Manifest      |  1 +
 .../mkdocs-htmlproofer-plugin-1.5.0.ebuild         | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/mkdocs-htmlproofer-plugin/Manifest 
b/dev-python/mkdocs-htmlproofer-plugin/Manifest
index 8b6bb9419dcc..bdc9c91fea0f 100644
--- a/dev-python/mkdocs-htmlproofer-plugin/Manifest
+++ b/dev-python/mkdocs-htmlproofer-plugin/Manifest
@@ -1 +1,2 @@
 DIST mkdocs-htmlproofer-plugin-1.4.1.gh.tar.gz 17002 BLAKE2B 
499f95255f2c1ec20bb786edf0093633c17386356b723655920d9721003362ce1dbbfe049b1a1ae02acff9ab7eac9b03a343712e456317de6ba44ba97bd853b6
 SHA512 
0f778a689abc1b2c92aaea2d8202ddd191bdba03d56b44381560bf1e15b01640579aab4864c84c2e592bd68056022ff9e336bf70478031af95d673c94bd79b12
+DIST mkdocs-htmlproofer-plugin-1.5.0.gh.tar.gz 17732 BLAKE2B 
fa8dec716f33af2fc757188962e59301427380657a41d214d74227987bb98f4a1e39b06a1e0f2c9845356a12ef1f0a5c3dad8784c23c018e3831c3ad5ceee00d
 SHA512 
b8150f040e023e0959c67954e740d6983029403616d423b2bb4df20bc4aaa3f22da24472cd9bfa40682db5f31e1084e7de94e3ae77208260373f5ee93b78e08a

diff --git 
a/dev-python/mkdocs-htmlproofer-plugin/mkdocs-htmlproofer-plugin-1.5.0.ebuild 
b/dev-python/mkdocs-htmlproofer-plugin/mkdocs-htmlproofer-plugin-1.5.0.ebuild
new file mode 100644
index 000000000000..28e887ef7c86
--- /dev/null
+++ 
b/dev-python/mkdocs-htmlproofer-plugin/mkdocs-htmlproofer-plugin-1.5.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
+
+inherit distutils-r1
+
+DESCRIPTION="A MkDocs plugin that validates URLs in rendered HTML files"
+HOMEPAGE="
+       https://github.com/manuzhang/mkdocs-htmlproofer-plugin/
+       https://pypi.org/project/mkdocs-htmlproofer-plugin/
+"
+# No tests in PyPI tarballs
+SRC_URI="
+       
https://github.com/manuzhang/mkdocs-htmlproofer-plugin/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+       dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+       dev-python/markdown[${PYTHON_USEDEP}]
+       >=dev-python/mkdocs-1.4.0[${PYTHON_USEDEP}]
+       dev-python/requests[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to