# -*- 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
description FSEvents wrapper for PyObjC
long_description This port provides the FSEvents wrapper for use with PyObjC
homepage http://pyobjc.sourceforge.net/
master_sites http://pypi.python.org/packages/source/p/pyobjc-framework-FSEvents
distname pyobjc-framework-FSEvents-${version}
checksums rmd160 320660d144e065ade49e64e253c4c6ef4f72f0ea \
sha256 38eff0b1667f23dc0c183261a7a4e40f75f898300ea4fc2b855d614eca61f30a
python.versions 26 27 33 34
# since there is replication of code all these pyObjc related framework should probably all be merged
# as subports of py-pyobj
if {${name} ne ${subport}} {
depends_lib port:py${python.version}-pyobjc
return -code error "PyObjC 2 requires Mac OS X 10.5 or later"
xinstall -m 644 -W ${worksrcpath} LICENSE.txt ${destroot}${prefix}/share/doc/${subport}
copy ${worksrcpath}/Examples ${destroot}${prefix}/share/doc/${subport}/examples
copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${subport}
livecheck.url http://pypi.python.org/pypi/pyobjc-framework-FSEvents
livecheck.regex {pyobjc-framework-FSEvents ([0-9.]+)}