dev-python/sphinx-design - 0.7.0 (guru)

Search

Install

Install this version:

emerge -a =dev-python/sphinx-design-0.7.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/sphinx-design-0.7.0

Or alternatively:

emerge --autounmask-write -a =dev-python/sphinx-design-0.7.0

Package Information

Description:
A sphinx extension for designing beautiful responsive web components
Homepage:
https://github.com/executablebooks/sphinx-design https://pypi.org/project/sphinx_design/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.7.0 8 ~amd64 ~x86 0
View Raw Ebuild
# 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

Inherited Eclasses

Dependencies

BDEPEND

	test? (
		dev-python/pytest-regressions[]
	)
	doc? (
		dev-python/myst-parser[]
	)

Manifest for 0.7.0

Type File Size Source URLs
DIST sphinx-design-0.7.0.gh.tar.gz 2699400 bytes https://github.com/executablebooks/sphinx-design/archive/refs/tags/v0.7.0.tar.gz