pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-Pympler
Module Name: pkgsrc
Committed By: adam
Date: Tue Feb 20 05:00:15 UTC 2024
Modified Files:
pkgsrc/devel/py-Pympler: Makefile PLIST distinfo
Log Message:
py-Pympler: updated to 1.0.1
1.0.1 - 2021-12-22
Fixed
Fix import error of process module on Windows – Reported by Malte Deiseroth
1.0 - 2021-12-17
Added
Python 3.10 support
Added type annotations to various Pympler modules which are checked via Mypy
Changed
Update bottle.py to 0.12.19
Removed
Python 2.7 and 3.5 support
Fixed
Fix summarizing objects at higher verbosity levels – By Colin Watson
Fix tree widget import for Python 3.5 and higher – By Felix Jung
Fix compatibility issues with numpy 1.19 and later – By Jean Brouwers
Fix object filtering by size in muppy – By Kris Jurka
Fix documentation typos – By Tim Gates
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-Pympler/Makefile \
pkgsrc/devel/py-Pympler/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-Pympler/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-Pympler/Makefile
diff -u pkgsrc/devel/py-Pympler/Makefile:1.5 pkgsrc/devel/py-Pympler/Makefile:1.6
--- pkgsrc/devel/py-Pympler/Makefile:1.5 Mon Jan 10 08:45:56 2022
+++ pkgsrc/devel/py-Pympler/Makefile Tue Feb 20 05:00:15 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/10 08:45:56 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/02/20 05:00:15 adam Exp $
-DISTNAME= Pympler-0.8
+DISTNAME= Pympler-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pympler/}
@@ -11,7 +10,12 @@ HOMEPAGE= https://github.com/pympler/pym
COMMENT= Python memory analysis tool
LICENSE= apache-2.0
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-Pympler/distinfo
diff -u pkgsrc/devel/py-Pympler/distinfo:1.5 pkgsrc/devel/py-Pympler/distinfo:1.6
--- pkgsrc/devel/py-Pympler/distinfo:1.5 Tue Oct 26 10:18:07 2021
+++ pkgsrc/devel/py-Pympler/distinfo Tue Feb 20 05:00:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:18:07 nia Exp $
+$NetBSD: distinfo,v 1.6 2024/02/20 05:00:15 adam Exp $
-BLAKE2s (Pympler-0.8.tar.gz) = 8a38e7e64783e4b801ab2d07ac646c856d7f5af41808406cbbbc92fb23ee2341
-SHA512 (Pympler-0.8.tar.gz) = 8cf8bfd6eaf94aae9fc92bf79a93b53d8d988f7ce8e636d53bc0f9f833bf9b747c9c8129c0d7f61f5dad65810b7dbab5232263c69cfe1421b8fc4d69abc02e58
-Size (Pympler-0.8.tar.gz) = 175927 bytes
+BLAKE2s (Pympler-1.0.1.tar.gz) = 57b5c700a366beeef73abaca6cefbc6dfe69460ead6879f4c0818831916644a0
+SHA512 (Pympler-1.0.1.tar.gz) = caee8d66ba6651929c11c36e9d106fded2bac445bfbbf1233e878736f58291989c595fe6e2017ab2f8725d5a17f527c45db2ec6adb68b66da622b45e177a2cbc
+Size (Pympler-1.0.1.tar.gz) = 676983 bytes
Index: pkgsrc/devel/py-Pympler/PLIST
diff -u pkgsrc/devel/py-Pympler/PLIST:1.4 pkgsrc/devel/py-Pympler/PLIST:1.5
--- pkgsrc/devel/py-Pympler/PLIST:1.4 Sat Jan 22 15:34:40 2022
+++ pkgsrc/devel/py-Pympler/PLIST Tue Feb 20 05:00:15 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2022/01/22 15:34:40 wiz Exp $
-${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.5 2024/02/20 05:00:15 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/pympler/__init__.py
${PYSITELIB}/pympler/__init__.pyc
${PYSITELIB}/pympler/__init__.pyo
@@ -22,9 +23,6 @@ ${PYSITELIB}/pympler/classtracker_stats.
${PYSITELIB}/pympler/garbagegraph.py
${PYSITELIB}/pympler/garbagegraph.pyc
${PYSITELIB}/pympler/garbagegraph.pyo
-${PYSITELIB}/pympler/metadata.py
-${PYSITELIB}/pympler/metadata.pyc
-${PYSITELIB}/pympler/metadata.pyo
${PYSITELIB}/pympler/mprofile.py
${PYSITELIB}/pympler/mprofile.pyc
${PYSITELIB}/pympler/mprofile.pyo
Home |
Main Index |
Thread Index |
Old Index