# -*- 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 python 1.0 name py-logbook version 0.6.0 revision 0 categories-append devel platforms darwin license BSD python.versions 26 27 32 33 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 rmd160 166c9140ba600a358c62b39609825d55d38abbf4 \ sha256 e6391281a8a4c34b0758e65d72f3d5d990e4cfdb326336fc0a526bcacb8f10d6 if {${subport} eq "py32-logbook"} { version 0.4.2 revision 0 distname Logbook-${version} checksums rmd160 52b76fb224b6809c0280efe0c31eb5c0c7a34182 \ sha256 60a373b06d3a0700a2311f35aef296f89de96e65dc45a0b3c6c4d4033bb457bc } if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex {Logbook-(\d+(?:\.\d+)*)\.[tz]} }