dev-python/sphinxext-opengraph - 0.13.0 (guru)

Search

Install

Install this version:

emerge -a =dev-python/sphinxext-opengraph-0.13.0

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

autounmask =dev-python/sphinxext-opengraph-0.13.0

Or alternatively:

emerge --autounmask-write -a =dev-python/sphinxext-opengraph-0.13.0

Package Information

Description:
Sphinx extension to generate unique OpenGraph metadata
Homepage:
https://github.com/wpilibsuite/sphinxext-opengraph https://pypi.org/project/sphinxext-opengraph/
License:
GPL-3

Ebuild Details

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

EAPI=8

DOCS_AUTODOC=0
DOCS_BUILDER="sphinx"
DOCS_DIR="docs"

# PYPI_NO_NORMALIZE=1

DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{12..13} )

inherit distutils-r1 docs pypi

DESCRIPTION="Sphinx extension to generate unique OpenGraph metadata"
HOMEPAGE="https://github.com/wpilibsuite/sphinxext-opengraph https://pypi.org/project/sphinxext-opengraph/"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	dev-python/myst-parser[${PYTHON_USEDEP}]
	dev-python/furo[${PYTHON_USEDEP}]
	dev-python/sphinx-design[${PYTHON_USEDEP}]
	dev-python/matplotlib[${PYTHON_USEDEP}]
"
BDEPEND="
	doc? (
		${RDEPEND}
		dev-python/accessible-pygments[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/myst-parser[]
	dev-python/furo[]
	dev-python/sphinx-design[]
	dev-python/matplotlib[]

BDEPEND

	doc? (
		
	dev-python/myst-parser[]
	dev-python/furo[]
	dev-python/sphinx-design[]
	dev-python/matplotlib[]

		dev-python/accessible-pygments[]
	)