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: Mon, 30 Jan 2023 11:54:10
Message-Id: 1675079639.1c183aee3e1acb043ebcee0de027835d9dbe40a5.chymera@gentoo
1 commit: 1c183aee3e1acb043ebcee0de027835d9dbe40a5
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Mon Jan 30 11:53:59 2023 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Mon Jan 30 11:53:59 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1c183aee
7
8 dev-python/pynwb: drop 2.0.1-r1
9
10 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
11
12 dev-python/pynwb/pynwb-2.0.1-r1.ebuild | 39 ----------------------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/dev-python/pynwb/pynwb-2.0.1-r1.ebuild b/dev-python/pynwb/pynwb-2.0.1-r1.ebuild
16 deleted file mode 100644
17 index 3d3e0cbb9..000000000
18 --- a/dev-python/pynwb/pynwb-2.0.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 -# Copyright 1999-2023 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="A Python API for working with Neurodata stored in the NWB Format "
31 -HOMEPAGE="https://github.com/NeurodataWithoutBorders/pynwb"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -SLOT="0"
35 -LICENSE="BSD"
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -RDEPEND="
39 - >=sci-libs/hdf5-1.12.2
40 - <dev-python/hdmf-3.3.2[${PYTHON_USEDEP}]
41 - dev-python/h5py[${PYTHON_USEDEP}]
42 - dev-python/numpy[${PYTHON_USEDEP}]
43 - dev-python/pandas[${PYTHON_USEDEP}]
44 - dev-python/python-dateutil[${PYTHON_USEDEP}]
45 - "
46 -BDEPEND=""
47 -
48 -EPYTEST_DESELECT=(
49 - # Reported upsream:
50 - # https://github.com/NeurodataWithoutBorders/pynwb/issues/1425
51 - tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached
52 - tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached_bad_ns
53 - tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached_hdmf_common
54 - tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached_ignore
55 - tests/validation/test_validate.py::TestValidateScript::test_validate_file_no_cache
56 - tests/validation/test_validate.py::TestValidateScript::test_validate_file_no_cache_bad_ns
57 -)
58 -
59 -distutils_enable_tests pytest