# -*- 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 74366 2010-12-14 10:37:39Z stromnov@macports.org $

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}"
