commit:     88d24c35fd92e8ffed50b2a942c9bc3173f5f484
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 26 12:37:06 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Jun 26 12:40:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d24c35

dev-python/quantities: restrict rdeps to <dev-python/numpy-2

The Numpy 2.0.0 is not yet supported.

Closes: https://bugs.gentoo.org/932566
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 .../{quantities-0.15.0.ebuild => quantities-0.15.0-r1.ebuild}        | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/quantities/quantities-0.15.0.ebuild 
b/dev-python/quantities/quantities-0.15.0-r1.ebuild
similarity index 80%
rename from dev-python/quantities/quantities-0.15.0.ebuild
rename to dev-python/quantities/quantities-0.15.0-r1.ebuild
index ae62dc2986da..7a00fb00b973 100644
--- a/dev-python/quantities/quantities-0.15.0.ebuild
+++ b/dev-python/quantities/quantities-0.15.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -24,8 +24,11 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 
+# >=dev-python/numpy-2 is not currently supported,
+# see https://github.com/python-quantities/python-quantities/pull/232
 RDEPEND="
        >=dev-python/numpy-1.20[$PYTHON_USEDEP]
+       <dev-python/numpy-2[$PYTHON_USEDEP]
 "
 BDEPEND="
        dev-python/setuptools-scm[${PYTHON_USEDEP}]

Reply via email to