dev-python/sphinx-design: add 0.7.0, drop 0.6.1

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2026-04-18 18:28:56 +02:00
parent b5e79611c5
commit b2e74c57e4
2 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,32 @@
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DOCS_AUTODOC=0
DOCS_BUILDER="sphinx"
DOCS_DIR="docs"
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 docs
DESCRIPTION="A sphinx extension for designing beautiful responsive web components"
HOMEPAGE="https://github.com/executablebooks/sphinx-design https://pypi.org/project/sphinx_design/"
SRC_URI="https://github.com/executablebooks/sphinx-design/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="
test? (
dev-python/pytest-regressions[${PYTHON_USEDEP}]
)
doc? (
dev-python/myst-parser[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest