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: Sat Aug 10 09:26:15 UTC 2024
Modified Files:
pkgsrc/www/py-WebOb: Makefile PLIST
Log Message:
py-WebOb: convert to wheel.mk
Remove unused test dependency.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-WebOb/Makefile
cvs rdiff -u -r1.2 -r1.3 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.15 pkgsrc/www/py-WebOb/Makefile:1.16
--- pkgsrc/www/py-WebOb/Makefile:1.15 Wed Aug 24 09:53:33 2022
+++ pkgsrc/www/py-WebOb/Makefile Sat Aug 10 09:26:15 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2022/08/24 09:53:33 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/08/10 09:26:15 wiz Exp $
DISTNAME= WebOb-1.8.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/WebOb/}
@@ -11,16 +11,18 @@ 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}-wheel-[0-9]*:../../devel/py-wheel
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-PYSETUPTESTTARGET= pytest
+# as of 1.8.7
+# 6 failed, 2373 passed, 9 skipped, 1 xfailed, 35 warnings
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-WebOb/PLIST
diff -u pkgsrc/www/py-WebOb/PLIST:1.2 pkgsrc/www/py-WebOb/PLIST:1.3
--- pkgsrc/www/py-WebOb/PLIST:1.2 Wed Aug 20 13:48:42 2014
+++ pkgsrc/www/py-WebOb/PLIST Sat Aug 10 09:26:15 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2014/08/20 13:48:42 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+@comment $NetBSD: PLIST,v 1.3 2024/08/10 09:26:15 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/license.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
${PYSITELIB}/webob/__init__.py
${PYSITELIB}/webob/__init__.pyc
${PYSITELIB}/webob/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index