head	1.12;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.02.58;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.11.07.14.06.58;	author cs;	state Exp;
branches;
next	1.10;

1.10
date	2012.08.31.13.47.19;	author cs;	state Exp;
branches;
next	1.9;

1.9
date	2012.05.19.07.59.37;	author cs;	state Exp;
branches;
next	1.8;

1.8
date	2011.12.21.10.11.58;	author cs;	state Exp;
branches;
next	1.7;

1.7
date	2011.10.09.14.27.03;	author cs;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.15.12.33.27;	author cs;	state Exp;
branches;
next	1.5;

1.5
date	2011.04.01.02.40.55;	author glarkin;	state Exp;
branches;
next	1.4;

1.4
date	2010.09.20.06.28.54;	author wen;	state Exp;
branches;
next	1.3;

1.3
date	2010.05.26.08.31.01;	author wen;	state Exp;
branches;
next	1.2;

1.2
date	2009.05.30.21.01.05;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.02.27.15.37.21;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# Created by: Wen Heping
# $FreeBSD: head/www/py-WebTest/Makefile 307135 2012-11-07 14:06:58Z cs $

PORTNAME=	WebTest
PORTVERSION=	1.4.0
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP \
		http://www.c-s.li/ports/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	cs@@FreeBSD.org
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

USE_PYTHON=		yes
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>
@


1.11
log
@SVN rev 307135 on 2012-11-07 14:06:58Z by cs

- Update to 1.4.0
- Cleanup Makefile header

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.10
log
@SVN rev 303423 on 2012-08-31 13:47:19Z by cs

- Update to 1.3.6
- tidy pkg-descr
@
text
@d1 1
a1 4
# New ports collection makefile for:	py-WebTest
# Date created:		24 Feb, 2009
# Whom:			Wen Heping <wenheping@@gmail.com>
#
a2 1
#
d5 1
a5 1
PORTVERSION=	1.3.6
@


1.9
log
@Update to 1.3.4
@
text
@d9 1
a9 1
PORTVERSION=	1.3.4
@


1.8
log
@Update to 1.3.3

Submitted by:	wen@@ (via mail)
Approved by:	wen@@ (co-mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.3
@


1.7
log
@Update to 1.3.1

Approved by:	glarkin@@ (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.1
@


1.6
log
@Change maintainer address to my FreeBSD address

Approved by:	wen@@ (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.2.3
d18 2
a22 2
LICENSE=	MIT

@


1.5
log
@- Updated to 1.2.3
  Changes: https://bitbucket.org/ianb/webtest/changeset/5860980bf8c1#chg-docs/news.txt

PR:		ports/155725
Submitted by:	C-S <c-s@@c-s.li> (maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	c-s@@c-s.li
@


1.4
log
@- Update to 1.2.2
- Pass maintainership to submitter

PR:		ports/150603
Submitted by:	C-S <c-s@@c-s.li>
@
text
@d9 1
a9 1
PORTVERSION=	1.2.2
@


1.3
log
@- Update to 1.2.1
- Reset maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.2.1
d11 2
a12 1
MASTER_SITES=	CHEESESHOP
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d21 3
a23 1
USE_PYTHON=		2.5+
@


1.2
log
@- Update to 1.2 (make python 2.6.2 safe)

PR:		134865
Submitted by:	Wen Heping <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.2
d14 1
a14 1
MAINTAINER=	wenheping@@gmail.com
@


1.1
log
@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/

PR:		ports/132045
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.1
d17 4
a20 1
USE_PYTHON=		2.5
@

