New Port: py-errorhandler A logging framework handler that tracks when messages above a certain 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. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->miwi I'll take it.
State Changed From-To: open->closed New port added. Thanks!
miwi 2009-08-22 22:08:15 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/py-errorhandler Makefile distinfo pkg-descr pkg-plist Log: A logging framework handler that tracks when messages above a certain 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 Revision Changes Path 1.1371 +1 -0 ports/textproc/Makefile 1.1 +20 -0 ports/textproc/py-errorhandler/Makefile (new) 1.1 +3 -0 ports/textproc/py-errorhandler/distinfo (new) 1.1 +11 -0 ports/textproc/py-errorhandler/pkg-descr (new) 1.1 +19 -0 ports/textproc/py-errorhandler/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
miwi 2009-08-22 22:09:37 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/py-xlrd Makefile distinfo pkg-descr pkg-plist Log: Library for developers to extract data from Microsoft Excel (tm) spreadsheet files Extract data from new and old Excel spreadsheets on any platform. Pure Python (2.1 to 2.6). Strong support for Excel dates. Unicode-aware. WWW: http://www.python-excel.org/ PR: ports/137970 Submitted by: Dikshie Revision Changes Path 1.1372 +1 -0 ports/textproc/Makefile 1.1 +20 -0 ports/textproc/py-xlrd/Makefile (new) 1.1 +3 -0 ports/textproc/py-xlrd/distinfo (new) 1.1 +7 -0 ports/textproc/py-xlrd/pkg-descr (new) 1.1 +40 -0 ports/textproc/py-xlrd/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"