Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/probeinterface/
Date: Thu, 02 Mar 2023 16:53:33
Message-Id: 1677776001.e6ec0d6cd7973b7bcd098a65a708978cbdae7f07.chymera@gentoo
1 commit: e6ec0d6cd7973b7bcd098a65a708978cbdae7f07
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Thu Mar 2 16:53:21 2023 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Thu Mar 2 16:53:21 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e6ec0d6c
7
8 dev-python/probeinterface: drop 0.2.5
9
10 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
11
12 .../probeinterface/probeinterface-0.2.5.ebuild | 35 ----------------------
13 1 file changed, 35 deletions(-)
14
15 diff --git a/dev-python/probeinterface/probeinterface-0.2.5.ebuild b/dev-python/probeinterface/probeinterface-0.2.5.ebuild
16 deleted file mode 100644
17 index 15579b701..000000000
18 --- a/dev-python/probeinterface/probeinterface-0.2.5.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 2021-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -DISTUTILS_USE_PEP517=setuptools
27 -PYTHON_COMPAT=( python3_10 )
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Python package to handle probe layout, geometry and wiring to device"
31 -HOMEPAGE="https://github.com/SpikeInterface/probeinterface"
32 -SRC_URI="https://github.com/SpikeInterface/probeinterface/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
39 -BDEPEND="
40 - test? (
41 - dev-python/matplotlib[${PYTHON_USEDEP}]
42 - dev-python/pandas[${PYTHON_USEDEP}]
43 - dev-python/scipy[${PYTHON_USEDEP}]
44 - )
45 -"
46 -
47 -EPYTEST_DESELECT=(
48 - # Requires network access:
49 - # https://github.com/SpikeInterface/probeinterface/issues/70
50 - tests/test_library.py::test_download_probeinterface_file
51 - tests/test_library.py::test_get_from_cache
52 - tests/test_library.py::test_get_probe
53 - tests/test_wiring.py::test_wire_probe
54 -)
55 -distutils_enable_tests pytest