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/pynwb/
Date: Wed, 02 Nov 2022 21:10:18
Message-Id: 1667423404.9ab6b069325b69e6833bdb7c517ae5acf3124e38.chymera@gentoo
1 commit: 9ab6b069325b69e6833bdb7c517ae5acf3124e38
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Wed Nov 2 21:10:04 2022 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Wed Nov 2 21:10:04 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9ab6b069
7
8 dev-python/pynwb: drop 2.0.0
9
10 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
11
12 dev-python/pynwb/pynwb-2.0.0.ebuild | 46 -------------------------------------
13 1 file changed, 46 deletions(-)
14
15 diff --git a/dev-python/pynwb/pynwb-2.0.0.ebuild b/dev-python/pynwb/pynwb-2.0.0.ebuild
16 deleted file mode 100644
17 index e133d027b..000000000
18 --- a/dev-python/pynwb/pynwb-2.0.0.ebuild
19 +++ /dev/null
20 @@ -1,46 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="A Python API for working with Neurodata stored in the NWB Format "
30 -HOMEPAGE="https://github.com/NeurodataWithoutBorders/pynwb"
31 -SRC_URI="https://github.com/NeurodataWithoutBorders/pynwb/releases/download/${PV}/${P}.tar.gz"
32 -
33 -SLOT="0"
34 -LICENSE="BSD"
35 -KEYWORDS="~amd64 ~x86"
36 -
37 -RDEPEND="
38 - sci-libs/hdf5[ros3(-)]
39 - <dev-python/hdmf-3.3.2[${PYTHON_USEDEP}]
40 - dev-python/h5py[${PYTHON_USEDEP}]
41 - dev-python/numpy[${PYTHON_USEDEP}]
42 - dev-python/pandas[${PYTHON_USEDEP}]
43 - dev-python/python-dateutil[${PYTHON_USEDEP}]
44 - "
45 -BDEPEND=""
46 -
47 -PATCHES=(
48 - "${FILESDIR}/${P}-versions.patch"
49 - )
50 -
51 -EPYTEST_DESELECT=(
52 - # Reported upsream:
53 - # https://github.com/NeurodataWithoutBorders/pynwb/issues/1425
54 - tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached
55 - tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached_bad_ns
56 - tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached_hdmf_common
57 - tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached_ignore
58 - tests/validation/test_validate.py::TestValidateScript::test_validate_file_no_cache
59 - tests/validation/test_validate.py::TestValidateScript::test_validate_file_no_cache_bad_ns
60 - # Reported upstream and fixed in newer version:
61 - # https://github.com/NeurodataWithoutBorders/pynwb/issues/1412#issuecomment-934153799
62 - tests/integration/ros3/test_ros3.py::TestRos3Streaming::test_dandi_read
63 - tests/integration/ros3/test_ros3.py::TestRos3Streaming::test_read
64 -)
65 -
66 -distutils_enable_tests pytest