pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-pillow_heif



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 12:44:08 UTC 2025

Modified Files:
        pkgsrc/graphics/py-pillow_heif: Makefile PLIST

Log Message:
py-pillow_heif: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/py-pillow_heif/PLIST

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_heif/Makefile
diff -u pkgsrc/graphics/py-pillow_heif/Makefile:1.24 pkgsrc/graphics/py-pillow_heif/Makefile:1.25
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.24        Sun Mar 16 12:58:12 2025
+++ pkgsrc/graphics/py-pillow_heif/Makefile     Sun Apr 13 12:44:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2025/03/16 12:58:12 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/04/13 12:44:08 wiz Exp $
 
 DISTNAME=      pillow_heif-0.22.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pillow_heif/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/bigcat88/pi
 COMMENT=       Python interface for libheif library
 LICENSE=       gnu-gpl-v2
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=67.8:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=10.1.0:../../graphics/py-Pillow
 
 # as of 0.22.0

Index: pkgsrc/graphics/py-pillow_heif/PLIST
diff -u pkgsrc/graphics/py-pillow_heif/PLIST:1.5 pkgsrc/graphics/py-pillow_heif/PLIST:1.6
--- pkgsrc/graphics/py-pillow_heif/PLIST:1.5    Thu Dec  7 08:32:19 2023
+++ pkgsrc/graphics/py-pillow_heif/PLIST        Sun Apr 13 12:44:08 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2023/12/07 08:32:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/04/13 12:44:08 wiz Exp $
 ${PYSITELIB}/_pillow_heif.so
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSES_bundled.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSES_bundled.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/pillow_heif/AvifImagePlugin.py



Home | Main Index | Thread Index | Old Index