pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-Pillow



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Jan  7 14:26:55 UTC 2026

Modified Files:
        pkgsrc/graphics/py-Pillow: Makefile

Log Message:
graphics/py-Pillow: Depend on lang/python*

py-Pillow does not depend on Python interpreter from lang/python*
previously. It is apparently incorrect.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/graphics/py-Pillow/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-Pillow/Makefile
diff -u pkgsrc/graphics/py-Pillow/Makefile:1.97 pkgsrc/graphics/py-Pillow/Makefile:1.98
--- pkgsrc/graphics/py-Pillow/Makefile:1.97     Fri Jan  2 13:52:26 2026
+++ pkgsrc/graphics/py-Pillow/Makefile  Wed Jan  7 14:26:55 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2026/01/02 13:52:26 adam Exp $
+# $NetBSD: Makefile,v 1.98 2026/01/07 14:26:55 ryoon Exp $
 
 DISTNAME=      pillow-12.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^p/P/}
@@ -27,6 +27,7 @@ DISTUTILS_BUILDDIR_IN_TEST_ENV=       yes
 # as of 11.3.0
 # 2 failed, 4934 passed, 88 skipped, 3 xfailed
 
+.include "../../lang/python/wheel.mk"
 .include "../../devel/py-pybind11/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/libavif/buildlink3.mk"
@@ -37,6 +38,5 @@ DISTUTILS_BUILDDIR_IN_TEST_ENV=       yes
 .include "../../graphics/openjpeg/buildlink3.mk"
 .include "../../graphics/raqm/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
-.include "../../lang/python/wheel.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index