# -*- 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 PortGroup fuse 1.0 name py-fusepy version 3.0.1 revision 1 categories-append devel license ISC maintainers nomaintainer platforms {darwin any} supported_archs noarch description a simple interface to FUSE and MacFUSE long_description ${python.rootname} is a Python module that provides\ {*}${description}. It's just one file and is\ implemented using ctypes. homepage https://github.com/fusepy/fusepy checksums rmd160 4a95b1f2278454929f5f037c0c6fee557b8d2293 \ sha256 72ff783ec2f43de3ab394e3f7457605bf04c8cf288a2f4068b4cde141d4ee6bd \ size 11519 python.versions 38 39 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none }