ports/graphics/py-pillow/files/patch-pyproject.toml
Po-Chuan Hsieh 2e97aa5d0f
graphics/py-pillow: Update to 11.1.0
- Update WWW
- Adjust options:
  - Remove PNG option: jpeg and zlib are required by default
  - Add AVIF option
- Convert to USE_PYTHON=pytest

Changes:	https://github.com/python-pillow/Pillow/releases
		https://pillow.readthedocs.io/en/stable/releasenotes/
2025-05-18 11:34:46 +08:00

22 lines
461 B
TOML

--- pyproject.toml.orig 2025-04-12 17:02:40 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
[build-system]
build-backend = "backend"
requires = [
- "setuptools>=77",
+ "setuptools>=61",
]
backend-path = [
"_custom_build",
@@ -14,8 +14,7 @@ keywords = [
keywords = [
"Imaging",
]
-license = "MIT-CMU"
-license-files = [ "LICENSE" ]
+license = { text = "MIT-CMU" }
authors = [
{ name = "Jeffrey A. Clark", email = "aclark@aclark.net" },
]