commit:     ecd58443f20908be05040d3ba2552895b2d3d8d3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 19:26:46 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 19:32:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd58443

dev-python/openstackdocstheme: add 3.4.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/openstackdocstheme/Manifest             |  1 +
 .../openstackdocstheme-3.4.0.ebuild                | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/openstackdocstheme/Manifest 
b/dev-python/openstackdocstheme/Manifest
index f77ae47497ad..5ba3efb3401d 100644
--- a/dev-python/openstackdocstheme/Manifest
+++ b/dev-python/openstackdocstheme/Manifest
@@ -1 +1,2 @@
 DIST openstackdocstheme-3.3.0.tar.gz 1256566 BLAKE2B 
d69f9edae656de888cb06b9a4c42ece7c615976d8e454b5b391772a19958366ed14c57b55a3e8514052a845eaf5f9774e5415e71c0d16e44dab1c7285c66be45
 SHA512 
b49be9d4b7deccbdf6f9c398ddd1e763572dadfecdc228fe6956aab5fdb5588a4d20aaa1e445b2de66e99fe0953f753c2734bb6bc2211836f5bf4b0567ba7deb
+DIST openstackdocstheme-3.4.0.tar.gz 1256314 BLAKE2B 
595f1a8b1729cd79e998d4de9817daf23365b4e1b9d8361afbddbd20ecd8ead3c07662a5ff0de70986547ed3cad32785c5182cdf1fadfea455d6824036b5f59b
 SHA512 
34cc9a2f4d1f6cda86e4f4b411edaf3d3fc229c2384ce160cb9b65068054793867b14c40beaf9f4b46948da8f22f70a68d5a3868c4b8605ade0aa2b0d8750828

diff --git a/dev-python/openstackdocstheme/openstackdocstheme-3.4.0.ebuild 
b/dev-python/openstackdocstheme/openstackdocstheme-3.4.0.ebuild
new file mode 100644
index 000000000000..25b947235a2d
--- /dev/null
+++ b/dev-python/openstackdocstheme/openstackdocstheme-3.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Theme and extension support for Sphinx documentation"
+HOMEPAGE="
+       https://docs.openstack.org/openstackdocstheme/latest/
+       https://opendev.org/openstack/openstackdocstheme/
+       https://github.com/openstack/openstackdocstheme/
+       https://pypi.org/project/openstackdocstheme/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~x86"
+
+BDEPEND="
+       >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+"
+RDEPEND="
+       ${BDEPEND}
+       >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
+"

Reply via email to