Skip to content

Commit

Permalink
www/py-WebTest: Update to 3.0.0
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
sunpoet committed Jun 5, 2023
1 parent 1069591 commit d35a222
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
27 changes: 11 additions & 16 deletions www/py-WebTest/Makefile
@@ -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} \
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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit d35a222

Please sign in to comment.