# 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="Pythonic scripting library for cleaning data in Crunch"

HOMEPAGE="https://github.com/Crunch-io/scrunch"
LICENSE=""
SRC_URI="https://files.pythonhosted.org/packages/f7/6b/9f514f02c0fb1d53b6684f6b852d69df63882549f91d7773f9f6c554addb/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="docs pandas testing"
DEPENDENCIES="dev-python/pycrunch[${PYTHON_USEDEP}]
	~dev-python/requests-2.27.0[${PYTHON_USEDEP}]
	dev-python/cr-cube[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]
	docs? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	docs? ( dev-python/jaraco-packaging[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}] )
	pandas? ( dev-python/pandas[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/pytest-4.6.11[${PYTHON_USEDEP}] )
	testing? ( dev-python/collective-checkdocs[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/pytest-cov-2.12.1[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/mock-3.0.5[${PYTHON_USEDEP}] )
	testing? ( dev-python/isodate[${PYTHON_USEDEP}] )
	testing? ( dev-python/backports-unittest-mock[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"