diff options
author | cs <cs@FreeBSD.org> | 2013-03-25 01:32:26 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-03-25 01:32:26 +0800 |
commit | bd5b2edf3c1dd147fd48eb30a264319fde4b51e2 (patch) | |
tree | 9db31ac4d45fa74daf8abb33e37e93562c84e876 /www/py-WebTest/Makefile | |
parent | ce80e53b5fd658c5dd39201305d7e72c0fd665ec (diff) | |
download | freebsd-ports-gnome-bd5b2edf3c1dd147fd48eb30a264319fde4b51e2.tar.gz freebsd-ports-gnome-bd5b2edf3c1dd147fd48eb30a264319fde4b51e2.tar.zst freebsd-ports-gnome-bd5b2edf3c1dd147fd48eb30a264319fde4b51e2.zip |
Update to 2.0.2
PR: ports/177022
Submitted by: William Grzybowski <william88@gmail.com>
Approved by: maintainer
Diffstat (limited to 'www/py-WebTest/Makefile')
-rw-r--r-- | www/py-WebTest/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/py-WebTest/Makefile b/www/py-WebTest/Makefile index 94dafe36e34a..3b5dc37a3e91 100644 --- a/www/py-WebTest/Makefile +++ b/www/py-WebTest/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WebTest -PORTVERSION= 1.4.0 +PORTVERSION= 2.0.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://www.c-s.li/ports/ @@ -13,9 +13,12 @@ COMMENT= Helper to test WSGI applications LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=1.2:${PORTSDIR}/www/py-webob \ + ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:${PORTSDIR}/www/py-beautifulsoup \ + ${PYTHON_PKGNAMEPREFIX}waitress>0:${PORTSDIR}/www/py-waitress +USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install |