dev-python/sphinx-autobuild - 2025.8.25 (benzene-overlay)

Search

Package Information

Description:
Rebuild Sphinx documentation on changes, with live-reload in the browser
Homepage:
https://github.com/executablebooks/sphinx-autobuild
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2025.8.25 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

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

#MY_PV="$(ver_cut 1).0$(ver_cut 2).0$(ver_cut 3)"
MY_PV="$(ver_cut 1).0$(ver_cut 2).$(ver_cut 3)"
#MY_PV="$(ver_cut 1).$(ver_cut 2).0$(ver_cut 3)"
MY_P="${PN}-${MY_PV}"

inherit distutils-r1 #pypi

DESCRIPTION="Rebuild Sphinx documentation on changes, with live-reload in the browser"
HOMEPAGE="https://github.com/executablebooks/sphinx-autobuild"
SRC_URI="https://github.com/sphinx-doc/sphinx-autobuild/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.gh.tar.gz"

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

RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
	>=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
	>=dev-python/starlette-0.35[${PYTHON_USEDEP}]
	>=dev-python/uvicorn-0.25[${PYTHON_USEDEP}]
	>=dev-python/watchfiles-0.20[${PYTHON_USEDEP}]
	>=dev-python/websockets-11[${PYTHON_USEDEP}]
"
BDEPEND="test? ( dev-python/httpx[${PYTHON_USEDEP}] )"

S="${WORKDIR}/${MY_P}"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest
distutils_enable_sphinx docs --no-autodoc

Dependencies

RDEPEND

dev-python/sphinx[${PYTHON_USEDEP}]
	>=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
	>=dev-python/starlette-0.35[${PYTHON_USEDEP}]
	>=dev-python/uvicorn-0.25[${PYTHON_USEDEP}]
	>=dev-python/watchfiles-0.20[${PYTHON_USEDEP}]
	>=dev-python/websockets-11[${PYTHON_USEDEP}]

BDEPEND

test? ( dev-python/httpx[${PYTHON_USEDEP}] )

Manifest for 2025.8.25

Type File Size Source URLs
DIST sphinx-autobuild-2025.8.25.gh.tar.gz 209202 bytes https://github.com/sphinx-doc/sphinx-autobuild/archive/refs/tags/$(ver_cut 1).0$(ver_cut 2).$(ver_cut 3).tar.gz