File: control

package info (click to toggle)
python-fuse 2%3A1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 312 kB
  • sloc: ansic: 1,319; python: 1,164; makefile: 14
file content (25 lines) | stat: -rw-r--r-- 1,172 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: python-fuse
Section: python
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: libfuse-dev (>= 2.5), debhelper-compat (= 12), pkg-config, python3-all-dev, python3-setuptools, dh-python
Standards-Version: 4.5.1
Homepage: https://github.com/libfuse/python-fuse
Vcs-Git: https://salsa.debian.org/debian/python-fuse.git
Vcs-Browser: https://salsa.debian.org/debian/python-fuse

Package: python3-fuse
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}, fuse [linux-any] | fuse4bsd [kfreebsd-any]
Provides: ${python:Provides}
Breaks: gmailfs (<= 0.7.3-4), wikipediafs (<= 0.3), python2.4-fuse (<< 2.5-3), python2.3-fuse (<< 2.5-3)
Replaces: python2.4-fuse (<< 2.5-3), python2.3-fuse (<< 2.5-3)
Description: Python bindings for FUSE (Filesystems in USErspace) (Python 3 package)
 This is a Python interface to FUSE.
 .
 FUSE (Filesystem in USErspace) is a simple interface for userspace
 programs to export a virtual filesystem to the Linux kernel. FUSE
 also aims to provide a secure method for non privileged users to
 create and mount their own filesystem implementations.
 .
 This is the Python 3 package