From 96ee052fba3c419064dc6f63235687e6aa77f56a Mon Sep 17 00:00:00 2001 From: krant Date: Sun, 7 Apr 2024 17:04:37 +0300 Subject: [PATCH] numpy: update to 1.26.4 - Refresh patches Signed-off-by: krant --- lang/python/numpy/Makefile | 4 ++-- .../patches/003-without-vendored-meson.patch | 20 ++++++++++++++----- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/lang/python/numpy/Makefile b/lang/python/numpy/Makefile index def895e535..3cd9827b3e 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 diff --git a/lang/python/numpy/patches/003-without-vendored-meson.patch b/lang/python/numpy/patches/003-without-vendored-meson.patch index ef6761bfe3..a2a9c5f743 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' -- 2.30.2