# 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="The tool to convert a domain or a file with a list of domain to the famous IDNA format."

HOMEPAGE="https://github.com/PyFunceble/domain2idna"
LICENSE="MIT https://raw.githubusercontent.com/PyFunceble/domain2idna/master/LICENSE"
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 full test"
DEPENDENCIES=">=dev-python/setuptools-65.5.1[${PYTHON_USEDEP}]
	dev-python/colorama[${PYTHON_USEDEP}]
	test? ( dev-python/tox[${PYTHON_USEDEP}] )
	test? ( dev-python/coverage[${PYTHON_USEDEP}] )
	dev? ( dev-python/bandit[${PYTHON_USEDEP}] )
	dev? ( dev-python/flake8[${PYTHON_USEDEP}] )
	dev? ( dev-python/isort[${PYTHON_USEDEP}] )
	dev? ( dev-python/pylint[${PYTHON_USEDEP}] )
	dev? ( dev-python/black[${PYTHON_USEDEP}] )
	full? ( dev-python/bandit[${PYTHON_USEDEP}] )
	full? ( dev-python/flake8[${PYTHON_USEDEP}] )
	full? ( dev-python/colorama[${PYTHON_USEDEP}] )
	full? ( >=dev-python/setuptools-65.5.1[${PYTHON_USEDEP}] )
	full? ( dev-python/isort[${PYTHON_USEDEP}] )
	full? ( dev-python/tox[${PYTHON_USEDEP}] )
	full? ( dev-python/coverage[${PYTHON_USEDEP}] )
	full? ( dev-python/pylint[${PYTHON_USEDEP}] )
	full? ( dev-python/black[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"