aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-vispy/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-10-05 09:19:31 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-10-05 09:19:31 +0100
commitf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (patch)
treead799ccacfb459b809b02b9c115ed4befb93b4c1 /graphics/py-vispy/files/patch-pyproject.toml
parent0b1510fe1f98f82da6f3481cb6c58957022d9211 (diff)
parentb057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/main
Diffstat (limited to 'graphics/py-vispy/files/patch-pyproject.toml')
-rw-r--r--graphics/py-vispy/files/patch-pyproject.toml16
1 files changed, 10 insertions, 6 deletions
diff --git a/graphics/py-vispy/files/patch-pyproject.toml b/graphics/py-vispy/files/patch-pyproject.toml
index 05cbb6a12162..5987351b45c0 100644
--- a/graphics/py-vispy/files/patch-pyproject.toml
+++ b/graphics/py-vispy/files/patch-pyproject.toml
@@ -1,11 +1,15 @@
---- pyproject.toml.orig 2024-09-07 04:18:42 UTC
+--- pyproject.toml.orig 2025-05-19 13:17:34 UTC
+++ pyproject.toml
-@@ -3,7 +3,7 @@ requires = [
- "wheel",
- "setuptools>=42",
+@@ -1,9 +1,9 @@ requires = [
+ [build-system]
+ requires = [
+- "setuptools>=69.4.0",
++ "setuptools",
# see https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-0-specific-advice
-- "numpy>=2.0.0rc2",
+- "numpy>=2.0.0",
+- "setuptools_scm[toml]>=8.1",
+ "numpy",
- "setuptools_scm[toml]>=7.1",
++ "setuptools_scm[toml]",
"Cython>=3.0.0"
]
+