dev-python/sphinxcontrib-youtube - 1.5.0 (benzene-overlay)

Search

Install

Install this version:

emerge -a =dev-python/sphinxcontrib-youtube-1.5.0

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

autounmask =dev-python/sphinxcontrib-youtube-1.5.0

Or alternatively:

emerge --autounmask-write -a =dev-python/sphinxcontrib-youtube-1.5.0

Package Information

Description:
A Sphinx extension to embed videos from YouTube
Homepage:
https://sphinxcontrib-youtube.readthedocs.io
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.5.0 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..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-7.2[${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

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/sphinx-7.2[]
	dev-python/requests[]

BDEPEND

test? ( dev-python/beautifulsoup4[] )

Manifest for 1.5.0

Type File Size Source URLs
DIST sphinxcontrib-youtube-1.5.0.gh.tar.gz 13108 bytes https://github.com/sphinx-contrib/youtube/archive/refs/tags/v1.5.0.tar.gz