commit: 45b4807477f7575cc91efefa09a03fd5f9c9c58d
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon Dec 25 22:21:22 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Dec 25 22:21:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45b48074
dev-python/mkdocs-rss-plugin: add 1.11.0, drop 1.6.0
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/mkdocs-rss-plugin/Manifest | 2 +-
...s-rss-plugin-1.6.0.ebuild => mkdocs-rss-plugin-1.11.0.ebuild} | 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/dev-python/mkdocs-rss-plugin/Manifest
b/dev-python/mkdocs-rss-plugin/Manifest
index 72294a5a89..ef2575b1be 100644
--- a/dev-python/mkdocs-rss-plugin/Manifest
+++ b/dev-python/mkdocs-rss-plugin/Manifest
@@ -1 +1 @@
-DIST mkdocs-rss-plugin-1.6.0.gh.tar.gz 40747 BLAKE2B
b10b65dc28a7c72b7f4ba6b2a9b866640dad196522724de510629183c71c80ab7fd3de66cca9fc06373b08b0ab2434248b8b2cf7d82ee12c06e94f73e61d0124
SHA512
b3f7a4037eddd0c9bd98448026d82407ba7042c4b4c33bbfa1932e516cdd54c26bc326030e4dc30e92d7e8f8aea3bdc83969f57f17d7e8668547d92c57ff714b
+DIST mkdocs-rss-plugin-1.11.0.gh.tar.gz 497347 BLAKE2B
25a1f90bc263804dcb4bb08aee7f58a8b999f5cb7004f7ba3215e90cba3f74611ab8101f19d34df10a833312a06a6fae3ab23a2578dd5ef3f6cc61d9b9ac3a9d
SHA512
670b51f350ddca64e8637c910075aa1e84ae6950861cf4d84726b47df59bf7e701fc4e556153e337e753128a6233c1f21decee657c14a069be3494a220526acc
diff --git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild
b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.11.0.ebuild
similarity index 81%
rename from dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild
rename to dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.11.0.ebuild
index 87050fd620..c649e688f1 100644
--- a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild
+++ b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.11.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
@@ -22,9 +22,11 @@ BDEPEND="
test? (
dev-python/black[${PYTHON_USEDEP}]
dev-python/feedparser[${PYTHON_USEDEP}]
+ dev-python/jsonschema[${PYTHON_USEDEP}]
dev-vcs/pre-commit
dev-python/validator-collection[${PYTHON_USEDEP}]
dev-python/mkdocs-bootswatch[${PYTHON_USEDEP}]
+ dev-python/mkdocs-material[${PYTHON_USEDEP}]
dev-python/mkdocs-minify-plugin[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/pymdown-extensions[${PYTHON_USEDEP}]
@@ -51,6 +53,9 @@ python_test() {
git config --global user.name nobody || die
git config --global user.email [email protected] || die
local EPYTEST_IGNORE="${S}/tests/_wip"
- local
EPYTEST_DESELECT="tests/test_rss_util.py::TestRssUtil::test_remote_image_ok"
+ local EPYTEST_DESELECT=(
+ tests/test_rss_util.py::TestRssUtil::test_remote_image_ok
+
tests/test_integrations_material_social_cards.py::TestRssPluginIntegrationsMaterialSocialCards::test_simple_build
+ )
epytest "${S}"/tests || die "Tests failed with ${EPYTHON}"
}