[92344] trunk/dports/python
jwa at macports.org
jwa at macports.org
Wed Apr 25 10:22:43 PDT 2012
Revision: 92344
https://trac.macports.org/changeset/92344
Author: jwa at macports.org
Date: 2012-04-25 10:22:42 -0700 (Wed, 25 Apr 2012)
Log Message:
-----------
py-errorhandler: new port to handle error messages in Python
Added Paths:
-----------
trunk/dports/python/py-errorhandler/
trunk/dports/python/py-errorhandler/Portfile
Added: trunk/dports/python/py-errorhandler/Portfile
===================================================================
--- trunk/dports/python/py-errorhandler/Portfile (rev 0)
+++ trunk/dports/python/py-errorhandler/Portfile 2012-04-25 17:22:42 UTC (rev 92344)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id: Portfile 84550 2011-09-27 21:05:11Z snc at macports.org $
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name py-errorhandler
+version 1.1.1
+platforms darwin
+python.versions 25 26 27
+python.default_version 27
+
+maintainers jwa openmaintainer
+description Handler for Python error messages
+long_description \
+ 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.
+
+homepage http://www.python-excel.org
+master_sites http://pypi.python.org/packages/source/e/errorhandler/
+distname errorhandler-${version}
+checksums rmd160 3a60f826eb1bae0e249fdefd3d6c4eb3c598832f \
+ sha256 2baa97a8a256fe72960d196bbdee4404162186f539c4d73b3f1c072db18463e9
+
+if {$subport == $name} {
+ livecheck.type regex
+ livecheck.url http://pypi.python.org/pypi/errorhandler
+ livecheck.regex errorhandler-(\[1-9\]\\.\[0-9.\]+)\\.tar\\.\[bg\]z
+} else {
+ livecheck.type none
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120425/8cb854f8/attachment.html>
More information about the macports-changes
mailing list