1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

www/py-WebTest: Update to 3.0.0

- Change MASTER_SITES from GitHub to PYPI
- Update WWW
- Take maintainership

Changes:	https://github.com/Pylons/webtest/blob/main/CHANGELOG.rst
		https://docs.pylonsproject.org/projects/webtest/en/latest/changelog.html
This commit is contained in:
Po-Chuan Hsieh 2023-06-06 02:40:46 +08:00
parent 1069591754
commit d35a222edd
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 14 additions and 19 deletions

View File

@ -1,29 +1,24 @@
PORTNAME= WebTest
PORTVERSION= 2.0.32
PORTNAME= webtest
PORTVERSION= 3.0.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= WebTest-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Helper to test WSGI applications
WWW= https://pythonpaste.org/webtest/
WWW= https://docs.pylonsproject.org/projects/webtest/en/latest/ \
https://github.com/Pylons/webtest
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.rst
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}waitress>0:www/py-waitress@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}webob>=1.2:www/py-webob@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}waitress>0:www/py-waitress@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}waitress>=0.8.5:www/py-waitress@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}webob>=1.2:www/py-webob@${PY_FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= Pylons
GH_PROJECT= webtest
USES= python:3.6+
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1539119140
SHA256 (Pylons-webtest-2.0.32_GH0.tar.gz) = b4fe05b6f0bb63f3fddd7e287e678eab26a23f4362b1acc79869e5185dbe48c7
SIZE (Pylons-webtest-2.0.32_GH0.tar.gz) = 68401
TIMESTAMP = 1685829922
SHA256 (WebTest-3.0.0.tar.gz) = 54bd969725838d9861a9fa27f8d971f79d275d94ae255f5c501f53bb6d9929eb
SIZE (WebTest-3.0.0.tar.gz) = 75871