summaryrefslogtreecommitdiff
path: root/dev-python/quantities
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-26 18:05:53 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-26 18:05:53 +0000
commit3aff0eba551746cb0c63a8978b983d7c8a842780 (patch)
tree27271ec0260750be6999b131421bd06161cfe0da /dev-python/quantities
parentccbd98ef1046ade0ac01e75177d30737e0a7712c (diff)
downloadbaldeagleos-repo-3aff0eba551746cb0c63a8978b983d7c8a842780.tar.gz
baldeagleos-repo-3aff0eba551746cb0c63a8978b983d7c8a842780.tar.xz
baldeagleos-repo-3aff0eba551746cb0c63a8978b983d7c8a842780.zip
Adding metadata
Diffstat (limited to 'dev-python/quantities')
-rw-r--r--dev-python/quantities/quantities-0.15.0-r1.ebuild (renamed from dev-python/quantities/quantities-0.15.0.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/quantities/quantities-0.15.0.ebuild b/dev-python/quantities/quantities-0.15.0-r1.ebuild
index c6aa7a5e14ea..ddc8ed8c38c5 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}]