* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-rss-plugin/
@ 2023-02-08 15:59 Henri Gasc
0 siblings, 0 replies; 7+ messages in thread
From: Henri Gasc @ 2023-02-08 15:59 UTC (permalink / raw
To: gentoo-commits
commit: b14fc882371487962476d045a36231395791e350
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Feb 8 10:38:24 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Feb 8 15:59:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b14fc882
dev-python/mkdocs-rss-plugin: new package, add 1.5.0
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
| 1 +
| 12 ++++++
| 43 ++++++++++++++++++++++
3 files changed, 56 insertions(+)
--git a/dev-python/mkdocs-rss-plugin/Manifest b/dev-python/mkdocs-rss-plugin/Manifest
new file mode 100644
index 000000000..4ba441bac
--- /dev/null
+++ b/dev-python/mkdocs-rss-plugin/Manifest
@@ -0,0 +1 @@
+DIST mkdocs-rss-plugin-1.5.0.gh.tar.gz 39301 BLAKE2B 8d92ee030115b3d8ea589509a9558d61d72bfa4abd55b3451262928df8a63c9ed0399c2cd883a8d070c15241396cffcd96fd953a6b8e781b0d922d287b950886 SHA512 1ed861bca8feaab869c1e88a0533110a7b617b7a5bd68b6ea4b454975c56fee1aaa118d65abf8e8c03d41ff5b367f9561dee08cdffbcf7bfffa7268306c3f4b8
--git a/dev-python/mkdocs-rss-plugin/metadata.xml b/dev-python/mkdocs-rss-plugin/metadata.xml
new file mode 100644
index 000000000..61ccab599
--- /dev/null
+++ b/dev-python/mkdocs-rss-plugin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gasc@eurecom.fr</email>
+ <name>Gasc Henri</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">mkdocs-rss-plugin</remote-id>
+ <remote-id type="github">Guts/mkdocs-rss-plugin</remote-id>
+ </upstream>
+</pkgmetadata>
--git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild
new file mode 100644
index 000000000..ad0721f47
--- /dev/null
+++ b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="MkDocs plugin to generate a RSS feeds."
+HOMEPAGE="https://github.com/Guts/mkdocs-rss-plugin https://pypi.org/project/mkdocs-rss-plugin"
+SRC_URI="https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+RDEPEND=""
+BDEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/mkdocs[${PYTHON_USEDEP}]
+ dev-python/GitPython[${PYTHON_USEDEP}]
+ doc? (
+ dev-python/mkdocs-bootswatch[${PYTHON_USEDEP}]
+ dev-python/mkdocs-minify-plugin[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/pymdown-extensions[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${BDEPEND}"
+
+# No test because of upstream bug
+# BDEPEND+="
+# test? (
+# dev-python/black[${PYTHON_USEDEP}]
+# dev-python/feedparser[${PYTHON_USEDEP}]
+# dev-python/flake8[${PYTHON_USEDEP}]
+# dev-vcs/pre-commit
+# dev-python/pytest-cov[${PYTHON_USEDEP}]
+# )"
+# distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-rss-plugin/
@ 2023-03-12 17:37 Henri Gasc
0 siblings, 0 replies; 7+ messages in thread
From: Henri Gasc @ 2023-03-12 17:37 UTC (permalink / raw
To: gentoo-commits
commit: 1a7c0332ef7ed5278cc7f69d6ed5bacfec3bda8c
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sat Mar 11 12:10:32 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sun Mar 12 17:37:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a7c0332
dev-python/mkdocs-rss-plugin:
Update atom, allow tests
Closes: https://bugs.gentoo.org/894298
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
| 2 +-
| 43 -----------------
| 56 ++++++++++++++++++++++
3 files changed, 57 insertions(+), 44 deletions(-)
--git a/dev-python/mkdocs-rss-plugin/Manifest b/dev-python/mkdocs-rss-plugin/Manifest
index 4ba441bac..72294a5a8 100644
--- a/dev-python/mkdocs-rss-plugin/Manifest
+++ b/dev-python/mkdocs-rss-plugin/Manifest
@@ -1 +1 @@
-DIST mkdocs-rss-plugin-1.5.0.gh.tar.gz 39301 BLAKE2B 8d92ee030115b3d8ea589509a9558d61d72bfa4abd55b3451262928df8a63c9ed0399c2cd883a8d070c15241396cffcd96fd953a6b8e781b0d922d287b950886 SHA512 1ed861bca8feaab869c1e88a0533110a7b617b7a5bd68b6ea4b454975c56fee1aaa118d65abf8e8c03d41ff5b367f9561dee08cdffbcf7bfffa7268306c3f4b8
+DIST mkdocs-rss-plugin-1.6.0.gh.tar.gz 40747 BLAKE2B b10b65dc28a7c72b7f4ba6b2a9b866640dad196522724de510629183c71c80ab7fd3de66cca9fc06373b08b0ab2434248b8b2cf7d82ee12c06e94f73e61d0124 SHA512 b3f7a4037eddd0c9bd98448026d82407ba7042c4b4c33bbfa1932e516cdd54c26bc326030e4dc30e92d7e8f8aea3bdc83969f57f17d7e8668547d92c57ff714b
diff --git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild
deleted file mode 100644
index ad0721f47..000000000
--- a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="MkDocs plugin to generate a RSS feeds."
-HOMEPAGE="https://github.com/Guts/mkdocs-rss-plugin https://pypi.org/project/mkdocs-rss-plugin"
-SRC_URI="https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-RDEPEND=""
-BDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/mkdocs[${PYTHON_USEDEP}]
- dev-python/GitPython[${PYTHON_USEDEP}]
- doc? (
- dev-python/mkdocs-bootswatch[${PYTHON_USEDEP}]
- dev-python/mkdocs-minify-plugin[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
- dev-python/pymdown-extensions[${PYTHON_USEDEP}]
- )
-"
-DEPEND="${BDEPEND}"
-
-# No test because of upstream bug
-# BDEPEND+="
-# test? (
-# dev-python/black[${PYTHON_USEDEP}]
-# dev-python/feedparser[${PYTHON_USEDEP}]
-# dev-python/flake8[${PYTHON_USEDEP}]
-# dev-vcs/pre-commit
-# dev-python/pytest-cov[${PYTHON_USEDEP}]
-# )"
-# distutils_enable_tests pytest
--git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild
new file mode 100644
index 000000000..87050fd62
--- /dev/null
+++ b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1
+
+DESCRIPTION="MkDocs plugin to generate a RSS feeds."
+HOMEPAGE="https://github.com/Guts/mkdocs-rss-plugin https://pypi.org/project/mkdocs-rss-plugin"
+SRC_URI="https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ dev-python/mkdocs[${PYTHON_USEDEP}]
+ dev-python/GitPython[${PYTHON_USEDEP}]
+ test? (
+ dev-python/black[${PYTHON_USEDEP}]
+ dev-python/feedparser[${PYTHON_USEDEP}]
+ dev-vcs/pre-commit
+ dev-python/validator-collection[${PYTHON_USEDEP}]
+ dev-python/mkdocs-bootswatch[${PYTHON_USEDEP}]
+ dev-python/mkdocs-minify-plugin[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/pymdown-extensions[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${BDEPEND}"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ sed -i \
+ -e 's/--cov-config=setup.cfg//' \
+ -e 's/--cov=mkdocs_rss_plugin//' \
+ -e 's/--cov-report=html//' \
+ -e 's/--cov-report=term//' \
+ -e 's/--cov-report=xml//' \
+ "${S}/setup.cfg" || die
+ distutils-r1_src_prepare
+}
+
+python_test() {
+ cd "${S}"
+ git init
+ git config --global user.name nobody || die
+ git config --global user.email foo.bar@example.org || die
+ local EPYTEST_IGNORE="${S}/tests/_wip"
+ local EPYTEST_DESELECT="tests/test_rss_util.py::TestRssUtil::test_remote_image_ok"
+ epytest "${S}"/tests || die "Tests failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-rss-plugin/
@ 2023-12-25 22:22 Henri Gasc
0 siblings, 0 replies; 7+ messages in thread
From: Henri Gasc @ 2023-12-25 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 45b4807477f7575cc91efefa09a03fd5f9c9c58d
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon Dec 25 22:21:22 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
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>
| 2 +-
| 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
--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 foo.bar@example.org || 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}"
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-rss-plugin/
@ 2024-03-10 17:45 Henri Gasc
0 siblings, 0 replies; 7+ messages in thread
From: Henri Gasc @ 2024-03-10 17:45 UTC (permalink / raw
To: gentoo-commits
commit: e4625dcdc6e81af80f81a34bedef000fac994599
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sun Mar 10 17:43:26 2024 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sun Mar 10 17:43:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4625dcd
dev-python/mkdocs-rss-plugin: add 1.12.1, drop 1.11.0
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
| 2 +-
| 45 ++++++++++++++--------
2 files changed, 31 insertions(+), 16 deletions(-)
--git a/dev-python/mkdocs-rss-plugin/Manifest b/dev-python/mkdocs-rss-plugin/Manifest
index ef2575b1be..3664e9ba16 100644
--- a/dev-python/mkdocs-rss-plugin/Manifest
+++ b/dev-python/mkdocs-rss-plugin/Manifest
@@ -1 +1 @@
-DIST mkdocs-rss-plugin-1.11.0.gh.tar.gz 497347 BLAKE2B 25a1f90bc263804dcb4bb08aee7f58a8b999f5cb7004f7ba3215e90cba3f74611ab8101f19d34df10a833312a06a6fae3ab23a2578dd5ef3f6cc61d9b9ac3a9d SHA512 670b51f350ddca64e8637c910075aa1e84ae6950861cf4d84726b47df59bf7e701fc4e556153e337e753128a6233c1f21decee657c14a069be3494a220526acc
+DIST mkdocs-rss-plugin-1.12.1.gh.tar.gz 551494 BLAKE2B 37259e3207deb6bc8e231abd402fd962abcf81eb063b21751f4de89eeb0f9d300a53988e41a0461540214b046c9c72dd9e23e62548d8d19fbcc8aeaae09f88ab SHA512 ed1a8a25df800c6ab9632194c985c6bbbd5b43f0eb46c4bf39f9715e6f8a7264e8b0f80bb54acadddc17b7236ed44b93f69b8c04db58b16eb0a582f3be7b81f3
diff --git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.11.0.ebuild b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.1.ebuild
similarity index 58%
rename from dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.11.0.ebuild
rename to dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.1.ebuild
index c649e688f1..90744e993c 100644
--- a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.11.0.ebuild
+++ b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,19 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+ dev-python/termynal
+ dev-python/mkdocstrings
+ dev-python/mkdocstrings-python
+ dev-python/mkdocs-material
+ dev-python/mkdocs-minify-plugin
+ dev-python/mkdocs-git-committers-plugin
+ dev-python/mkdocs-git-revision-date-localized-plugin
+"
+DOCS_INITIALIZE_GIT=1
+
+inherit distutils-r1 docs
DESCRIPTION="MkDocs plugin to generate a RSS feeds."
HOMEPAGE="https://github.com/Guts/mkdocs-rss-plugin https://pypi.org/project/mkdocs-rss-plugin"
@@ -15,21 +27,25 @@ SRC_URI="https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/${PV}.tar.g
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
+RESTRICT="doc? ( network-sandbox )"
BDEPEND="
- dev-python/mkdocs[${PYTHON_USEDEP}]
- dev-python/GitPython[${PYTHON_USEDEP}]
+ >=dev-python/GitPython-3.1[${PYTHON_USEDEP}]
+ <dev-python/GitPython-3.2[${PYTHON_USEDEP}]
+ >=dev-python/mkdocs-1.4[${PYTHON_USEDEP}]
+ <dev-python/mkdocs-2[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP},truetype]
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}]
+ dev-python/validator-collection[${PYTHON_USEDEP}]
+ dev-python/pytest-cov[${PYTHON_USEDEP}]
+ dev-python/validator-collection[${PYTHON_USEDEP}]
+ dev-python/jsonfeed[${PYTHON_USEDEP}]
+ )
+ doc? (
+ dev-python/mkdocs-material[${PYTHON_USEDEP},social]
)
"
DEPEND="${BDEPEND}"
@@ -48,12 +64,11 @@ src_prepare() {
}
python_test() {
- cd "${S}"
- git init
- git config --global user.name nobody || die
- git config --global user.email foo.bar@example.org || die
+ mkdir "${S}/.git"
local EPYTEST_IGNORE="${S}/tests/_wip"
local EPYTEST_DESELECT=(
+ # Most tests need internet access
+ tests/test_build.py::TestBuildRss
tests/test_rss_util.py::TestRssUtil::test_remote_image_ok
tests/test_integrations_material_social_cards.py::TestRssPluginIntegrationsMaterialSocialCards::test_simple_build
)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-rss-plugin/
@ 2024-04-15 9:26 Julien Roy
0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2024-04-15 9:26 UTC (permalink / raw
To: gentoo-commits
commit: a808136140354d174d77552bdc2b2c8db1c34d87
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Apr 15 09:24:38 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Apr 15 09:24:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8081361
dev-python/mkdocs-rss-plugin: disable py3.10
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.1.ebuild b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.1.ebuild
index 90744e993c..a07f1ea7c8 100644
--- a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.1.ebuild
+++ b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_11 )
DOCS_BUILDER="mkdocs"
DOCS_DEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-rss-plugin/
@ 2024-05-31 22:16 Henri Gasc
0 siblings, 0 replies; 7+ messages in thread
From: Henri Gasc @ 2024-05-31 22:16 UTC (permalink / raw
To: gentoo-commits
commit: 82e7ad1702ed61e96a925507c3c96a35e783a67a
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Fri May 31 22:02:52 2024 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Fri May 31 22:16:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=82e7ad17
dev-python/mkdocs-rss-plugin: add 1.12.2, drop 1.12.1
Closes: https://bugs.gentoo.org/928256
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
| 3 ++-
| 10 +++++++---
2 files changed, 9 insertions(+), 4 deletions(-)
--git a/dev-python/mkdocs-rss-plugin/Manifest b/dev-python/mkdocs-rss-plugin/Manifest
index 3664e9ba1..8cbc4086f 100644
--- a/dev-python/mkdocs-rss-plugin/Manifest
+++ b/dev-python/mkdocs-rss-plugin/Manifest
@@ -1 +1,2 @@
-DIST mkdocs-rss-plugin-1.12.1.gh.tar.gz 551494 BLAKE2B 37259e3207deb6bc8e231abd402fd962abcf81eb063b21751f4de89eeb0f9d300a53988e41a0461540214b046c9c72dd9e23e62548d8d19fbcc8aeaae09f88ab SHA512 ed1a8a25df800c6ab9632194c985c6bbbd5b43f0eb46c4bf39f9715e6f8a7264e8b0f80bb54acadddc17b7236ed44b93f69b8c04db58b16eb0a582f3be7b81f3
+DIST mkdocs-rss-plugin-1.12.2.gh.tar.gz 552019 BLAKE2B fc88dba9b81d351227606d5f0e255affa120d36e53fcbd0800c188380dbecc52b6638c6efb969e279d960c3246e6e503dc6abd2b8ea3ad54d0aeaf90ffcbf30d SHA512 537ca5e31860ab0164b6ef8bd1f20962064c6e31983e0e1d4be4a2176cdd00884d4862b7a2c9666f56aa194ea63ddb8fa462fb9e8df755c8c9d555a89b7b9909
+DIST mkdocs-rss-plugin-cache-1.12.2.gh.tar.gz 3913335 BLAKE2B 0c11a0cf29599335f24d935798393acfb9bec27a278f8c5be4ae7279ad6ab588b50daed2aa377fe48435798c41ae290b273a5bae94547cc5b162aba54aa649c7 SHA512 eba19c77f0c0f1052b86a4eb7910aeffbd68e86184b80d35a768c568cbc1178a4f91807469000005041defcf3b9707197d8938ab3edf6ce7832abc37d40fa00d
diff --git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.1.ebuild b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.2.ebuild
similarity index 85%
rename from dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.1.ebuild
rename to dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.2.ebuild
index a07f1ea7c..02e5e9cef 100644
--- a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.1.ebuild
+++ b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_{11..12} )
DOCS_BUILDER="mkdocs"
DOCS_DEPEND="
@@ -22,12 +22,15 @@ inherit distutils-r1 docs
DESCRIPTION="MkDocs plugin to generate a RSS feeds."
HOMEPAGE="https://github.com/Guts/mkdocs-rss-plugin https://pypi.org/project/mkdocs-rss-plugin"
-SRC_URI="https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+SRC_URI="
+ https://github.com/Guts/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz
+ https://github.com/henri-gasc/${PN}-cache/archive/refs/tags/${PV}.tar.gz -> ${PN}-cache-${PV}.gh.tar.gz
+"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-RESTRICT="doc? ( network-sandbox )"
+# RESTRICT="doc? ( network-sandbox )"
BDEPEND="
>=dev-python/GitPython-3.1[${PYTHON_USEDEP}]
@@ -60,6 +63,7 @@ src_prepare() {
-e 's/--cov-report=term//' \
-e 's/--cov-report=xml//' \
"${S}/setup.cfg" || die
+ cp "${WORKDIR}/${PN}-cache-${PV}/.cache" -rt "${S}" || die
distutils-r1_src_prepare
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-rss-plugin/
@ 2024-10-10 19:18 Henri Gasc
0 siblings, 0 replies; 7+ messages in thread
From: Henri Gasc @ 2024-10-10 19:18 UTC (permalink / raw
To: gentoo-commits
commit: d00bf4819bc1f420c1da61cbb5a120a63cfd9d5a
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Thu Oct 10 16:56:03 2024 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Thu Oct 10 19:17:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d00bf481
dev-python/mkdocs-rss-plugin: add 1.15.0, drop 1.12.2
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
| 4 ++--
| 25 +++++++++++-----------
2 files changed, 15 insertions(+), 14 deletions(-)
--git a/dev-python/mkdocs-rss-plugin/Manifest b/dev-python/mkdocs-rss-plugin/Manifest
index 8cbc4086f..f29686d2f 100644
--- a/dev-python/mkdocs-rss-plugin/Manifest
+++ b/dev-python/mkdocs-rss-plugin/Manifest
@@ -1,2 +1,2 @@
-DIST mkdocs-rss-plugin-1.12.2.gh.tar.gz 552019 BLAKE2B fc88dba9b81d351227606d5f0e255affa120d36e53fcbd0800c188380dbecc52b6638c6efb969e279d960c3246e6e503dc6abd2b8ea3ad54d0aeaf90ffcbf30d SHA512 537ca5e31860ab0164b6ef8bd1f20962064c6e31983e0e1d4be4a2176cdd00884d4862b7a2c9666f56aa194ea63ddb8fa462fb9e8df755c8c9d555a89b7b9909
-DIST mkdocs-rss-plugin-cache-1.12.2.gh.tar.gz 3913335 BLAKE2B 0c11a0cf29599335f24d935798393acfb9bec27a278f8c5be4ae7279ad6ab588b50daed2aa377fe48435798c41ae290b273a5bae94547cc5b162aba54aa649c7 SHA512 eba19c77f0c0f1052b86a4eb7910aeffbd68e86184b80d35a768c568cbc1178a4f91807469000005041defcf3b9707197d8938ab3edf6ce7832abc37d40fa00d
+DIST mkdocs-rss-plugin-1.15.0.gh.tar.gz 557859 BLAKE2B 39ae348bb1b130afa95503323b5e77db1b2eb3ed1bbfa03dbf768b0985f5de48873ed76470ce7ffd4ce89bf8af7a8cb3b216f59614b0c066ef1955f6d96407e9 SHA512 ff91f0ef1e004bd128088dd9805680c76b1ecfdc55416dfd29f0dd161ac6f2afb9c8bd5e57d3bd37d8ba1055dd272abd821a397bbc39aa3b4e5b6a6a5670dee9
+DIST mkdocs-rss-plugin-cache-1.15.0.gh.tar.gz 3674310 BLAKE2B 3d9a69bd07dd3fab88073669f7b2ca77ef895e70c600e4966a733d1c8e56434dd3e57039b6f084727dc48c8b52007d5ae60df7101dacd9545cef32f5c5ce1dae SHA512 c91b7f1a06c861b2e18d5a3c81034496db9c57c9ab77b26b8d1b4edae5d65cedaa84779c0cda9cc6608fadc80b7ba6b5a3f1e31a129f45defe9866280d47a1b4
diff --git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.2.ebuild b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.15.0.ebuild
similarity index 74%
rename from dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.2.ebuild
rename to dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.15.0.ebuild
index 02e5e9cef..ecc8755ff 100644
--- a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.12.2.ebuild
+++ b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.15.0.ebuild
@@ -35,20 +35,21 @@ KEYWORDS="~amd64"
BDEPEND="
>=dev-python/GitPython-3.1[${PYTHON_USEDEP}]
<dev-python/GitPython-3.2[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-1.4[${PYTHON_USEDEP}]
+ >=dev-python/mkdocs-1.5[${PYTHON_USEDEP}]
<dev-python/mkdocs-2[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP},truetype]
+ >=dev-python/cachecontrol-0.14[${PYTHON_USEDEP}]
+ <dev-python/cachecontrol-1[${PYTHON_USEDEP}]
+ dev-python/filelock[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.31[${PYTHON_USEDEP}]
+ <dev-python/requests-3[${PYTHON_USEDEP}]
test? (
- dev-python/feedparser[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- dev-python/mkdocs-material[${PYTHON_USEDEP}]
- dev-python/validator-collection[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}]
- dev-python/validator-collection[${PYTHON_USEDEP}]
- dev-python/jsonfeed[${PYTHON_USEDEP}]
- )
- doc? (
- dev-python/mkdocs-material[${PYTHON_USEDEP},social]
+ >=dev-python/feedparser-6.0.11[${PYTHON_USEDEP}]
+ <dev-python/feedparser-6.1[${PYTHON_USEDEP}]
+ >=dev-python/jsonfeed-1.1.2[${PYTHON_USEDEP}]
+ <dev-python/jsonfeed-2[${PYTHON_USEDEP}]
+ >=dev-python/mkdocs-material-9[${PYTHON_USEDEP},social]
+ >=dev-python/validator-collection-1.5[${PYTHON_USEDEP}]
+ <dev-python/validator-collection-1.6[${PYTHON_USEDEP}]
)
"
DEPEND="${BDEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-10-10 19:18 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-25 22:22 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-rss-plugin/ Henri Gasc
-- strict thread matches above, loose matches on Subject: below --
2024-10-10 19:18 Henri Gasc
2024-05-31 22:16 Henri Gasc
2024-04-15 9:26 Julien Roy
2024-03-10 17:45 Henri Gasc
2023-03-12 17:37 Henri Gasc
2023-02-08 15:59 Henri Gasc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox