From 9aa4d0077e379537446c1c557c5ef3b637cf1890 Mon Sep 17 00:00:00 2001 From: Eric F Date: Sat, 3 Oct 2020 13:55:26 +0200 Subject: [PATCH] py-fusepy: new port - dependency for py-gitfs --- python/py-fusepy/Portfile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 python/py-fusepy/Portfile diff --git a/python/py-fusepy/Portfile b/python/py-fusepy/Portfile new file mode 100644 index 0000000000000..eab999fd72591 --- /dev/null +++ b/python/py-fusepy/Portfile @@ -0,0 +1,33 @@ +# -*- 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-fusepy +version 3.0.1 +revision 0 + +categories-append devel +platforms darwin +license ISC +maintainers nomaintainer + +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 + +if {${name} ne ${subport}} { + depends_build-append port:py${python.version}-setuptools + depends_lib-append port:osxfuse + + livecheck.type none +}