aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorkrant <aleksey.vasilenko@gmail.com>2024-04-07 17:04:37 +0300
committerkrant <aleksey.vasilenko@gmail.com>2024-04-07 17:04:37 +0300
commit96ee052fba3c419064dc6f63235687e6aa77f56a (patch)
treeb4c34f595af1bba5be2f999a791d7b8bdf6df2ca /lang
parent272f55e87f0731b3f04aefd39598a127b317abf4 (diff)
numpy: update to 1.26.4
- Refresh patches Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/python/numpy/Makefile4
-rw-r--r--lang/python/numpy/patches/003-without-vendored-meson.patch20
2 files changed, 17 insertions, 7 deletions
diff --git a/lang/python/numpy/Makefile b/lang/python/numpy/Makefile
index def895e53..3cd9827b3 100644
--- a/lang/python/numpy/Makefile
+++ b/lang/python/numpy/Makefile
@@ -6,11 +6,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=numpy
-PKG_VERSION:=1.26.3
+PKG_VERSION:=1.26.4
PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=697df43e2b6310ecc9d95f05d5ef20eacc09c7c4ecc9da3f235d39e71b7da1e4
+PKG_HASH:=2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
diff --git a/lang/python/numpy/patches/003-without-vendored-meson.patch b/lang/python/numpy/patches/003-without-vendored-meson.patch
index ef6761bfe..a2a9c5f74 100644
--- a/lang/python/numpy/patches/003-without-vendored-meson.patch
+++ b/lang/python/numpy/patches/003-without-vendored-meson.patch
@@ -1,15 +1,25 @@
--- a/pyproject.toml
+++ b/pyproject.toml
-@@ -1,6 +1,6 @@
+@@ -1,8 +1,8 @@
[build-system]
-build-backend = "mesonpy"
--backend-path = ['./vendored-meson/meson-python']
+#build-backend = "mesonpy"
-+#backend-path = ['./vendored-meson/meson-python']
requires = [
"Cython>=0.29.34,<3.1",
- # All dependencies of the vendored meson-python (except for meson, because
-@@ -194,8 +194,8 @@ repair-wheel-command = ""
+- "meson-python>=0.15.0,<0.16.0",
++# "meson-python>=0.15.0,<0.16.0",
+ ]
+
+ [project]
+@@ -181,14 +181,14 @@ environment = {PKG_CONFIG_PATH="/opt/32/
+ config-settings = "setup-args=--vsenv setup-args=-Dallow-noblas=true"
+ repair-wheel-command = ""
+
+-[tool.meson-python]
+-meson = 'vendored-meson/meson/meson.py'
++#[tool.meson-python]
++#meson = 'vendored-meson/meson/meson.py'
+
[tool.spin]
package = 'numpy'