diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-29 13:23:52 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-29 13:23:52 +0000 |
| commit | 78ab2ffaa3c007ab6868a141be142b66c605ea49 (patch) | |
| tree | 87873690c8aa323b34e1264dfd45a1191eb26d42 /dev-python/openstackdocstheme | |
| parent | 4ac9d95b9cabcb380254e7c7f1060a3c281c83a3 (diff) | |
| download | baldeagleos-repo-78ab2ffaa3c007ab6868a141be142b66c605ea49.tar.gz baldeagleos-repo-78ab2ffaa3c007ab6868a141be142b66c605ea49.tar.xz baldeagleos-repo-78ab2ffaa3c007ab6868a141be142b66c605ea49.zip | |
Adding metadata
Diffstat (limited to 'dev-python/openstackdocstheme')
| -rw-r--r-- | dev-python/openstackdocstheme/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/openstackdocstheme/openstackdocstheme-3.1.1.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/openstackdocstheme/Manifest b/dev-python/openstackdocstheme/Manifest index 72db3fd2e90d..51fd4ed84dd1 100644 --- a/dev-python/openstackdocstheme/Manifest +++ b/dev-python/openstackdocstheme/Manifest @@ -1 +1,2 @@ DIST openstackdocstheme-3.1.0.tar.gz 1256193 BLAKE2B 53bdd85094a74344154dd4a25f2d29142be12000f5b38c8d723ce800794677972215b6402d35fe9385ede246efd4111d457ccb2d04eb540fcbaea5cf92382c04 SHA512 654859f40779e1d285b08b12c040b016a066a62e0a6eacad3c5a271ee40ba1147650ca1b95ac68a4fe254a296948f3ae30803cd26f9f67f1be944683fe24445b +DIST openstackdocstheme-3.1.1.tar.gz 1256245 BLAKE2B e0f1a9b13fe7e28e851eddcbf73a87b28509b9ea3d597a4680b3c8b39d309700f7fde8cf9fe9a63d6ec7210e505d24d541e1592553b8a8c9cd85b38de09a4442 SHA512 b620486617f5ab2e5ce149030a9bd79408a856709603725b2e17400253aaadee732c2ea5954d80c9ab384ac266d85e7e6698f3b525115183b38693718b3f195b diff --git a/dev-python/openstackdocstheme/openstackdocstheme-3.1.1.ebuild b/dev-python/openstackdocstheme/openstackdocstheme-3.1.1.ebuild new file mode 100644 index 000000000000..b7adeb3f84e8 --- /dev/null +++ b/dev-python/openstackdocstheme/openstackdocstheme-3.1.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) + +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 ~ia64 ~ppc64 ~riscv ~s390 ~x86" + +BDEPEND=" + >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] +" +RDEPEND=" + ${BDEPEND} + >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}] +" |
