# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-llfuse version 1.3.6 revision 0 categories-append devel fuse platforms darwin license LGPL-2+ maintainers nomaintainer description Python bindings for the low-level FUSE API long_description Python-LLFUSE is a set of Python bindings for the low \ level FUSE API. distname llfuse-${version} use_bzip2 yes homepage https://github.com/python-llfuse/python-llfuse/ master_sites pypi:l/llfuse checksums rmd160 f803fd564e9462badc4a2f4c4c319dfe9ee81956 \ sha256 31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9 \ size 361750 python.versions 27 35 36 37 if {${name} ne ${subport}} { depends_build-append port:pkgconfig \ port:py${python.version}-setuptools depends_lib-append port:osxfuse if {${python.version} eq 27} { depends_lib-append port:py${python.version}-contextlib2 } post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE Changes.rst \ README.rst ${destroot}${docdir} } livecheck.type none }