1
0
Fork 0

dev-python/neo: version bump 0.11.version bump 0.11.00

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2022-10-07 19:11:37 -04:00
parent c4aeca006c
commit d83f23dc3e
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
2 changed files with 51 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST neo-0.10.0.tar.gz 3282288 BLAKE2B 480cb03f25ba88ffedd5d8842e0566ae6d7db79594edba7c6b04cf6fef205c9060a1a0f6923988add35b7f9f7e7068a119722be1c14ce5de9b9e6813b3ef6973 SHA512 a32103762b307eafbafd0d494907b906bd6203b92ab126b9cb43e54034b86fa0580966e9ce4603e1e4d528bcd3c2d333daca6551c23bfa42e0edf449503a06b0
DIST neo-0.11.0.tar.gz 9411608 BLAKE2B 9257fd8ff9eea8ec80b0a4eb701b63a9db10d51e6f145b704eb5e9a394dd13a5c6e567cb3469fa4d86f538637f80e9c660823d358bb7ddfd651291dc5df73450 SHA512 dab4832317c8dc6a794ffc9fb118124734fa2428c0527eb9c86bc3d35195a34bdb162bc0a44a3604cb8067fff7263ab5b106c0f9871007a093e7185df5ba9993

View File

@ -0,0 +1,50 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
MY_PN="python-neo"
DESCRIPTION="Read and represent a wide range of neurophysiology file formats in Python"
HOMEPAGE="https://github.com/NeuralEnsemble/python-neo"
SRC_URI="https://github.com/NeuralEnsemble/python-neo/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
#RESTRICT="test"
# Numerous test failures, checking with upstream:
# https://github.com/NeuralEnsemble/python-neo/issues/1037
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/quantities[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
${RDEPEND}
dev-python/scipy[${PYTHON_USEDEP}]
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/probeinterface[${PYTHON_USEDEP}]
dev-python/pynwb[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-vcs/datalad[${PYTHON_USEDEP}]
)
"
# Testing deps also need:
# igor
# pyedflib https://github.com/holgern/pyedflib
# klusta
# nixio
# sonpy
# ipython
S="${WORKDIR}/${MY_PN}-${PV}"
distutils_enable_tests pytest