From c3246a42a5124bc81860fbd6d03c184f9b7ea5ed Mon Sep 17 00:00:00 2001 From: sthen Date: Sat, 26 Nov 2022 09:58:02 +0000 Subject: [PATCH] replace patch with a dep on oldest-supported-numoy, now that we have it --- math/py-numexpr/Makefile | 8 +++++--- math/py-numexpr/patches/patch-pyproject_toml | 10 ---------- 2 files changed, 5 insertions(+), 13 deletions(-) delete mode 100644 math/py-numexpr/patches/patch-pyproject_toml diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index 26c1d790bd9..fb8973c5d7f 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -4,7 +4,7 @@ MODPY_EGG_VERSION = 2.8.3 DISTNAME = numexpr-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = math -REVISION = 0 +REVISION = 1 # MIT PERMIT_PACKAGE = Yes @@ -23,7 +23,9 @@ MODPY_PYTEST_ARGS = build/lib.openbsd-${OSREV}-${ARCH}-cpython-${MODPY_MAJORMINO FIX_CRLF_FILES = pyproject.toml -RUN_DEPENDS = math/py-numpy${MODPY_FLAVOR} -BUILD_DEPENDS = ${RUN_DEPENDS} +RUN_DEPENDS = math/py-numpy${MODPY_FLAVOR} \ + sysutils/py-packaging${MODPY_FLAVOR} +BUILD_DEPENDS = ${RUN_DEPENDS} \ + math/py-oldest-supported-numpy${MODPY_FLAVOR} .include diff --git a/math/py-numexpr/patches/patch-pyproject_toml b/math/py-numexpr/patches/patch-pyproject_toml deleted file mode 100644 index a0c072f5884..00000000000 --- a/math/py-numexpr/patches/patch-pyproject_toml +++ /dev/null @@ -1,10 +0,0 @@ -Index: pyproject.toml ---- pyproject.toml.orig -+++ pyproject.toml -@@ -1,3 +1,3 @@ - [build-system] --requires = ["setuptools", "wheel", "oldest-supported-numpy"] --build-backend = "setuptools.build_meta" -\ No newline at end of file -+requires = ["setuptools", "wheel"] -+build-backend = "setuptools.build_meta"