pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-imagesize
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 22 20:17:27 UTC 2025
Modified Files:
pkgsrc/graphics/py-imagesize: Makefile PLIST
Log Message:
py-imagesize: convert to wheel.mk
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/py-imagesize/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-imagesize/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-imagesize/Makefile
diff -u pkgsrc/graphics/py-imagesize/Makefile:1.9 pkgsrc/graphics/py-imagesize/Makefile:1.10
--- pkgsrc/graphics/py-imagesize/Makefile:1.9 Wed Sep 14 10:03:03 2022
+++ pkgsrc/graphics/py-imagesize/Makefile Tue Apr 22 20:17:27 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2022/09/14 10:03:03 adam Exp $
+# $NetBSD: Makefile,v 1.10 2025/04/22 20:17:27 wiz Exp $
DISTNAME= imagesize-1.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/imagesize/}
@@ -10,7 +11,12 @@ HOMEPAGE= https://github.com/shibukawa/i
COMMENT= Parses image files' header and returns image size
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+# as of 1.4.1
+# 1 failed, 44 passed
+
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-imagesize/PLIST
diff -u pkgsrc/graphics/py-imagesize/PLIST:1.3 pkgsrc/graphics/py-imagesize/PLIST:1.4
--- pkgsrc/graphics/py-imagesize/PLIST:1.3 Wed Sep 14 10:03:03 2022
+++ pkgsrc/graphics/py-imagesize/PLIST Tue Apr 22 20:17:27 2025
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2022/09/14 10:03:03 adam 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/22 20:17:27 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/imagesize/__init__.py
${PYSITELIB}/imagesize/__init__.pyc
${PYSITELIB}/imagesize/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index