# -*- 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.7 revision 0 platforms darwin license BSD python.versions 27 33 34 35 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 pypi:M/MacFSEvents distname MacFSEvents-${version} checksums rmd160 4d3e63986d681b9b5794bec77218e9b43fe0334a \ sha256 95d3cddaf8a42435bfbd50087785ee9e3ebb8325242cfd06a88ea21f85bcb56f 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.name MacFSEvents livecheck.type pypi }