numpy: update to 1.26.4 23837/head
authorkrant <aleksey.vasilenko@gmail.com>
Sun, 7 Apr 2024 14:04:37 +0000 (17:04 +0300)
committerkrant <aleksey.vasilenko@gmail.com>
Sun, 7 Apr 2024 14:04:37 +0000 (17:04 +0300)
- Refresh patches

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
lang/python/numpy/Makefile
lang/python/numpy/patches/003-without-vendored-meson.patch

index def895e535e3af7ab17412e49896c2e0305f9b2d..3cd9827b3ecfb1057ef603cff2435ae3544b93f5 100644 (file)
@@ -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>
 
index ef6761bfe3a72e16a12422288d713e8aad4a3291..a2a9c5f743a766c5e44b5b300ec6e44ccc362f0d 100644 (file)
@@ -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'