From d291f2175237946210abf7318625a352d0fc901b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 28 Jun 2024 07:56:18 -0400 Subject: python3-pyopencl: update to 2024.2.7. --- srcpkgs/python3-pyopencl/patches/build-deps.patch | 15 --------------- srcpkgs/python3-pyopencl/template | 4 ++-- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/python3-pyopencl/patches/build-deps.patch diff --git a/srcpkgs/python3-pyopencl/patches/build-deps.patch b/srcpkgs/python3-pyopencl/patches/build-deps.patch deleted file mode 100644 index 6cc93fe279b..00000000000 --- a/srcpkgs/python3-pyopencl/patches/build-deps.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix the numpy version restriction, and eliminate the cmake and ninja -dependencies for which Void offers no Python package. - ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -2,8 +2,7 @@ - requires = [ - "scikit-build-core >=0.9.3", - "nanobind >=1.9.2", -- "numpy;python_version >= '3.9' and platform_python_implementation == 'PyPy'", -- "oldest-supported-numpy;python_version < '3.9' or platform_python_implementation != 'PyPy'", -+ "numpy", - ] - build-backend = "scikit_build_core.build" - diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template index 9449b68063a..f57ba9421ed 100644 --- a/srcpkgs/python3-pyopencl/template +++ b/srcpkgs/python3-pyopencl/template @@ -1,6 +1,6 @@ # Template file for 'python3-pyopencl' pkgname=python3-pyopencl -version=2024.2.6 +version=2024.2.7 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel python3-numpy @@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford " license="X11, Apache-2.0, BSD-3-Clause" homepage="https://mathema.tician.de/software/pyopencl" distfiles="${PYPI_SITE}/p/pyopencl/pyopencl-${version}.tar.gz" -checksum=ceb9beeef0b6162e601c05922fede29b5094554a66eb473c610cabc14308ba82 +checksum=6ae4458a959b6ad9c138fb711a52c4d57c2c2f798eb3aecc4c26830cb2726140 # Tests require a working OpenCL platform make_check=no -- cgit v1.2.3