From: izzy Meyer Subject: Fix pkg/PLIST for graphics/py-Pillow To: ports@openbsd.org Date: Tue, 3 Jun 2025 12:13:25 -0500 I noticed no binary package was available for py3-Pillow. Looked like the PLIST was wrong. here's a single-line removal diff that fixed that, and hopefully the build. It also bumps REVISION. Good to merge? -- iz (she/her) > i like to say mundane things, > there are too many uninteresting things > that go unnoticed. izder456 (dot) neocities (dot) org diff --git a/Makefile b/Makefile index e371f4df9de..59e26065cba 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ MODPY_DISTV= 11.2.1 DISTNAME= pillow-${MODPY_DISTV} PKGNAME= py-Pillow-${MODPY_DISTV} CATEGORIES= graphics -REVISION= 1 +REVISION= 2 HOMEPAGE= https://python-pillow.github.io/ diff --git a/pkg/PLIST b/pkg/PLIST index 160a7b45e90..d5bb5aedc16 100644 --- a/pkg/PLIST +++ b/pkg/PLIST @@ -303,7 +303,6 @@ lib/python${MODPY_VERSION}/site-packages/PIL/_tkinter_finder.py lib/python${MODPY_VERSION}/site-packages/PIL/_typing.py lib/python${MODPY_VERSION}/site-packages/PIL/_util.py lib/python${MODPY_VERSION}/site-packages/PIL/_version.py -@so lib/python${MODPY_VERSION}/site-packages/PIL/_webp.${MODPY_PYC_MAGIC_TAG}so lib/python${MODPY_VERSION}/site-packages/PIL/_webp.pyi lib/python${MODPY_VERSION}/site-packages/PIL/features.py lib/python${MODPY_VERSION}/site-packages/PIL/py.typed