# 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="Python Utils is a module with some convenient utilities not included with the standard Python install"

HOMEPAGE="https://github.com/WoLpH/python-utils"
LICENSE="BSD"
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="docs loguru tests"
DEPENDENCIES=">dev-python/typing-extensions-3.10.0.2[${PYTHON_USEDEP}]
	loguru? ( dev-python/loguru[${PYTHON_USEDEP}] )
	docs? ( dev-python/mock[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	docs? ( dev-python/python-utils[${PYTHON_USEDEP}] )
	tests? ( dev-python/ruff[${PYTHON_USEDEP}] )
	tests? ( dev-python/pyright[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-mypy[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )
	tests? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	tests? ( dev-python/types-setuptools[${PYTHON_USEDEP}] )
	tests? ( dev-python/loguru[${PYTHON_USEDEP}] )
	tests? ( dev-python/loguru-mypy[${PYTHON_USEDEP}] )
	tests? ( dev-python/mypy-ipython[${PYTHON_USEDEP}] )
	tests? ( dev-python/blessings[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"