# $Id: Portfile 125317 2014-09-13 14:21:04Z jmr@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-pyfsevents version 0.2b1 maintainers nomaintainer description Python interface to Mac OS X's FSEvents long_description \ pyfsevents is a C extension providing a Python interface for Mac OS X \ 10.5 and later which allows monitoring for file system events, using \ FSEvents. platforms darwin license MIT homepage https://pypi.python.org/pypi/pyfsevents master_sites https://pypi.python.org/packages/source/p/pyfsevents/ distname pyfsevents-${version} checksums md5 41b41d336ed402b9ad1486f441b51de4 \ sha1 b80645f726fd59544bc757b362ace0afd8ed26fd \ rmd160 a5f9486dc6ffd08e502aba7dd444c8aa7b9026dc python.versions 26 if {$subport ne $name} { post-destroot { xinstall -m 644 -W ${worksrcpath} BUGS LICENSE README \ ${destroot}${prefix}/share/doc/${subport} xinstall -m 755 -d ${destroot}${prefix}/share/examples/${subport} eval xinstall -m 644 [glob ${worksrcpath}/examples/*] \ ${destroot}${prefix}/share/examples/${subport} } livecheck.type none } else { livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex pyfsevents-(\[\\w.\]+)${extract.suffix} } platform darwin 8 { pre-fetch { error "${subport} needs at least 10.5 to function" } }