# 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="Command line library and Python client for Splitgraph, a version control system for data"

HOMEPAGE="https://www.splitgraph.com"
LICENSE="Apache 2.0 modified with Commons Clause"
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"
DEPENDENCIES="<dev-python/click-8.0[${PYTHON_USEDEP}]
	dev-python/psycopg2-binary[${PYTHON_USEDEP}]
	dev-python/parsimonious[${PYTHON_USEDEP}]
	dev-python/minio[${PYTHON_USEDEP}]
	dev-python/pglast[${PYTHON_USEDEP}]
	>=dev-python/requests-2.22[${PYTHON_USEDEP}]
	>=dev-python/docker-5.0.2[${PYTHON_USEDEP}]
	>=dev-python/click-log-0.3.2[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.46.0[${PYTHON_USEDEP}]
	>=dev-python/packaging-20.1[${PYTHON_USEDEP}]
	>=dev-python/tabulate-0.8.7[${PYTHON_USEDEP}]
	dev-python/asciitree[${PYTHON_USEDEP}]
	<dev-python/ruamel-yaml-0.18.0[${PYTHON_USEDEP}]
	>=dev-python/jsonschema-3.1.0[${PYTHON_USEDEP}]
	>=dev-python/cryptography-3.4.0[${PYTHON_USEDEP}]
	>=dev-python/pydantic-1.8.1[${PYTHON_USEDEP}]
	<dev-python/chardet-5.0.0[${PYTHON_USEDEP}]
	<dev-python/cffi-1.15[${PYTHON_USEDEP}]
	dev-python/sodapy[${PYTHON_USEDEP}]
	pandas? ( ~dev-python/pandas-1.1.5[${PYTHON_USEDEP}] )
	pandas? ( <dev-python/sqlalchemy-1.4.23[${PYTHON_USEDEP}] )
	dev-python/splitgraph-pipelinewise-target-postgres[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"