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:   wiz
Date:           Wed Mar  5 09:36:18 UTC 2025

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

Log Message:
py-Pympler: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-Pympler/Makefile

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.8 pkgsrc/devel/py-Pympler/Makefile:1.9
--- pkgsrc/devel/py-Pympler/Makefile:1.8        Thu Dec 26 21:43:01 2024
+++ pkgsrc/devel/py-Pympler/Makefile    Wed Mar  5 09:36:18 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2024/12/26 21:43:01 adam Exp $
+# $NetBSD: Makefile,v 1.9 2025/03/05 09:36:18 wiz Exp $
 
 DISTNAME=      pympler-1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^p/P/}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pympler/}
 
@@ -10,9 +11,7 @@ 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
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-bottle-[0-9]*:../../www/py-bottle
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index