git: 3599de73cb44 - main - graphics/py-pillow: Update to 10.0.0
Date: Sun, 09 Jul 2023 21:47:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3599de73cb44f693f02419d35d4096c1c010a6b8 commit 3599de73cb44f693f02419d35d4096c1c010a6b8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-09 21:47:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-09 21:47:48 +0000 graphics/py-pillow: Update to 10.0.0 - Convert to USE_PYTHON=pep517 Changes: https://github.com/python-pillow/Pillow/releases https://pillow.readthedocs.io/en/stable/releasenotes/index.html --- graphics/py-pillow/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile index bbc896fa161a..3b22cb2a92f8 100644 --- a/graphics/py-pillow/Makefile +++ b/graphics/py-pillow/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} USES= cpe localbase python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 CPE_VENDOR= python