mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-python/mkdocs-htmlproofer-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
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
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user