# 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="Singer.io tap for extracting CSV files from S3 - PipelineWise compatible"

HOMEPAGE="https://github.com/transferwise/pipelinewise-tap-s3-csv"
LICENSE=""
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="dev test"
DEPENDENCIES="~dev-python/boto3-1.26.165[${PYTHON_USEDEP}]
	dev-python/singer-encodings[${PYTHON_USEDEP}]
	dev-python/pipelinewise-singer-python[${PYTHON_USEDEP}]
	~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
	~dev-python/ujson-5.4.0[${PYTHON_USEDEP}]
	~dev-python/more-itertools-8.12[${PYTHON_USEDEP}]
	dev? ( ~dev-python/ipdb-0.13.9[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-7.1[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pylint-2.12[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-cov-3.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"