commit: 295a4493d6fe539c370cea5a25da6f2b4f61f41a
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Sep 11 20:48:24 2025 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Sep 11 20:48:24 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=295a4493
dev-python/neo: drop 0.11.0, 0.11.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/neo/neo-0.11.0.ebuild | 61 ----------------------------------------
dev-python/neo/neo-0.11.1.ebuild | 53 ----------------------------------
2 files changed, 114 deletions(-)
diff --git a/dev-python/neo/neo-0.11.0.ebuild b/dev-python/neo/neo-0.11.0.ebuild
deleted file mode 100644
index dedbcea6e..000000000
--- a/dev-python/neo/neo-0.11.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-MY_PN="python-neo"
-
-DESCRIPTION="Read and represent a wide range of neurophysiology file formats
in Python"
-HOMEPAGE="https://github.com/NeuralEnsemble/python-neo"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-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
-
-EPYTEST_DESELECT=(
-
neo/test/utils/test_datasets.py::TestDownloadDataset::test_download_dataset
-)
-
-# Reported upstream
-# https://github.com/NeuralEnsemble/python-neo/issues/1037
-python_test() {
- local EPYTEST_IGNORE=(
- neo/test/iotest/*
- neo/test/rawiotest/*
- )
- epytest
-}
diff --git a/dev-python/neo/neo-0.11.1.ebuild b/dev-python/neo/neo-0.11.1.ebuild
deleted file mode 100644
index 6f43494f8..000000000
--- a/dev-python/neo/neo-0.11.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Read and represent a wide range of neurophysiology file formats
in Python"
-HOMEPAGE="https://github.com/NeuralEnsemble/python-neo"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-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
-
-distutils_enable_tests pytest
-
-# Reported upstream
-# https://github.com/NeuralEnsemble/python-neo/issues/1037
-python_test() {
- local EPYTEST_IGNORE=(
- neo/test/iotest/*
- neo/test/rawiotest/*
- )
- epytest
-}