mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-python/openstackdocstheme: Bump to 3.6.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST openstackdocstheme-3.5.0.tar.gz 1616880 BLAKE2B 401adebe986e8e755a81ab140aa09d85bd4c6c4d3b86bb134962462be47e94a6d4cf9a55d644359bd042b9f7582a3493d2e0eaef5c990f6bc9f9cf1bc229e406 SHA512 5a427e60b55aa8a6e8523d91f4665bdff64ef1163334b70d5b658d80f3b51450984ef9f2a7503136308a87e446b9ee70f76d2def502e7ba24bb8091a047a1da2
|
||||
DIST openstackdocstheme-3.6.0.tar.gz 1618016 BLAKE2B 34c17888d12b08e42c8156ec9ab55f92a2359cee7eadd2ff465b365ade9135899ea541cd970076298295e8e983a4da303f76d0a2884b856dd2d4601f9347f459 SHA512 51f9645e414036f9f06bd0f41a6cb60d2aa3c889f8c33f1c5a8d7c48caedb5847001b2ef8f4adbd691139f2f244285b63c1b81aea7cbaa8f555e438c3cece006
|
||||
|
||||
@@ -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_{12..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
|
||||
Reference in New Issue
Block a user