File: control

package info (click to toggle)
pyfuse3 3.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,524 kB
  • sloc: javascript: 9,317; python: 2,828; ansic: 363; makefile: 29; sh: 14
file content (35 lines) | stat: -rw-r--r-- 1,274 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
Source: pyfuse3
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nikolaus Rath <Nikolaus@rath.org>,
           Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: cython3,
               debhelper-compat (= 13),
               dh-python,
               fuse3,
               libattr1-dev,
               libfuse3-dev,
               pkg-config,
               python3-all-dev,
               python3-pytest,
               python3-setuptools,
               python3-sphinx,
               python3-sphinxcontrib-asyncio,
               python3-trio (>= 0.15),
Standards-Version: 4.6.1
Homepage: https://github.com/libfuse/pyfuse3
Vcs-Git: https://salsa.debian.org/python-team/packages/pyfuse3.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyfuse3

Package: python3-pyfuse3
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         ${sphinxdoc:Depends}
Provides: ${python3:Provides}
Description: Python 3 bindings for libfuse 3 with asynchronous API
 pyfuse3 is a set of Python 3 bindings for libfuse 3. It provides
 an asynchronous API compatible with Trio, and enables you to easily
 write a full-featured Linux filesystem in Python.