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: adam
Date: Fri Jan 26 13:52:47 UTC 2024
Modified Files:
pkgsrc/www/py-WebTest: Makefile PLIST distinfo
Removed Files:
pkgsrc/www/py-WebTest/patches: patch-setup.py
Log Message:
py-WebTest: updated to 3.0.0
3.0.0 (2021-08-19)
- Dropped support for Python 2.7 and 3.5.
- Added support for Python 3.9.
- Clean up dependencies and requirements.
- Switch from Travis to GitHub Actions for building and testing.
- Prevent PytestCollectionWarning for TestApp
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-WebTest/Makefile \
pkgsrc/www/py-WebTest/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-WebTest/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/www/py-WebTest/patches/patch-setup.py
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.11 pkgsrc/www/py-WebTest/Makefile:1.12
--- pkgsrc/www/py-WebTest/Makefile:1.11 Wed Aug 24 09:53:33 2022
+++ pkgsrc/www/py-WebTest/Makefile Fri Jan 26 13:52:47 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2022/08/24 09:53:33 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/01/26 13:52:47 adam Exp $
-DISTNAME= WebTest-2.0.35
+DISTNAME= WebTest-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/WebTest/}
@@ -11,20 +10,20 @@ HOMEPAGE= http://webtest.pythonpaste.org
COMMENT= Helper to test WSGI applications
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-WebOb>=1.2:../../www/py-WebOb
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-waitress>=0.8.5:../../www/py-waitress
TEST_DEPENDS+= ${PYPKGPREFIX}-PasteDeploy-[0-9]*:../../www/py-PasteDeploy
TEST_DEPENDS+= ${PYPKGPREFIX}-WSGIProxy2-[0-9]*:../../www/py-WSGIProxy2
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
TEST_DEPENDS+= ${PYPKGPREFIX}-pyquery-[0-9]*:../../textproc/py-pyquery
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-WebTest/distinfo
diff -u pkgsrc/www/py-WebTest/distinfo:1.11 pkgsrc/www/py-WebTest/distinfo:1.12
--- pkgsrc/www/py-WebTest/distinfo:1.11 Tue Oct 26 11:30:27 2021
+++ pkgsrc/www/py-WebTest/distinfo Fri Jan 26 13:52:47 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:30:27 nia Exp $
+$NetBSD: distinfo,v 1.12 2024/01/26 13:52:47 adam Exp $
-BLAKE2s (WebTest-2.0.35.tar.gz) = 9b74fe42ae5fe7a58a0d18e0f95526e1d2d82262720dc7f4484c86a89f57d9b1
-SHA512 (WebTest-2.0.35.tar.gz) = ecad031702a9d2031d4e2230dc8213aaa6b1a3e9e6add296ee796aa2ef77d81c992dc24e481f721bc34711d1e33f3932d56cec4be3d62ee82a71fb405942c339
-Size (WebTest-2.0.35.tar.gz) = 76227 bytes
-SHA1 (patch-setup.py) = cb97658fb237eaf2307a1ef4effaa8491d796b3a
+BLAKE2s (WebTest-3.0.0.tar.gz) = 558da09248c7159f291092d82b6ba7d2af76591f13ba8abd8aa535e6f248e85a
+SHA512 (WebTest-3.0.0.tar.gz) = b97a6311d7e3bf653bec93c2390fb75c991d0dea6148680d8b6ff87861c130518a5d150dd157eab9b032b278566ad12c0ac8f5fc2ddbeba31e35de1e1f06f747
+Size (WebTest-3.0.0.tar.gz) = 75871 bytes
Index: pkgsrc/www/py-WebTest/PLIST
diff -u pkgsrc/www/py-WebTest/PLIST:1.1 pkgsrc/www/py-WebTest/PLIST:1.2
--- pkgsrc/www/py-WebTest/PLIST:1.1 Tue Jul 11 09:18:01 2017
+++ pkgsrc/www/py-WebTest/PLIST Fri Jan 26 13:52:47 2024
@@ -1,11 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/11 09:18:01 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/01/26 13:52:47 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/webtest/__init__.py
${PYSITELIB}/webtest/__init__.pyc
${PYSITELIB}/webtest/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index