commit: 190e250166ee601841432c0dd632f49999833b30
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Sep 11 20:43:18 2025 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Sep 11 20:43:18 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=190e2501
dev-python/probeinterface: drop 0.2.14, 0.2.16
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../probeinterface/probeinterface-0.2.14.ebuild | 37 ----------------------
.../probeinterface/probeinterface-0.2.16.ebuild | 37 ----------------------
2 files changed, 74 deletions(-)
diff --git a/dev-python/probeinterface/probeinterface-0.2.14.ebuild
b/dev-python/probeinterface/probeinterface-0.2.14.ebuild
deleted file mode 100644
index 75dd43bd4..000000000
--- a/dev-python/probeinterface/probeinterface-0.2.14.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
-
-DESCRIPTION="Python package to handle probe layout, geometry and wiring to
device"
-HOMEPAGE="https://github.com/SpikeInterface/probeinterface"
-SRC_URI="https://github.com/SpikeInterface/probeinterface/archive/refs/tags/${PV}.tar.gz
-> ${P}.gh.tar.gz"
-# upstream doesn't pus test dir to pypi,
https://github.com/SpikeInterface/probeinterface/issues/145
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-BDEPEND="
- test? (
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_DESELECT=(
- # Requires network access:
- # https://github.com/SpikeInterface/probeinterface/issues/70
- tests/test_library.py::test_download_probeinterface_file
- tests/test_library.py::test_get_from_cache
- tests/test_library.py::test_get_probe
- tests/test_wiring.py::test_wire_probe
-)
-distutils_enable_tests pytest
diff --git a/dev-python/probeinterface/probeinterface-0.2.16.ebuild
b/dev-python/probeinterface/probeinterface-0.2.16.ebuild
deleted file mode 100644
index 75dd43bd4..000000000
--- a/dev-python/probeinterface/probeinterface-0.2.16.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
-
-DESCRIPTION="Python package to handle probe layout, geometry and wiring to
device"
-HOMEPAGE="https://github.com/SpikeInterface/probeinterface"
-SRC_URI="https://github.com/SpikeInterface/probeinterface/archive/refs/tags/${PV}.tar.gz
-> ${P}.gh.tar.gz"
-# upstream doesn't pus test dir to pypi,
https://github.com/SpikeInterface/probeinterface/issues/145
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-BDEPEND="
- test? (
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_DESELECT=(
- # Requires network access:
- # https://github.com/SpikeInterface/probeinterface/issues/70
- tests/test_library.py::test_download_probeinterface_file
- tests/test_library.py::test_get_from_cache
- tests/test_library.py::test_get_probe
- tests/test_wiring.py::test_wire_probe
-)
-distutils_enable_tests pytest