summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/numpy/numpy-1.25.0-r2.ebuild (renamed from dev-python/numpy/numpy-1.25.0-r1.ebuild)3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/numpy/numpy-1.25.0-r1.ebuild b/dev-python/numpy/numpy-1.25.0-r2.ebuild
index fd279d3121df..e222b83e5e69 100644
--- a/dev-python/numpy/numpy-1.25.0-r1.ebuild
+++ b/dev-python/numpy/numpy-1.25.0-r2.ebuild
@@ -62,6 +62,9 @@ python_prepare_all() {
append-flags -fno-strict-aliasing
distutils-r1_python_prepare_all
+
+ # TODO: Please drop once 1.25.0_rc1-meson-pyproject.toml.patch is gone
+ sed -i -e "s:version = \"2.0.0.dev0\":version = \"${PV}\":" pyproject.toml || die
}
python_configure_all() {