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:   adam
Date:           Sat Mar 23 16:36:16 UTC 2024

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

Log Message:
py-objgraph: updated to 3.6.1

3.6.1 (2024-02-26)

- Add support for Python 3.12.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-objgraph/Makefile \
    pkgsrc/graphics/py-objgraph/distinfo
cvs rdiff -u -r1.2 -r1.3 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.6 pkgsrc/graphics/py-objgraph/Makefile:1.7
--- pkgsrc/graphics/py-objgraph/Makefile:1.6    Wed Jul  5 12:02:37 2023
+++ pkgsrc/graphics/py-objgraph/Makefile        Sat Mar 23 16:36:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/07/05 12:02:37 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/03/23 16:36:15 adam Exp $
 
-DISTNAME=      objgraph-3.6.0
+DISTNAME=      objgraph-3.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/objgraph/}
@@ -10,11 +10,13 @@ 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}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-graphviz-[0-9]*:../../graphics/py-graphviz
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-objgraph/distinfo
diff -u pkgsrc/graphics/py-objgraph/distinfo:1.6 pkgsrc/graphics/py-objgraph/distinfo:1.7
--- pkgsrc/graphics/py-objgraph/distinfo:1.6    Wed Jul  5 12:02:37 2023
+++ pkgsrc/graphics/py-objgraph/distinfo        Sat Mar 23 16:36:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/07/05 12:02:37 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/03/23 16:36:15 adam Exp $
 
-BLAKE2s (objgraph-3.6.0.tar.gz) = f6c7b38e885f5a1c502ade4d3d031e5ae6feae8196a4eb458a8e86ea46e12335
-SHA512 (objgraph-3.6.0.tar.gz) = 76491f01ede1cb7d2023d2ad295bc089ad2f2870350801ce096e9be12e9332da1cbdf2203c47ae16785d47b7238913c37802d4236d6dfcda5fdc186b0372cee0
-Size (objgraph-3.6.0.tar.gz) = 759495 bytes
+BLAKE2s (objgraph-3.6.1.tar.gz) = 40a2a61a725984a1697431c94d6b803500b0bb431a414a835ac37c5b31b36700
+SHA512 (objgraph-3.6.1.tar.gz) = 9a15340aedb31e849739ec0667fefb52f99a94244540a7e1c0387299ad5fbbde05521ea91b959bc96204c4a62f796183377c6031af9c6a67828a91939f15225a
+Size (objgraph-3.6.1.tar.gz) = 759513 bytes

Index: pkgsrc/graphics/py-objgraph/PLIST
diff -u pkgsrc/graphics/py-objgraph/PLIST:1.2 pkgsrc/graphics/py-objgraph/PLIST:1.3
--- pkgsrc/graphics/py-objgraph/PLIST:1.2       Mon Jan 11 13:58:09 2021
+++ pkgsrc/graphics/py-objgraph/PLIST   Sat Mar 23 16:36:15 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2021/01/11 13:58:09 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+@comment $NetBSD: PLIST,v 1.3 2024/03/23 16:36:15 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/objgraph.py
 ${PYSITELIB}/objgraph.pyc
 ${PYSITELIB}/objgraph.pyo



Home | Main Index | Thread Index | Old Index