dev-python/sphinx-documattcom-theme - 1.1.1 (benzene-overlay)

Search

Package Information

Description:
Documattcom Theme for Sphinx documentation projects
Homepage:
https://github.com/documatt/sphinx-reredirects/tree/main/docs/vendors
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN="sphinx_reredirects"
MY_PV=1.0.0

DISTUTILS_USE_PEP517=standalone
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1 pypi

DESCRIPTION="Documattcom Theme for Sphinx documentation projects"
HOMEPAGE="https://github.com/documatt/sphinx-reredirects/tree/main/docs/vendors"
SRC_URI="$(pypi_sdist_url "${MY_PN}" ${MY_PV})"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND=">=dev-python/sphinx-8.0[${PYTHON_USEDEP}]
	>=dev-python/beautifulsoup4-4.13.3[${PYTHON_USEDEP}]
"

S="${WORKDIR}/${MY_PN}-${MY_PV}"

distutils_enable_tests import-check

python_compile() {
	distutils_wheel_install "${BUILD_DIR}/install" \
		docs/vendors/sphinx_null_theme-0.1.0-py3-none-any.whl
	distutils_wheel_install "${BUILD_DIR}/install" \
		docs/vendors/$(pypi_wheel_name)
}

Dependencies

RDEPEND

>=dev-python/sphinx-8.0[${PYTHON_USEDEP}]
	>=dev-python/beautifulsoup4-4.13.3[${PYTHON_USEDEP}]