pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-mcomix



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 22 20:19:06 UTC 2025

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

Log Message:
py-mcomix: convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/py-mcomix/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-mcomix/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-mcomix/Makefile
diff -u pkgsrc/graphics/py-mcomix/Makefile:1.30 pkgsrc/graphics/py-mcomix/Makefile:1.31
--- pkgsrc/graphics/py-mcomix/Makefile:1.30     Sun Apr  7 07:34:19 2024
+++ pkgsrc/graphics/py-mcomix/Makefile  Tue Apr 22 20:19:06 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2024/04/07 07:34:19 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2025/04/22 20:19:06 wiz Exp $
 
 DISTNAME=      mcomix-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mcomix/}
 
@@ -11,6 +11,7 @@ HOMEPAGE=     http://mcomix.sourceforge.net/
 COMMENT=       GTK+ comic book viewer
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=6.0.0:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-gobject3>=3.36.0:../../devel/py-gobject3
 
@@ -18,10 +19,6 @@ USE_LANGUAGES=       # none
 
 PYTHON_SELF_CONFLICT=  yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-USE_PKG_RESOURCES=     yes
-
 MANCOMPRESSED= yes
 
 SUBST_CLASSES+=                path
@@ -34,5 +31,5 @@ SUBST_SED.path=               -e s,share/man,${PKGMAN
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../lang/python/batteries-included.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-mcomix/PLIST
diff -u pkgsrc/graphics/py-mcomix/PLIST:1.4 pkgsrc/graphics/py-mcomix/PLIST:1.5
--- pkgsrc/graphics/py-mcomix/PLIST:1.4 Sun Jan 22 23:51:23 2023
+++ pkgsrc/graphics/py-mcomix/PLIST     Tue Apr 22 20:19:06 2025
@@ -1,12 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2023/01/22 23:51:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/04/22 20:19:06 wiz Exp $
 bin/mcomix
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/mcomix/__init__.py
 ${PYSITELIB}/mcomix/__init__.pyc
 ${PYSITELIB}/mcomix/__init__.pyo



Home | Main Index | Thread Index | Old Index