# 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="A command-line tool that makes it easy to submit and run batch scripts in the cloud"

HOMEPAGE="https://github.com/DataBiosphere/dsub"
LICENSE="Apache-2.0"
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=""
DEPENDENCIES="<=dev-python/google-api-python-client-2.181.0[${PYTHON_USEDEP}]
	<=dev-python/google-auth-2.40.3[${PYTHON_USEDEP}]
	dev-python/google-cloud-batch[${PYTHON_USEDEP}]
	<=dev-python/python-dateutil-2.9.0[${PYTHON_USEDEP}]
	<=dev-python/pytz-2025.2[${PYTHON_USEDEP}]
	<=dev-python/pyyaml-6.0.1[${PYTHON_USEDEP}]
	<=dev-python/tenacity-8.2.3[${PYTHON_USEDEP}]
	<=dev-python/tabulate-0.9.0[${PYTHON_USEDEP}]
	dev-python/funcsigs[${PYTHON_USEDEP}]
	<=dev-python/google-api-core-2.25.1[${PYTHON_USEDEP}]
	<=dev-python/google-auth-httplib2-0.2.0[${PYTHON_USEDEP}]
	<=dev-python/httplib2-0.22.0[${PYTHON_USEDEP}]
	<=dev-python/protobuf-6.32.0[${PYTHON_USEDEP}]
	<=dev-python/pyasn1-0.6.0[${PYTHON_USEDEP}]
	<=dev-python/pyasn1-modules-0.4.0[${PYTHON_USEDEP}]
	<=dev-python/rsa-4.9[${PYTHON_USEDEP}]
	<=dev-python/uritemplate-4.1.1[${PYTHON_USEDEP}]
	<=dev-python/parameterized-0.9.0[${PYTHON_USEDEP}]
	<=dev-python/mock-5.1.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"