pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-objgraph



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 11:08:59 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/py-objgraph/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-objgraph/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-objgraph/Makefile
diff -u pkgsrc/graphics/py-objgraph/Makefile:1.9 pkgsrc/graphics/py-objgraph/Makefile:1.10
--- pkgsrc/graphics/py-objgraph/Makefile:1.9    Mon Nov 11 07:28:35 2024
+++ pkgsrc/graphics/py-objgraph/Makefile        Sun Apr 13 11:08:59 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2024/11/11 07:28:35 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/04/13 11:08:59 wiz Exp $
 
 DISTNAME=      objgraph-3.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/objgraph/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://mg.pov.lt/objgraph/
 COMMENT=       Draws Python object reference graphs with graphviz
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-graphviz-[0-9]*:../../graphics/py-graphviz
 
 USE_LANGUAGES= # none

Index: pkgsrc/graphics/py-objgraph/PLIST
diff -u pkgsrc/graphics/py-objgraph/PLIST:1.3 pkgsrc/graphics/py-objgraph/PLIST:1.4
--- pkgsrc/graphics/py-objgraph/PLIST:1.3       Sat Mar 23 16:36:15 2024
+++ pkgsrc/graphics/py-objgraph/PLIST   Sun Apr 13 11:08:59 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2024/03/23 16:36:15 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/04/13 11:08:59 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/objgraph.py



Home | Main Index | Thread Index | Old Index