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:   wiz
Date:           Wed Apr 16 16:59:58 UTC 2025

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

Log Message:
py-Pillow: require setuptools 78 to be on the safe side

PLIST already adapted


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 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.90 pkgsrc/graphics/py-Pillow/Makefile:1.91
--- pkgsrc/graphics/py-Pillow/Makefile:1.90     Wed Apr 16 08:54:14 2025
+++ pkgsrc/graphics/py-Pillow/Makefile  Wed Apr 16 16:59:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2025/04/16 08:54:14 abs Exp $
+# $NetBSD: Makefile,v 1.91 2025/04/16 16:59:58 wiz Exp $
 
 DISTNAME=      pillow-11.2.1
 PKGREVISION=   1
@@ -11,7 +11,7 @@ HOMEPAGE=     https://python-pillow.org/
 COMMENT=       Python Imaging Library (Fork)
 LICENSE=       hpnd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=67.8:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TEST_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
 TEST_DEPENDS+= ${PYPKGPREFIX}-olefile-[0-9]*:../../devel/py-olefile
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov



Home | Main Index | Thread Index | Old Index