ebd38f8e8d
level have been logged. This is a handler for the python standard logging framework that can be used to tell whether messages have been logged at or above a certain level. This can be useful when wanting to ensure that no errors have been logged before committing data back to a database. WWW: http://pypi.python.org/pypi/errorhandler/1.0.0 PR: ports/137970 Submitted by: Dikshie
20 lines
461 B
Makefile
20 lines
461 B
Makefile
# New ports collection makefile for: errorhandler
|
|
# Date created: 2009-08-19
|
|
# Whom: Dikshie
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= errorhandler
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dikshie@sfc.wide.ad.jp
|
|
COMMENT= A logging framework handler that tracks when messages above a certain level have been logged.
|
|
|
|
USE_PYTHON= 2.5-2.6
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|