# -*- 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
categories-append devel fuse
description Python bindings for the low-level FUSE API
long_description Python-LLFUSE is a set of Python bindings for the low \
distname llfuse-${version}
homepage https://github.com/python-llfuse/python-llfuse/
master_sites pypi:l/llfuse
checksums rmd160 f803fd564e9462badc4a2f4c4c319dfe9ee81956 \
sha256 31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9 \
python.versions 27 34 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
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} LICENSE Changes.rst \
README.rst ${destroot}${docdir}