head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	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.3
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.02.58;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.21.08.23.32;	author wen;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.21.08.18.54;	author wen;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-WebError
# Date created:		24 Feb, 2009
# Whom:			Wen Heping <wenheping@@gmail.com>
#
# $FreeBSD: head/www/py-WebError/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WebError
PORTVERSION=	0.10.3
PORTREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@@FreeBSD.org
COMMENT=	Web Error handling and exception catching

LICENSE=	MIT

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Paste>=1.7:${PORTSDIR}/www/py-paste \
		${PYTHON_PKGNAMEPREFIX}pygments>=1.0:${PORTSDIR}/textproc/py-pygments \
		${PYTHON_PKGNAMEPREFIX}Tempita>=0.3:${PORTSDIR}/textproc/py-Tempita \
		${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob

USE_PYTHON=		2.5+
USE_PYDISTUTILS=	easy_install

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 260
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.8:${PORTSDIR}/devel/py-simplejson
.endif

.include <bsd.port.post.mk>
@


1.6
log
@- Depend on simplejson conditionally

PR:		ports/160857
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Depend on simplejson confitionally

PR:		ports/160857
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
@
text
@@


1.4
log
@- Update to 0.10.3
@
text
@d10 1
d18 2
d23 1
a23 2
		${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob \
		${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.8:${PORTSDIR}/devel/py-simplejson
d28 7
a34 1
.include <bsd.port.mk>
@


1.3
log
@- Update to 0.10.2
- Update my mail address to FreeBSD

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.10.2
@


1.2
log
@- Update lang/python26 and make Python 2.6.2 to the default Python version

Tested by:	3 pointyhat runs
Thanks to:	pav, gahr, lwhsu, mva, amdmi3
@
text
@d9 1
a9 2
PORTVERSION=	0.10.1
PORTREVISION=	1
d14 1
a14 1
MAINTAINER=	wenheping@@gmail.com
@


1.1
log
@py-WebError is a python module for web error handling and
exception catching.

WWW: http://pypi.python.org/pypi/WebError/

PR:		ports/132044
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d10 1
d24 1
a24 1
USE_PYTHON=		2.5
@

