Codebase list python-fusepy / a1ad108f-6d41-4191-af80-f69a2f6d05cf/main debian / control
a1ad108f-6d41-4191-af80-f69a2f6d05cf/main

Tree @a1ad108f-6d41-4191-af80-f69a2f6d05cf/main (Download .tar.gz)

control @a1ad108f-6d41-4191-af80-f69a2f6d05cf/mainraw · history · blame

Source: python-fusepy
Maintainer: Sascha Steinbiss <satta@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools,
               libfuse2
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/debian/python-fusepy
Vcs-Git: https://salsa.debian.org/debian/python-fusepy.git
Homepage: https://github.com/fusepy/fusepy

Package: python3-fusepy
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         libfuse2
Description: simple Python interface to FUSE (Python 3)
 fusepy is a Python module that provides a simple interface to FUSE and
 MacFUSE. It's just one file and is implemented using ctypes.
 Due to a name clash with the existing API-incompatible python-fuse package,
 the importable module name for fusepy in Debian is 'fusepy' instead of
 upstream's 'fuse'.
 .
 This package installs the Python 3 version.