# -*- 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-watchdog version 0.8.3 categories-append sysutils platforms darwin license Apache-2 maintainers petr openmaintainer description Python API and shell utilities to monitor file system events. long_description ${description} homepage http://pythonhosted.org/watchdog/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}/ distname ${python.rootname}-${version} checksums md5 bb16926bccc98eae2a04535e4512ddf1 \ rmd160 98b76d328f2903533fba56e8694b0002c0a25c1e \ sha256 7e65882adb7746039b6f3876ee174952f8eaaa34491ba34333ddf1fe35de4162 python.versions 27 34 35 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-argh \ port:py${python.version}-pathtools \ port:py${python.version}-yaml livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/${python.rootname}/json livecheck.regex "\"${python.rootname}-(\[.\\d\]+)\\${extract.suffix}\"" }