| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.4.1 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
DESCRIPTION="A Sphinx extension to embed videos from YouTube"
HOMEPAGE="https://sphinxcontrib-youtube.readthedocs.io"
SRC_URI="https://github.com/sphinx-contrib/youtube/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=dev-python/sphinx-6.1[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
BDEPEND="test? ( dev-python/beautifulsoup4[${PYTHON_USEDEP}] )"
S="${WORKDIR}/youtube-${PV}"
EPYTEST_PLUGINS=( pytest-{datadir,regressions} )
distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/sphinx-copybutton dev-python/sphinx-design dev-python/pydata-sphinx-theme
>=dev-python/sphinx-6.1[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
test? ( dev-python/beautifulsoup4[${PYTHON_USEDEP}] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sphinxcontrib-youtube-1.4.1.gh.tar.gz | 13024 bytes | https://github.com/sphinx-contrib/youtube/archive/refs/tags/v1.4.1.tar.gz |