pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-WebTest



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:39:49 UTC 2025

Modified Files:
        pkgsrc/www/py-WebTest: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-WebTest/Makefile

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

Modified files:

Index: pkgsrc/www/py-WebTest/Makefile
diff -u pkgsrc/www/py-WebTest/Makefile:1.14 pkgsrc/www/py-WebTest/Makefile:1.15
--- pkgsrc/www/py-WebTest/Makefile:1.14 Wed Feb  5 13:29:01 2025
+++ pkgsrc/www/py-WebTest/Makefile      Wed Mar  5 10:39:49 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2025/02/05 13:29:01 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/03/05 10:39:49 wiz Exp $
 
 DISTNAME=      webtest-3.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/webt/WebT/}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WebTest/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     http://webtest.pythonpaste.org
 COMMENT=       Helper to test WSGI applications
 LICENSE=       mit
 
-WHEEL_NAME=    ${DISTNAME:S/webt/WebT/}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-WebOb>=1.2:../../www/py-WebOb
 DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
 DEPENDS+=      ${PYPKGPREFIX}-waitress>=0.8.5:../../www/py-waitress



Home | Main Index | Thread Index | Old Index