dev-python/spikeextractors: masking tests but providing dep details
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
d60f10cb94
commit
4d1f0752ff
2
dev-python/spikeextractors/ChangeLog
Normal file
2
dev-python/spikeextractors/ChangeLog
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
18 Oct 2021; <chymera@gentoo.org> spikeextractors-0.9.7.ebuild:
|
||||||
|
dev-python/spikeextractors: masking tests but providing dep details
|
@ -16,9 +16,10 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
# dev-python/hdf5storage, datalad, and neo hold back ~x86
|
# dev-python/hdf5storage, datalad, and neo hold back ~x86
|
||||||
IUSE="test"
|
IUSE="test"
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="test"
|
||||||
|
# Tests fail, but the package is deprecated, so no use checking with upstream.
|
||||||
|
# We only distribute this because nwb-conversion-tools still uses it.
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-python/h5py[${PYTHON_USEDEP}]
|
dev-python/h5py[${PYTHON_USEDEP}]
|
||||||
dev-python/hdf5storage[${PYTHON_USEDEP}]
|
dev-python/hdf5storage[${PYTHON_USEDEP}]
|
||||||
@ -44,6 +45,14 @@ RDEPEND="
|
|||||||
# exdir
|
# exdir
|
||||||
# sonpy
|
# sonpy
|
||||||
# pyyaml and shybird might not really be needed
|
# pyyaml and shybird might not really be needed
|
||||||
|
DEPEND="
|
||||||
|
test? (
|
||||||
|
dev-python/parameterized[${PYTHON_USEDEP}]
|
||||||
|
dev-python/tridesclous[${PYTHON_USEDEP}]
|
||||||
|
dev-vcs/datalad
|
||||||
|
${RDEPEND}
|
||||||
|
)
|
||||||
|
"
|
||||||
BDEPEND=""
|
BDEPEND=""
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user