Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-fusepy: new port #8625

Merged
merged 1 commit into from
Oct 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
33 changes: 33 additions & 0 deletions python/py-fusepy/Portfile
Original file line number Diff line number Diff line change
@@ -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
}