pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-pilkit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 12:33:43 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-pilkit/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-pilkit/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-pilkit/Makefile
diff -u pkgsrc/graphics/py-pilkit/Makefile:1.4 pkgsrc/graphics/py-pilkit/Makefile:1.5
--- pkgsrc/graphics/py-pilkit/Makefile:1.4      Mon Nov 11 07:28:35 2024
+++ pkgsrc/graphics/py-pilkit/Makefile  Sun Apr 13 12:33:43 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2024/11/11 07:28:35 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/04/13 12:33:43 wiz Exp $
 
 DISTNAME=      pilkit-3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pilkit/}
 
@@ -10,14 +11,12 @@ HOMEPAGE=   https://github.com/matthewwith
 COMMENT=       Collection of utilities and processors for the Python Imaging Libary
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.0.1:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=1.3.6:../../devel/py-nose
 TEST_DEPENDS+= ${PYPKGPREFIX}-Pillow>=0:../../graphics/py-Pillow
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-pilkit/PLIST
diff -u pkgsrc/graphics/py-pilkit/PLIST:1.2 pkgsrc/graphics/py-pilkit/PLIST:1.3
--- pkgsrc/graphics/py-pilkit/PLIST:1.2 Sun Nov  5 00:45:21 2023
+++ pkgsrc/graphics/py-pilkit/PLIST     Sun Apr 13 12:33:43 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2023/11/05 00:45:21 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.3 2025/04/13 12:33:43 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/pbr.json
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pilkit/__init__.py



Home | Main Index | Thread Index | Old Index