aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-errorhandler
Commit message (Collapse)AuthorAgeFilesLines
* - Convert textproc/ to USES=pythonMarcus von Appen2014-12-071-3/+2
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=374183
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-031-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=363904
* - Convert to autoplistMartin Wilke2014-03-012-18/+3
| | | | | | | | - Stage support - Bump PORTREVISION Notes: svn path=/head/; revision=346710
* - Update WWW:Sunpoet Po-Chuan Hsieh2013-11-201-1/+1
| | | | | | | | | | | - http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr) Notes: svn path=/head/; revision=334452
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update to 1.1.1Wen Heping2011-02-283-8/+4
| | | | | | | | | | | - Remove MD5 - Fix build with python-2.7 Submitted by: Wen Heping(via email, myself) Approved by: maintainer(via email) Notes: svn path=/head/; revision=269961
* A logging framework handler that tracks when messages above a certainMartin Wilke2009-08-224-0/+53
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 Notes: svn path=/head/; revision=240146