# 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="light-weight essential tools that are not included in Python standard library"

HOMEPAGE="https://github.com/sudongqi/AbsolutelyEssentialToolKit.git"
LICENSE=""
SRC_URI="https://files.pythonhosted.org/packages/82/c0/6b41c14e4b50e7ca0c95e6e13935fe36f3e5b0077734b8a3d812ed3eb499/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE=""
DEPENDENCIES=">=dev-python/tqdm-4.64.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"