# 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="Batch job submission and management tool"

HOMEPAGE="https://github.com/paulgessinger/kong/"
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="ipython"
DEPENDENCIES="<dev-python/click-8.0.0[${PYTHON_USEDEP}]
	<dev-python/coloredlogs-15.0[${PYTHON_USEDEP}]
	dev-python/halo[${PYTHON_USEDEP}]
	<dev-python/humanfriendly-9.0[${PYTHON_USEDEP}]
	ipython? ( <dev-python/ipython-8.0.0[${PYTHON_USEDEP}] )
	<dev-python/jinja2-3.0.0[${PYTHON_USEDEP}]
	dev-python/notifiers[${PYTHON_USEDEP}]
	<dev-python/peewee-4.0.0[${PYTHON_USEDEP}]
	<dev-python/psutil-6.0.0[${PYTHON_USEDEP}]
	<dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
	<dev-python/pytimeparse-2.0.0[${PYTHON_USEDEP}]
	<dev-python/pytz-2021.0[${PYTHON_USEDEP}]
	<dev-python/pyyaml-6.0.0[${PYTHON_USEDEP}]
	<dev-python/schema-0.8.0[${PYTHON_USEDEP}]
	<dev-python/sh-2.0.0[${PYTHON_USEDEP}]
	<dev-python/tqdm-5.0.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"