diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-14 16:30:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-14 18:04:07 +0100 |
commit | 8aed533cd0c1cdc9d65d3b0518df2b024c6da80e (patch) | |
tree | f54254356faa6876f82ffb57df683b236594dd7f /dev-python/openstackdocstheme | |
parent | dev-python/oslo-log: Bump to 4.7.0 (diff) | |
download | gentoo-8aed533cd0c1cdc9d65d3b0518df2b024c6da80e.tar.gz gentoo-8aed533cd0c1cdc9d65d3b0518df2b024c6da80e.tar.bz2 gentoo-8aed533cd0c1cdc9d65d3b0518df2b024c6da80e.zip |
dev-python/openstackdocstheme: Bump to 2.4.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/openstackdocstheme')
-rw-r--r-- | dev-python/openstackdocstheme/Manifest | 1 | ||||
-rw-r--r-- | dev-python/openstackdocstheme/openstackdocstheme-2.4.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/openstackdocstheme/Manifest b/dev-python/openstackdocstheme/Manifest index 04476b83ad87..43933e3ddd7c 100644 --- a/dev-python/openstackdocstheme/Manifest +++ b/dev-python/openstackdocstheme/Manifest @@ -1 +1,2 @@ DIST openstackdocstheme-2.3.1.tar.gz 1255622 BLAKE2B cbb03cbbdd2d22c019879b03be87d97fe52e4396cd45e7acf4e138bb50a99444a80a43c3c76f777ea74bd24ec92ca1e4a562dbc91159d1ddf3cf20c3ad86a957 SHA512 d3e190543e83d83b00d247fe79598f302684e2baece50a01c196231625fce9d7bdfe9716a7eea8cf0a9b59319f02b3c0d3cf35086e58c71cb0d958410fd560cb +DIST openstackdocstheme-2.4.0.tar.gz 1255985 BLAKE2B 6066ef5b4fc50093dd7a55d4e7824be9495f8cc9af5f20e1ee7ee5bacea1deb5d1e1a08e408470ba5923de9ece2658dc187bef9c6d5cb767d4c492543bbdc3c1 SHA512 34bc69fc3455c013ba05e6662ea362f0b9ac4070a9e70b34987846eec84197069622fbddd295251d2a363f08303c5a2e9b998b01207bdf6891ca68aa33682c78 diff --git a/dev-python/openstackdocstheme/openstackdocstheme-2.4.0.ebuild b/dev-python/openstackdocstheme/openstackdocstheme-2.4.0.ebuild new file mode 100644 index 000000000000..ddf491533957 --- /dev/null +++ b/dev-python/openstackdocstheme/openstackdocstheme-2.4.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Theme and extension support for Sphinx documentation" +HOMEPAGE="https://docs.openstack.org/openstackdocstheme/latest/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" + +BDEPEND=" + >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] +" +RDEPEND=" + ${BDEPEND} + >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}] +" |