File: control

package info (click to toggle)
python-pyftpdlib 1.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,140 kB
  • sloc: python: 8,987; makefile: 360
file content (75 lines) | stat: -rw-r--r-- 2,718 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
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
65
66
67
68
69
70
71
72
73
74
75
Source: python-pyftpdlib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all (>= 2.6.6-3~),
               python3-all,
               python-mock,
               python3-mock,
               python-openssl,
               python3-openssl,
               python-psutil,
               python3-psutil,
               python-sendfile (>= 2.0.0),
               python3-sendfile (>= 2.0.0),
               python-setuptools (>= 0.6b3),
               python3-setuptools,
	       python3-sphinx,
	       python3-sphinx-rtd-theme,
               python-unittest2,
               python3-unittest2,
Standards-Version: 4.1.3
Rules-Requires-Root: no
Homepage: https://github.com/giampaolo/pyftpdlib/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-pyftpdlib.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pyftpdlib

Package: python-pyftpdlib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-sendfile (>= 2.0.0)
Provides: ${python:Provides}
Description: Python FTP server library (Python 2)
 Python FTP server library provides a high-level portable interface to
 easily write asynchronous FTP servers with Python.
 .
 pyftpdlib is currently the most complete RFC-959 FTP server
 implementation available for Python programming language. It is used
 in projects like Google Chromium and Bazaar.
 .
 This package provides the Python 2.x module.

Package: python3-pyftpdlib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-sendfile (>= 2.0.0)
Provides: ${python3:Provides}
Description: Python FTP server library (Python 3)
 Python FTP server library provides a high-level portable interface to
 easily write asynchronous FTP servers with Python.
 .
 pyftpdlib is currently the most complete RFC-959 FTP server
 implementation available for Python programming language. It is used
 in projects like Google Chromium and Bazaar.
 .
 This package provides the Python 3.x module.

Package: python-pyftpdlib-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: libjs-jquery,
	${misc:Depends},
	${sphinxdoc:Depends}
Description: documentation for Python FTP server library
 Python FTP server library provides a high-level portable interface to
 easily write asynchronous FTP servers with Python.
 .
 pyftpdlib is currently the most complete RFC-959 FTP server
 implementation available for Python programming language. It is used
 in projects like Google Chromium and Bazaar.
 .
 This package provides the documentation.