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:           Thu Dec 26 21:43:01 UTC 2024

Modified Files:
        pkgsrc/devel/py-Pympler: Makefile PLIST distinfo

Log Message:
py-Pympler: updated to 1.1

1.1 - 2024-06-28

Added

Python 3.11 and 3.12 support

Changed

Require pywin32 on Windows
Update bottle.py to 0.12.25

Fixed

Handle sizing of numpy.str and numpy.str_
Fix sizing of multiple objects with references to each other


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-Pympler/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-Pympler/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-Pympler/distinfo

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.7 pkgsrc/devel/py-Pympler/Makefile:1.8
--- pkgsrc/devel/py-Pympler/Makefile:1.7        Mon Nov 11 07:27:59 2024
+++ pkgsrc/devel/py-Pympler/Makefile    Thu Dec 26 21:43:01 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2024/11/11 07:27:59 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/12/26 21:43:01 adam Exp $
 
-DISTNAME=      Pympler-1.0.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      pympler-1.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^p/P/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pympler/}
 
@@ -10,11 +10,12 @@ HOMEPAGE=   https://github.com/pympler/pym
 COMMENT=       Python memory analysis tool
 LICENSE=       apache-2.0
 
+WHEEL_NAME=    ${DISTNAME:S/^p/P/}
+
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TEST_DEPENDS+= ${PYPKGPREFIX}-bottle-[0-9]*:../../www/py-bottle
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-Pympler/PLIST
diff -u pkgsrc/devel/py-Pympler/PLIST:1.5 pkgsrc/devel/py-Pympler/PLIST:1.6
--- pkgsrc/devel/py-Pympler/PLIST:1.5   Tue Feb 20 05:00:15 2024
+++ pkgsrc/devel/py-Pympler/PLIST       Thu Dec 26 21:43:01 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/02/20 05:00:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/12/26 21:43:01 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
@@ -35,6 +35,7 @@ ${PYSITELIB}/pympler/panels.pyo
 ${PYSITELIB}/pympler/process.py
 ${PYSITELIB}/pympler/process.pyc
 ${PYSITELIB}/pympler/process.pyo
+${PYSITELIB}/pympler/py.typed
 ${PYSITELIB}/pympler/refbrowser.py
 ${PYSITELIB}/pympler/refbrowser.pyc
 ${PYSITELIB}/pympler/refbrowser.pyo

Index: pkgsrc/devel/py-Pympler/distinfo
diff -u pkgsrc/devel/py-Pympler/distinfo:1.6 pkgsrc/devel/py-Pympler/distinfo:1.7
--- pkgsrc/devel/py-Pympler/distinfo:1.6        Tue Feb 20 05:00:15 2024
+++ pkgsrc/devel/py-Pympler/distinfo    Thu Dec 26 21:43:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/02/20 05:00:15 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/12/26 21:43:01 adam Exp $
 
-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
+BLAKE2s (pympler-1.1.tar.gz) = 7431ca141fae0ac7cd106dd00a773e56a10df00ee1028d4424922ebab2573655
+SHA512 (pympler-1.1.tar.gz) = b29477f63a88904e0edeadb1d3c6754e2da2d3f52ee4b964dd207dc0b31301a7d4a714548cfd384d9ee352b908f3d26dbbb265f5729cf9d12b81dde3b826ece2
+Size (pympler-1.1.tar.gz) = 179954 bytes



Home | Main Index | Thread Index | Old Index