[74366] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Dec 14 02:37:46 PST 2010


Revision: 74366
          http://trac.macports.org/changeset/74366
Author:   stromnov at macports.org
Date:     2010-12-14 02:37:39 -0800 (Tue, 14 Dec 2010)
Log Message:
-----------
py26-logbook: new port

Added Paths:
-----------
    trunk/dports/python/py26-logbook/
    trunk/dports/python/py26-logbook/Portfile

Added: trunk/dports/python/py26-logbook/Portfile
===================================================================
--- trunk/dports/python/py26-logbook/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-logbook/Portfile	2010-12-14 10:37:39 UTC (rev 74366)
@@ -0,0 +1,29 @@
+# -*- 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$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-logbook
+version             0.3
+categories          python
+platforms           darwin
+
+maintainers         stromnov openmaintainer
+
+description         Python logging replacement module.
+long_description    ${description}
+
+homepage            http://packages.python.org/Logbook/
+master_sites        http://pypi.python.org/packages/source/L/Logbook/
+distname            Logbook-${version}
+
+checksums           md5     f6db00f52bd4629b154c205252461719 \
+                    sha1    465aa343d30f321a780c77956144bd816213c3b9 \
+                    rmd160  6f39ddf86c6e393ee46230645d25f80f67459d9e
+
+depends_lib-append  port:py26-distribute
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "Logbook-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py26-logbook/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101214/2d4b4325/attachment.html>


More information about the macports-changes mailing list