1
0
Fork 0

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:
Horea Christian 2021-10-18 06:08:36 -04:00
parent d60f10cb94
commit 4d1f0752ff
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
2 changed files with 13 additions and 2 deletions

View 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

View File

@ -16,9 +16,10 @@ SLOT="0"
KEYWORDS="~amd64"
# dev-python/hdf5storage, datalad, and neo hold back ~x86
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="
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/hdf5storage[${PYTHON_USEDEP}]
@ -44,6 +45,14 @@ RDEPEND="
# exdir
# sonpy
# 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=""
PATCHES=(