Date: Tue, 24 Feb 2009 08:08:54 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132045: [New Port]www/py-WebTest:Helper to test WSGI applications Message-ID: <200902240808.n1O88s4Q019983@www.freebsd.org> Resent-Message-ID: <200902240810.n1O8A254054351@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132045 >Category: ports >Synopsis: [New Port]www/py-WebTest:Helper to test WSGI applications >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 24 08:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD-8.0 Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Dec 16 00:26:59 HKT 2008 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: 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/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-WebTest # py-WebTest/pkg-plist # py-WebTest/pkg-descr # py-WebTest/distinfo # py-WebTest/Makefile # echo c - py-WebTest mkdir -p py-WebTest > /dev/null 2>&1 echo x - py-WebTest/pkg-plist sed 's/^X//' >py-WebTest/pkg-plist << 'd7a5f984d9bb6e47cdeb32b9fea8aba4' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% d7a5f984d9bb6e47cdeb32b9fea8aba4 echo x - py-WebTest/pkg-descr sed 's/^X//' >py-WebTest/pkg-descr << 'db998289f50c66a2d3a9e5c13298c442' Xpy-WebTest is a helper to test WSGI applications, it wraps Xany WSGI application and makes it easy to send test requests Xto that application, without starting up an HTTP server. XIt provides convenient full-stack testing of applications Xwritten with any WSGI-compatible framework. X XWWW: http://pythonpaste.org/webtest/ db998289f50c66a2d3a9e5c13298c442 echo x - py-WebTest/distinfo sed 's/^X//' >py-WebTest/distinfo << '35d8c3619f3108c45102d1db394623db' XMD5 (WebTest-1.1.tar.gz) = f2adfd0f6d766bb2214fb1a1f3db03cc XSHA256 (WebTest-1.1.tar.gz) = 78030defded997c48def56d268136eb91ccce41dbd9d767b08308bf6381cfefd XSIZE (WebTest-1.1.tar.gz) = 31705 35d8c3619f3108c45102d1db394623db echo x - py-WebTest/Makefile sed 's/^X//' >py-WebTest/Makefile << '847c72020de5dc8a16fd47f2e1c697d8' X# New ports collection makefile for: py-WebTest X# Date created: 24 Feb, 2009 X# Whom: Wen Heping <wenheping@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= WebTest XPORTVERSION= 1.1 XCATEGORIES= www python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= wenheping@gmail.com XCOMMENT= Helper to test WSGI applications X XUSE_PYTHON= 2.5 XUSE_PYDISTUTILS= easy_install X X.include <bsd.port.mk> 847c72020de5dc8a16fd47f2e1c697d8 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902240808.n1O88s4Q019983>