pkgsrc-WIP-changes archive

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

py-psleak: removed; imported into base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <adam%defguard.net@localhost>
Pushed By:	adam
Date:		Fri Jan 30 14:01:48 2026 +0100
Changeset:	fd2fe38427b34b681c21ca633ef45ab35ebf131d

Modified Files:
	Makefile
Removed Files:
	py-psleak/DESCR
	py-psleak/Makefile
	py-psleak/PLIST
	py-psleak/distinfo

Log Message:
py-psleak: removed; imported into base

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fd2fe38427b34b681c21ca633ef45ab35ebf131d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |  1 -
 py-psleak/DESCR    |  3 ---
 py-psleak/Makefile | 26 --------------------------
 py-psleak/PLIST    |  9 ---------
 py-psleak/distinfo |  5 -----
 5 files changed, 44 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index b473a506d2..738ed66157 100644
--- a/Makefile
+++ b/Makefile
@@ -4470,7 +4470,6 @@ SUBDIR+=	py-proxy_tools
 SUBDIR+=	py-psamm
 SUBDIR+=	py-pseudopy
 SUBDIR+=	py-pseudorandom
-SUBDIR+=	py-psleak
 SUBDIR+=	py-psychopy
 SUBDIR+=	py-psygnal
 SUBDIR+=	py-ptex
diff --git a/py-psleak/DESCR b/py-psleak/DESCR
deleted file mode 100644
index 5a957b2901..0000000000
--- a/py-psleak/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-A testing framework for detecting memory leaks and unclosed resources
-created by Python functions, particularly those implemented in C
-or other native extensions.
diff --git a/py-psleak/Makefile b/py-psleak/Makefile
deleted file mode 100644
index 479fc2cece..0000000000
--- a/py-psleak/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	psleak-0.1.2
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	sysutils python
-MASTER_SITES=	${MASTER_SITE_PYPI:=p/psleak/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/giampaolo/psleak
-COMMENT=	Detect memory and resource leaks in Python C extensions
-LICENSE=	modified-bsd
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+=	${PYPKGPREFIX}-psutil>=7.2.1:../../sysutils/py-psutil
-TEST_DEPENDS+=	${PYPKGPREFIX}-test-instafail-[0-9]*:../../devel/py-test-instafail
-
-# as of 0.1.2
-# 1 failed, 54 passed, 13 skipped
-# but fixed on git head
-do-test:
-	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${MAKE} build test
-
-.include "../../lang/python/wheel.mk"
-# for test
-.include "../../lang/python/tool.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-psleak/PLIST b/py-psleak/PLIST
deleted file mode 100644
index e8a11cd9c7..0000000000
--- a/py-psleak/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/psleak.py
-${PYSITELIB}/psleak.pyc
-${PYSITELIB}/psleak.pyo
diff --git a/py-psleak/distinfo b/py-psleak/distinfo
deleted file mode 100644
index 967c9986a6..0000000000
--- a/py-psleak/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (psleak-0.1.2.tar.gz) = 5ebf53f2aec2e685670ea4b1108dc1dd61147f4abb2b67dbe9180e379d7d7287
-SHA512 (psleak-0.1.2.tar.gz) = 3723f7f1ed9e63f9c5fa66403ba7bfa057787ace6fd7c04e7a0f069e65a9524c8bc694b72419ab39b68f8452424a9241d6ec58db529d170d3df16efbe095c38f
-Size (psleak-0.1.2.tar.gz) = 24552 bytes


Home | Main Index | Thread Index | Old Index