public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Henri Gasc" <gasc@eurecom.fr>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-rss-plugin/
Date: Fri, 31 May 2024 22:16:18 +0000 (UTC)	[thread overview]
Message-ID: <1717193762.82e7ad1702ed61e96a925507c3c96a35e783a67a.gasc@gentoo> (raw)

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>

 dev-python/mkdocs-rss-plugin/Manifest                          |  3 ++-
 ...ss-plugin-1.12.1.ebuild => mkdocs-rss-plugin-1.12.2.ebuild} | 10 +++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --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
 }
 


             reply	other threads:[~2024-05-31 22:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-31 22:16 Henri Gasc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-15  9:26 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-rss-plugin/ Julien Roy
2024-03-10 17:45 Henri Gasc
2023-12-25 22:22 Henri Gasc
2023-03-12 17:37 Henri Gasc
2023-02-08 15:59 Henri Gasc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1717193762.82e7ad1702ed61e96a925507c3c96a35e783a67a.gasc@gentoo \
    --to=gasc@eurecom.fr \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox