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: Sun Apr 13 21:20:55 UTC 2025
Modified Files:
pkgsrc/www/py-WebOb: Makefile PLIST
Log Message:
py-WebOb: fix for setuptools>=78
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-WebOb/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-WebOb/PLIST
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.21 pkgsrc/www/py-WebOb/Makefile:1.22
--- pkgsrc/www/py-WebOb/Makefile:1.21 Mon Mar 3 06:59:55 2025
+++ pkgsrc/www/py-WebOb/Makefile Sun Apr 13 21:20:55 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2025/03/03 06:59:55 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2025/04/13 21:20:55 wiz Exp $
DISTNAME= webob-1.8.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/webob/WebOb/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/webob/}
@@ -11,7 +11,7 @@ HOMEPAGE= https://webob.org/
COMMENT= Python module providing WSGI request and response objects
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../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
Index: pkgsrc/www/py-WebOb/PLIST
diff -u pkgsrc/www/py-WebOb/PLIST:1.3 pkgsrc/www/py-WebOb/PLIST:1.4
--- pkgsrc/www/py-WebOb/PLIST:1.3 Sat Aug 10 09:26:15 2024
+++ pkgsrc/www/py-WebOb/PLIST Sun Apr 13 21:20:55 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2024/08/10 09:26:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/04/13 21:20:55 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/license.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/docs/license.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
${PYSITELIB}/webob/__init__.py
Home |
Main Index |
Thread Index |
Old Index