# 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="Query metadata from sdists / bdists / installed packages. Safer fork of pkginfo to avoid doing arbitrary imports and eval." HOMEPAGE="https://github.com/aboutcode-org/pkginfo2" LICENSE="MIT" 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="dev" DEPENDENCIES="dev? ( >=dev-python/pytest-7.0.1[${PYTHON_USEDEP}] ) dev? ( >=dev-python/pytest-xdist-2.0[${PYTHON_USEDEP}] ) dev? ( dev-python/aboutcode-toolkit[${PYTHON_USEDEP}] ) dev? ( dev-python/twine[${PYTHON_USEDEP}] ) dev? ( dev-python/ruff[${PYTHON_USEDEP}] ) dev? ( >=dev-python/sphinx-5.0.2[${PYTHON_USEDEP}] ) dev? ( >=dev-python/sphinx-rtd-theme-1.0.0[${PYTHON_USEDEP}] ) dev? ( dev-python/sphinx-reredirects[${PYTHON_USEDEP}] ) dev? ( >=dev-python/doc8-0.11.2[${PYTHON_USEDEP}] ) dev? ( dev-python/sphinx-autobuild[${PYTHON_USEDEP}] ) dev? ( dev-python/sphinx-rtd-dark-mode[${PYTHON_USEDEP}] ) dev? ( dev-python/sphinx-copybutton[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"