Path to this page:
Subject: CVS commit: pkgsrc/filesystems/py-fuse-bindings
From: Alistair G. Crooks
Date: 2007-05-04 21:51:52
Message id: 20070504195152.BF76A2150A@cvs.netbsd.org
Log Message:
Initial import of python bindings (version 0.2pre1) for fuse and
refuse into the Packages Collection.
Python bindings for the FUSE and refuse interfaces.
FUSE allows file sytsem operations to take place at user level, rather
than in the kernel. Refuse is a BSD-licensed re-implementation of
fuse, running on top of the puffs functionality. This package
provides a python language interface to the FUSE interface.
To achieve backwards compatibility with previous versions of the fuse
bindings for python, set the environment variable
FUSE_PYTHON_COMPAT=0.1
Files: