# 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="Python Pachyderm Client"

HOMEPAGE="https://github.com/pachyderm/pachyderm/tree/master/python-sdk"
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="cdr"
DEPENDENCIES="~dev-python/betterproto-2.0.0_beta6[${PYTHON_USEDEP}]
	>=dev-python/certifi-2022.9[${PYTHON_USEDEP}]
	>=dev-python/grpcio-1.52.0[${PYTHON_USEDEP}]
	dev-python/grpc-interceptor[${PYTHON_USEDEP}]
	<dev-python/more-itertools-11.0.0[${PYTHON_USEDEP}]
	~dev-python/python-dotenv-1.0[${PYTHON_USEDEP}]
	cdr? ( <dev-python/pycryptodome-4.0[${PYTHON_USEDEP}] )
	cdr? ( >=dev-python/requests-2.30[${PYTHON_USEDEP}] )
	>dev-python/urllib3-2.2.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"