# -*- 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-macfsevents version 0.4 revision 0 platforms darwin license BSD python.versions 27 33 34 maintainers stromnov openmaintainer description Thread-based interface to file system observation primitives. long_description MacFSEvents is a Python library that provides thread-safe \ directory observation primitives using callbacks. It wraps \ the Mac OS X FSEvents API in a C-extension. homepage https://github.com/malthe/macfsevents master_sites https://pypi.python.org/packages/source/M/MacFSEvents/ distname MacFSEvents-${version} checksums rmd160 d4e0717614e3f656aefacd1369ce6b06df47ddb1 \ sha256 5d492cf3181a782380fce3b704412aa9cfa4f4602dfcf07c071cd8da18685057 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools post-destroot { xinstall -d ${destroot}${python.prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} README.rst CHANGES.rst \ ${destroot}${python.prefix}/share/doc/${name} } livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/macfsevents/json livecheck.regex {MacFSEvents-(\d+(?:\.\d+)*)\.[tz]} }