# 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 module for extracting recorded and spike sorted extracellular data from different file types and formats"

HOMEPAGE="https://github.com/SpikeInterface/spikeextractors"
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="full"
DEPENDENCIES="dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/tqdm[${PYTHON_USEDEP}]
	dev-python/joblib[${PYTHON_USEDEP}]
	full? ( dev-python/h5py[${PYTHON_USEDEP}] )
	full? ( >=dev-python/scipy-1.6.3[${PYTHON_USEDEP}] )
	full? ( dev-python/pyintan[${PYTHON_USEDEP}] )
	full? ( dev-python/pyopenephys[${PYTHON_USEDEP}] )
	full? ( dev-python/neo[${PYTHON_USEDEP}] )
	full? ( dev-python/MEArec[${PYTHON_USEDEP}] )
	full? ( dev-python/pynwb[${PYTHON_USEDEP}] )
	full? ( >=dev-python/lxml-4.6.3[${PYTHON_USEDEP}] )
	full? ( dev-python/nixio[${PYTHON_USEDEP}] )
	full? ( dev-python/shybrid[${PYTHON_USEDEP}] )
	full? ( >=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}] )
	full? ( dev-python/mtscomp[${PYTHON_USEDEP}] )
	full? ( dev-python/exdir[${PYTHON_USEDEP}] )
	full? ( dev-python/hdf5storage[${PYTHON_USEDEP}] )
	full? ( dev-python/sonpy[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"