You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
964 B
Tcl
29 lines
964 B
Tcl
# -*- 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 39
|