commit: 763713a088a11b16c7f00b2f391f4cdaafbf7504
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Jan 12 09:41:55 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jan 12 09:48:37 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=763713a0
dev-python/pynwb: fixing hd5 dependency ros3 USE flag requirement
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/pynwb/pynwb-2.0.1.ebuild | 4 ++--
dev-python/pynwb/pynwb-2.1.0-r1.ebuild | 4 ++--
dev-python/pynwb/pynwb-2.2.0.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/pynwb/pynwb-2.0.1.ebuild
b/dev-python/pynwb/pynwb-2.0.1.ebuild
index 3fe21370f..d713c6bcb 100644
--- a/dev-python/pynwb/pynwb-2.0.1.ebuild
+++ b/dev-python/pynwb/pynwb-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- sci-libs/hdf5[ros3(-)]
+ >=sci-libs/hdf5-1.12.2[ros3(+)]
<dev-python/hdmf-3.3.2[${PYTHON_USEDEP}]
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
diff --git a/dev-python/pynwb/pynwb-2.1.0-r1.ebuild
b/dev-python/pynwb/pynwb-2.1.0-r1.ebuild
index c24dae23a..72cd7a3c7 100644
--- a/dev-python/pynwb/pynwb-2.1.0-r1.ebuild
+++ b/dev-python/pynwb/pynwb-2.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- sci-libs/hdf5[ros3(-)]
+ >=sci-libs/hdf5-1.12.2[ros3(+)]
>=dev-python/hdmf-3.3.2[${PYTHON_USEDEP}]
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
diff --git a/dev-python/pynwb/pynwb-2.2.0.ebuild
b/dev-python/pynwb/pynwb-2.2.0.ebuild
index 6ea595a8f..b10e32480 100644
--- a/dev-python/pynwb/pynwb-2.2.0.ebuild
+++ b/dev-python/pynwb/pynwb-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- sci-libs/hdf5[ros3(-)]
+ >=sci-libs/hdf5-1.12.2[ros3(+)]
>=dev-python/hdmf-3.3.2[${PYTHON_USEDEP}]
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]