From fd8eef851a1d73866993a69697dde17a6243de34 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 17 Sep 2024 08:14:12 -0700 Subject: graphics/py-simplejpeg: New port: Simple package for fast JPEG encoding and decoding --- graphics/py-simplejpeg/files/patch-pyproject.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 graphics/py-simplejpeg/files/patch-pyproject.toml (limited to 'graphics/py-simplejpeg/files/patch-pyproject.toml') diff --git a/graphics/py-simplejpeg/files/patch-pyproject.toml b/graphics/py-simplejpeg/files/patch-pyproject.toml new file mode 100644 index 000000000000..eef10ae684eb --- /dev/null +++ b/graphics/py-simplejpeg/files/patch-pyproject.toml @@ -0,0 +1,16 @@ +--- pyproject.toml.orig 2024-09-17 16:08:16 UTC ++++ pyproject.toml +@@ -29,11 +29,10 @@ requires = [ + + [build-system] + requires = [ +- "setuptools>=74.1.1", ++ "setuptools", + "wheel", +- "cmake>=3.6.3", + "cython~=3.0.0", +- "numpy>=2.0.0", ++ "numpy", + ] + build-backend = "setuptools.build_meta" + -- cgit v1.2.3