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 56 57 58 59 60 61 62 63 64
|
Source: python-fs
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jan Dittberner <jandd@debian.org>,
Yao Wei (魏銘廷) <mwei@debian.org>,
Build-Depends: debhelper (>= 11),
dh-python,
python-all,
python-setuptools,
python-tz,
python-enum34,
python-typing,
python-backports.os,
python-six (>= 1.10.0),
python-appdirs <!nocheck>,
python-coverage <!nocheck>,
python-pyftpdlib <!nocheck>,
python-pyftpdlib <!nocheck>,
python-nose <!nocheck>,
python-mock <!nocheck>,
python3-all,
python3-setuptools,
python3-tz,
python3-six (>= 1.10.0),
python3-appdirs <!nocheck>,
python3-coverage <!nocheck>,
python3-pyftpdlib <!nocheck>,
python3-nose <!nocheck>,
python3-sphinx,
Standards-Version: 4.3.0
Homepage: https://pypi.python.org/pypi/fs/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-fs.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-fs
Testsuite: autopkgtest-pkg-python
Package: python-fs
Architecture: all
Depends: python-tz,
python-six (>= 1.10.0),
python-enum34,
python-typing,
python-backports.os,
${misc:Depends},
${python: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.
.
This is the Python 2 version of the fs package.
Package: python3-fs
Architecture: all
Depends: python3-tz,
python3-six (>= 1.10.0),
${misc:Depends},
${python3: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.
.
This is the Python 3 version of the fs package.
|