commit:     7f1649f287ef810d3ad4745e0736501d329ff744
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Mar 21 16:55:56 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Mar 21 22:15:29 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7f1649f2

dev-python/pynwb: add 2.6.0, drop 2.3.2

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/pynwb/{pynwb-2.3.2.ebuild => pynwb-2.6.0.ebuild} | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-python/pynwb/pynwb-2.3.2.ebuild 
b/dev-python/pynwb/pynwb-2.6.0.ebuild
similarity index 81%
rename from dev-python/pynwb/pynwb-2.3.2.ebuild
rename to dev-python/pynwb/pynwb-2.6.0.ebuild
index 6599fbf8f..2f403981c 100644
--- a/dev-python/pynwb/pynwb-2.3.2.ebuild
+++ b/dev-python/pynwb/pynwb-2.6.0.ebuild
@@ -15,14 +15,14 @@ LICENSE="BSD"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
-       >=sci-libs/hdf5-1.12.2
        >=dev-python/hdmf-3.3.2[${PYTHON_USEDEP}]
+       >=sci-libs/hdf5-1.12.2
        dev-python/h5py[${PYTHON_USEDEP}]
        dev-python/numpy[${PYTHON_USEDEP}]
        dev-python/pandas[${PYTHON_USEDEP}]
        dev-python/python-dateutil[${PYTHON_USEDEP}]
+       dev-python/requests[${PYTHON_USEDEP}]
        "
-BDEPEND=""
 
 EPYTEST_DESELECT=(
        # Reported upsream:
@@ -39,6 +39,13 @@ EPYTEST_DESELECT=(
        
tests/validation/test_validate.py::TestValidateCLI::test_validate_file_list_namespaces_extension
        
tests/validation/test_validate.py::TestValidateCLI::test_validate_file_no_cache
        
tests/validation/test_validate.py::TestValidateCLI::test_validate_file_no_cache_bad_ns
+       # Reported upstream:
+       # https://github.com/NeurodataWithoutBorders/pynwb/issues/1800
+       tests/unit/test_file.py::TestNoCacheSpec::test_simple
+       # Not sandboxed, reported upstream:
+       # https://github.com/NeurodataWithoutBorders/pynwb/issues/1800
+       
tests/read_dandi/test_read_dandi.py::TestReadNWBDandisets::test_read_first_nwb_asset
+       tests/unit/test_base.py::TestTimeSeries::test_repr_html
 )
 
 distutils_enable_tests pytest

Reply via email to