diff --git a/www/py-WebTest/Makefile b/www/py-WebTest/Makefile index f7ec87bc27d3..05227ca3179d 100644 --- a/www/py-WebTest/Makefile +++ b/www/py-WebTest/Makefile @@ -1,30 +1,25 @@ -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} \ +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} -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} \ - ${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 .include diff --git a/www/py-WebTest/distinfo b/www/py-WebTest/distinfo index d3ec33ca8a14..eb648e84301a 100644 --- a/www/py-WebTest/distinfo +++ b/www/py-WebTest/distinfo @@ -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