# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Sphinx Python Domain to DocFX YAML Generator"

HOMEPAGE="https://github.com/googleapis/sphinx-docfx-yaml"
LICENSE="Apache-2.0"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE=""
DEPENDENCIES="dev-python/black[${PYTHON_USEDEP}]
	dev-python/gcp-docuploader[${PYTHON_USEDEP}]
	dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/recommonmark[${PYTHON_USEDEP}]
	~dev-python/sphinxcontrib-applehelp-1.0.4[${PYTHON_USEDEP}]
	~dev-python/sphinxcontrib-devhelp-1.0.2[${PYTHON_USEDEP}]
	~dev-python/sphinxcontrib-htmlhelp-2.0.1[${PYTHON_USEDEP}]
	~dev-python/sphinxcontrib-qthelp-1.0.3[${PYTHON_USEDEP}]
	~dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
	~dev-python/sphinx-4.5.0[${PYTHON_USEDEP}]
	dev-python/sphinx-markdown-builder[${PYTHON_USEDEP}]
	dev-python/sphinxcontrib-napoleon[${PYTHON_USEDEP}]
	dev-python/unidecode[${PYTHON_USEDEP}]
	>=dev-python/wheel-0.24.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"