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
|
Source: python-fs
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jan Dittberner <jandd@debian.org>,
Yao Wei (魏銘廷) <mwei@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all:any,
python3-setuptools,
python3-six,
python3-coverage <!nocheck>,
python3-pytest <!nocheck>,
python3-parameterized <!nocheck>,
python3-platformdirs <!nocheck>,
python3-sphinx,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/PyFilesystem/pyfilesystem2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-fs.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-fs
Testsuite: autopkgtest-pkg-python
Package: python3-fs
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
Description: Python filesystem abstraction
Pyfilesystem is a Python module that provides a common interface to many types
of filesystem, and provides some powerful features such as exposing
filesystems over an internet connection, or to the native filesystem.
|