# -*- 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 1.0.0 revision 0 categories-append devel platforms darwin license BSD python.versions 27 34 35 maintainers stromnov openmaintainer description Python logging replacement module. long_description ${description} homepage http://packages.python.org/Logbook/ master_sites pypi:L/Logbook distname Logbook-${version} checksums rmd160 2d1f3d100794bdd1409071d6eef3fcc41570672e \ sha256 87da2515a6b3db866283cb9d4e5a6ec44e52a1d556ebb2ea3b6e7e704b5f1872 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.name Logbook livecheck.type pypi }