# 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="DNAnexus Platform API bindings for Python"

HOMEPAGE="https://github.com/dnanexus/dx-toolkit"
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="pandas xattr"
DEPENDENCIES=">=dev-python/argcomplete-2.0.0[${PYTHON_USEDEP}]
	<dev-python/websocket-client-1.8.0[${PYTHON_USEDEP}]
	>=dev-python/python-dateutil-2.5[${PYTHON_USEDEP}]
	>=dev-python/psutil-5.9.3[${PYTHON_USEDEP}]
	>=dev-python/certifi-2024.7.4[${PYTHON_USEDEP}]
	<dev-python/urllib3-2.2[${PYTHON_USEDEP}]
	>=dev-python/crc32c-2.7.1[${PYTHON_USEDEP}]
	dev-python/awscrt[${PYTHON_USEDEP}]
	pandas? ( ~dev-python/pandas-1.3.5[${PYTHON_USEDEP}] )
	pandas? ( <dev-python/numpy-2.0.0[${PYTHON_USEDEP}] )
	xattr? ( dev-python/xattr[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"