pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-scour



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

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-scour/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-scour/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-scour/Makefile
diff -u pkgsrc/graphics/py-scour/Makefile:1.4 pkgsrc/graphics/py-scour/Makefile:1.5
--- pkgsrc/graphics/py-scour/Makefile:1.4       Sat Jan 29 07:36:00 2022
+++ pkgsrc/graphics/py-scour/Makefile   Tue Apr 22 20:20:14 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2022/01/29 07:36:00 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/04/22 20:20:14 wiz Exp $
 
 DISTNAME=      scour-0.38.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scour/}
 
@@ -11,15 +11,14 @@ HOMEPAGE=   https://github.com/scour-proje
 COMMENT=       Scour SVG Optimizer
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
 
-USE_PKG_RESOURCES=     yes
-
 USE_LANGUAGES= # none
 
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/scour \
                ${DESTDIR}${PREFIX}/bin/scour-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-scour/PLIST
diff -u pkgsrc/graphics/py-scour/PLIST:1.2 pkgsrc/graphics/py-scour/PLIST:1.3
--- pkgsrc/graphics/py-scour/PLIST:1.2  Sat Jan 29 07:36:00 2022
+++ pkgsrc/graphics/py-scour/PLIST      Tue Apr 22 20:20:14 2025
@@ -1,12 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2022/01/29 07:36:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/04/22 20:20:14 wiz Exp $
 bin/scour-${PYVERSSUFFIX}
-${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}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/scour/__init__.py
 ${PYSITELIB}/scour/__init__.pyc
 ${PYSITELIB}/scour/__init__.pyo



Home | Main Index | Thread Index | Old Index