From 8e8a4ebb8159acdb82e7cfa78da93cda801aa2d2 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 20 Oct 2025 19:06:16 +0000 Subject: Adding metadata --- dev-python/sphinx-sitemap/Manifest | 2 +- .../sphinx-sitemap/sphinx-sitemap-2.7.2.ebuild | 44 ---------------------- .../sphinx-sitemap/sphinx-sitemap-2.9.0.ebuild | 44 ++++++++++++++++++++++ 3 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 dev-python/sphinx-sitemap/sphinx-sitemap-2.7.2.ebuild create mode 100644 dev-python/sphinx-sitemap/sphinx-sitemap-2.9.0.ebuild (limited to 'dev-python/sphinx-sitemap') diff --git a/dev-python/sphinx-sitemap/Manifest b/dev-python/sphinx-sitemap/Manifest index 46377cc69803..3249b70a0d56 100644 --- a/dev-python/sphinx-sitemap/Manifest +++ b/dev-python/sphinx-sitemap/Manifest @@ -1,2 +1,2 @@ -DIST sphinx-sitemap-2.7.2.gh.tar.gz 28215 BLAKE2B b170337d6e3d3d29ecdbc9daaeb6d98dad55f4e70faa9818e883690d1066f9f1d81ef4d096dfdcbf56d6d2ea76321952f6f82e20bce0763604a28ab1b1e155d3 SHA512 4d8e64122f7085c1748f7d86a71f9ecdc5d7e3061dcf223488177939f3fa1f07ace180e58eadff35fe8970f89baf9cfb60ba61ee6fe53193a251095c139fb76f DIST sphinx-sitemap-2.8.0.gh.tar.gz 29119 BLAKE2B 881772326cf4cf993c58c07e486fa428e53c744178e1f906dece590a4e0c51cb32d661c70b3419376c2485dfefca0761bf8a23cc19e72d9423be1805f90142ab SHA512 6413a12d5777a54181e94b4c7b12291003caa3824573be9b3fcac646669e2074c08973d28a849cf421a38500c2dffb12a0829c4ff4b2b4448db721a13249a29f +DIST sphinx-sitemap-2.9.0.gh.tar.gz 29435 BLAKE2B 951a98744741b2d54106535539649950b0884916ef9c0ce3f09b35c32ad81170a1232ec5cffc0300db2c470540499d0e01e234ecf9bc282726a8f9ce84961d5d SHA512 00620150c0492b70597da6a695208013eaad7ae1d2a8ba4e298425888b4003f228362000afd9323399d0eacac5a80f9298383717ac794fc8a5f5ba6466a58547 diff --git a/dev-python/sphinx-sitemap/sphinx-sitemap-2.7.2.ebuild b/dev-python/sphinx-sitemap/sphinx-sitemap-2.7.2.ebuild deleted file mode 100644 index d381f03f7f5f..000000000000 --- a/dev-python/sphinx-sitemap/sphinx-sitemap-2.7.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..14} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Sitemap generator for Sphinx" -HOMEPAGE=" - https://pypi.org/project/sphinx-sitemap/ - https://github.com/jdillard/sphinx-sitemap -" -SRC_URI="https://github.com/jdillard/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinx-last-updated-by-git[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( dev-python/gitpython[${PYTHON_USEDEP}] ) -" - -DOCS=( {CHANGELOG,README}.rst ) - -EPYTEST_PLUGINS=( ) - -distutils_enable_tests pytest - -src_prepare() { - #sed "s:\(GIT_TAG_OUTPUT =\) .*:\1 b'v${PV}':" -i docs/source/conf.py - distutils-r1_src_prepare -} - -#distutils_enable_sphinx docs/source \ - #dev-python/furo \ - #dev-python/sphinxemoji \ - #dev-python/sphinxext-opengraph \ - #dev-python/sphinx-contributors diff --git a/dev-python/sphinx-sitemap/sphinx-sitemap-2.9.0.ebuild b/dev-python/sphinx-sitemap/sphinx-sitemap-2.9.0.ebuild new file mode 100644 index 000000000000..d381f03f7f5f --- /dev/null +++ b/dev-python/sphinx-sitemap/sphinx-sitemap-2.9.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 2022-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..14} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Sitemap generator for Sphinx" +HOMEPAGE=" + https://pypi.org/project/sphinx-sitemap/ + https://github.com/jdillard/sphinx-sitemap +" +SRC_URI="https://github.com/jdillard/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-last-updated-by-git[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( dev-python/gitpython[${PYTHON_USEDEP}] ) +" + +DOCS=( {CHANGELOG,README}.rst ) + +EPYTEST_PLUGINS=( ) + +distutils_enable_tests pytest + +src_prepare() { + #sed "s:\(GIT_TAG_OUTPUT =\) .*:\1 b'v${PV}':" -i docs/source/conf.py + distutils-r1_src_prepare +} + +#distutils_enable_sphinx docs/source \ + #dev-python/furo \ + #dev-python/sphinxemoji \ + #dev-python/sphinxext-opengraph \ + #dev-python/sphinx-contributors -- cgit v1.3