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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
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,
pkgconf,
python3-all-dev,
python3-doc <!nodoc>,
python3-pytest,
python3-setuptools,
python3-sphinx,
python3-trio (>= 0.15),
python-trio-doc <!nodoc>
Standards-Version: 4.7.0
Rules-Requires-Root: no
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}
Recommends: fuse3
Suggests: python3-pyfuse3-doc
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.
Package: python3-pyfuse3-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Recommends: python3-pyfuse3
Depends: ${sphinxdoc:Depends},
${shlibs:Depends},
${misc:Depends},
python3-doc,
python-trio-doc
Description: Python 3 bindings for libfuse 3 with asynchronous API (documentation)
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.
This package provides the documentation package
|