File: control

package info (click to toggle)
python-fs 2.4.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,384 kB
  • sloc: python: 13,196; makefile: 226; sh: 3
file content (35 lines) | stat: -rw-r--r-- 1,321 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: 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-python,
               python3-all:any,
               python3-setuptools,
               python3-tz,
               python3-six,
               python3-appdirs <!nocheck>,
               python3-coverage <!nocheck>,
               python3-pytest <!nocheck>,
               python3-mock <!nocheck>,
               python3-parameterized <!nocheck>,
               python3-sphinx,
Standards-Version: 4.6.1
Homepage: https://pypi.python.org/pypi/fs/
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: python3-tz,
         python3-six,
         ${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.