commit:     783d0d095ebcfcfa0fcd651b195b679947d8e038
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Mar 12 10:46:44 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 10:46:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=783d0d09

dev-python/sphinx-sitemap: add 2.5.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/sphinx-sitemap/Manifest                 |  1 +
 .../sphinx-sitemap/sphinx-sitemap-2.5.0.ebuild     | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/sphinx-sitemap/Manifest 
b/dev-python/sphinx-sitemap/Manifest
index 55e12c858..1decbe941 100644
--- a/dev-python/sphinx-sitemap/Manifest
+++ b/dev-python/sphinx-sitemap/Manifest
@@ -1 +1,2 @@
 DIST sphinx-sitemap-2.2.1.tar.gz 6629 BLAKE2B 
c6fe585799e601e42604e7db0e4fe1c6ed08b0bcbdbc9648156fd189aa5901268a7b6d41973ee5c6e61a8e3c347f7eddd52a408ea12e6f01c55c193a726ae28e
 SHA512 
1668433e686cea71116fed273368d6e25fb918dfda4daf24290121c38c1596f26095eb6a14eca5c4a7f81bc6904a48e0c32e14dc610c01f87e5eb2e6cf29dd7e
+DIST sphinx-sitemap-2.5.0.gh.tar.gz 25760 BLAKE2B 
eb005638eca1a6fb948c44a554739c4a40f5f282c8cdd8e1d34b8fef317316750e492d8d252a2bb3ba7ee652b0eeba81d9d2969d1b85c0538e3c090fcd547706
 SHA512 
6fc1eb6da9e10fce4180fac656fd048b5d0603da8a44a841c03452848ef844265da846ce8370f09d9cee7057a5746768b32975df31939684a1c8202f7117a3d6

diff --git a/dev-python/sphinx-sitemap/sphinx-sitemap-2.5.0.ebuild 
b/dev-python/sphinx-sitemap/sphinx-sitemap-2.5.0.ebuild
new file mode 100644
index 000000000..1e6016758
--- /dev/null
+++ b/dev-python/sphinx-sitemap/sphinx-sitemap-2.5.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+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}]"
+
+distutils_enable_tests pytest
+
+#distutils_enable_sphinx docs/source \
+       #dev-python/furo \
+       #dev-python/sphinxemoji \
+       #dev-python/sphinxext-opengraph \
+       #dev-python/sphinx-contributors

Reply via email to