pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-WebOb
Module Name: pkgsrc
Committed By: wiz
Date: Mon Mar 3 06:59:56 UTC 2025
Modified Files:
pkgsrc/www/py-WebOb: Makefile
Log Message:
py-WebOb: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-WebOb/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-WebOb/Makefile
diff -u pkgsrc/www/py-WebOb/Makefile:1.20 pkgsrc/www/py-WebOb/Makefile:1.21
--- pkgsrc/www/py-WebOb/Makefile:1.20 Mon Nov 11 07:29:15 2024
+++ pkgsrc/www/py-WebOb/Makefile Mon Mar 3 06:59:55 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2024/11/11 07:29:15 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/03/03 06:59:55 wiz Exp $
DISTNAME= webob-1.8.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/webob/WebOb/}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/webob/}
@@ -10,15 +11,13 @@ HOMEPAGE= https://webob.org/
COMMENT= Python module providing WSGI request and response objects
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
USE_LANGUAGES= # none
-WHEEL_NAME= ${DISTNAME:S/webob/WebOb/}
-
# as of 1.8.9
# 1 failed, 2379 passed, 9 skipped, 1 xfailed, 34 warnings
Home |
Main Index |
Thread Index |
Old Index