pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-piexif



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr 24 15:11:51 UTC 2025

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

Log Message:
py-piexif: converted to wheel.mk


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/py-piexif/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-piexif/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-piexif/Makefile
diff -u pkgsrc/graphics/py-piexif/Makefile:1.5 pkgsrc/graphics/py-piexif/Makefile:1.6
--- pkgsrc/graphics/py-piexif/Makefile:1.5      Tue Jan  4 20:54:06 2022
+++ pkgsrc/graphics/py-piexif/Makefile  Thu Apr 24 15:11:51 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:06 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/24 15:11:51 adam Exp $
 
 DISTNAME=      piexif-1.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/piexif/}
 EXTRACT_SUFX=  .zip
@@ -12,7 +12,9 @@ HOMEPAGE=     https://github.com/hMatoba/Pie
 COMMENT=       Exif manipulation with pure python script
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-piexif/PLIST
diff -u pkgsrc/graphics/py-piexif/PLIST:1.3 pkgsrc/graphics/py-piexif/PLIST:1.4
--- pkgsrc/graphics/py-piexif/PLIST:1.3 Fri Nov 16 15:34:33 2018
+++ pkgsrc/graphics/py-piexif/PLIST     Thu Apr 24 15:11:51 2025
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2018/11/16 15:34:33 kleink Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.4 2025/04/24 15:11:51 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/piexif/__init__.py
 ${PYSITELIB}/piexif/__init__.pyc
 ${PYSITELIB}/piexif/__init__.pyo



Home | Main Index | Thread Index | Old Index