aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-WebTest
diff options
context:
space:
mode:
authorcs <cs@FreeBSD.org>2012-08-31 21:47:19 +0800
committercs <cs@FreeBSD.org>2012-08-31 21:47:19 +0800
commitc6447aeee2d4962de63e57b7300e6d6263457a1a (patch)
treeaed85dc0555a4cedb85b046e88d8d73ab7d46c8a /www/py-WebTest
parent69ada24d6afd4b1f50ec8ea438150b9386f21657 (diff)
downloadfreebsd-ports-gnome-c6447aeee2d4962de63e57b7300e6d6263457a1a.tar.gz
freebsd-ports-gnome-c6447aeee2d4962de63e57b7300e6d6263457a1a.tar.zst
freebsd-ports-gnome-c6447aeee2d4962de63e57b7300e6d6263457a1a.zip
- Update to 1.3.6
- tidy pkg-descr
Diffstat (limited to 'www/py-WebTest')
-rw-r--r--www/py-WebTest/Makefile2
-rw-r--r--www/py-WebTest/distinfo4
-rw-r--r--www/py-WebTest/pkg-descr7
3 files changed, 6 insertions, 7 deletions
diff --git a/www/py-WebTest/Makefile b/www/py-WebTest/Makefile
index 4909ef451f89..8dac5f858758 100644
--- a/www/py-WebTest/Makefile
+++ b/www/py-WebTest/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= WebTest
-PORTVERSION= 1.3.4
+PORTVERSION= 1.3.6
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
http://www.c-s.li/ports/
diff --git a/www/py-WebTest/distinfo b/www/py-WebTest/distinfo
index 87d7c330390f..c4d1a35c73f0 100644
--- a/www/py-WebTest/distinfo
+++ b/www/py-WebTest/distinfo
@@ -1,2 +1,2 @@
-SHA256 (WebTest-1.3.4.tar.gz) = f8915f0da91ad47f84e8a7d49936263fb4c5fdd1fb2737e1a7553b2fe52992f1
-SIZE (WebTest-1.3.4.tar.gz) = 78557
+SHA256 (WebTest-1.3.6.tar.gz) = a4945b61bef48ba4d95b6dc9a324a36f9328574f0af1703b42f2dacac4139f6f
+SIZE (WebTest-1.3.6.tar.gz) = 79673
diff --git a/www/py-WebTest/pkg-descr b/www/py-WebTest/pkg-descr
index a52e46e74bbf..34df5bda2714 100644
--- a/www/py-WebTest/pkg-descr
+++ b/www/py-WebTest/pkg-descr
@@ -1,7 +1,6 @@
-py-WebTest is a helper to test WSGI applications, it wraps
-any WSGI application and makes it easy to send test requests
-to that application, without starting up an HTTP server.
-It provides convenient full-stack testing of applications
+py-WebTest is a helper to test WSGI applications, it wraps any WSGI application
+and makes it easy to send test requests to that application, without starting up
+an HTTP server. It provides convenient full-stack testing of applications
written with any WSGI-compatible framework.
WWW: http://pythonpaste.org/webtest/