pkgsrc-wip/py-errorhandler/Makefile
Helge Muehlmeier 2494144e9b Import py26-errorhandler-1.1.1 as wip/py-errorhandler.
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.
2010-08-31 18:57:49 +00:00

18 lines
517 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/08/31 18:57:49 helgoman Exp $
#
VERS= 1.1.1
DISTNAME= errorhandler-${VERS}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= http://pypi.python.org/packages/source/e/errorhandler/
MAINTAINER= helgoman@users.sourceforge.net
HOMEPAGE= http://www.simplistix.co.uk/software/python/errorhandler
COMMENT= Logging framework handler
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"