summaryrefslogtreecommitdiff
path: root/dev-python/openstackdocstheme
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/openstackdocstheme')
-rw-r--r--dev-python/openstackdocstheme/Manifest1
-rw-r--r--dev-python/openstackdocstheme/metadata.xml19
-rw-r--r--dev-python/openstackdocstheme/openstackdocstheme-3.6.0.ebuild32
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-python/openstackdocstheme/Manifest b/dev-python/openstackdocstheme/Manifest
new file mode 100644
index 000000000000..02512be8e891
--- /dev/null
+++ b/dev-python/openstackdocstheme/Manifest
@@ -0,0 +1 @@
+DIST openstackdocstheme-3.6.0.tar.gz 1618016 BLAKE2B 34c17888d12b08e42c8156ec9ab55f92a2359cee7eadd2ff465b365ade9135899ea541cd970076298295e8e983a4da303f76d0a2884b856dd2d4601f9347f459 SHA512 51f9645e414036f9f06bd0f41a6cb60d2aa3c889f8c33f1c5a8d7c48caedb5847001b2ef8f4adbd691139f2f244285b63c1b81aea7cbaa8f555e438c3cece006
diff --git a/dev-python/openstackdocstheme/metadata.xml b/dev-python/openstackdocstheme/metadata.xml
new file mode 100644
index 000000000000..2b106de9eaac
--- /dev/null
+++ b/dev-python/openstackdocstheme/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+ <stabilize-allarches />
+ <longdescription lang="en">
+ Theme and extension support for Sphinx documentation that is published to docs.openstack.org and developer.openstack.org.
+ </longdescription>
+ <upstream>
+ <doc>https://docs.openstack.org/openstackdocstheme/latest/</doc>
+ </upstream>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/dev-python/openstackdocstheme/openstackdocstheme-3.6.0.ebuild b/dev-python/openstackdocstheme/openstackdocstheme-3.6.0.ebuild
new file mode 100644
index 000000000000..c41e83cb05cd
--- /dev/null
+++ b/dev-python/openstackdocstheme/openstackdocstheme-3.6.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pbr
+PYTHON_COMPAT=( python3_{13..14} )
+
+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}]
+ >=dev-python/sphinx-8.0.0[${PYTHON_USEDEP}]
+"
+RDEPEND="
+ ${BDEPEND}
+ >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests import-check