File: control

package info (click to toggle)
python-funcsigs 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 272 kB
  • ctags: 207
  • sloc: python: 1,549; makefile: 189
file content (55 lines) | stat: -rw-r--r-- 1,991 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
Source: python-funcsigs
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools (>= 17.1),
               python-sphinx,
               python3-all,
               python3-setuptools (>= 17.1),
Build-Depends-Indep: python-unittest2 (>= 1.1.0),
                     python3-unittest2 (>= 1.1.0),
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-funcsigs?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-funcsigs -b debian/newton
Homepage: http://funcsigs.readthedocs.org
Testsuite: autopkgtest-pkg-python

Package: python-funcsigs
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
Suggests: python-funcsigs-doc,
Description: function signatures from PEP362 - Python 2.7
 funcsigs is a backport of the PEP 362 function signature features from Python
 3.3's inspect module. The backport is compatible with Python 2.6, 2.7 as well
 as 3.2 and up.
 .
 This package contains the Python 2.7 module.

Package: python3-funcsigs
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Suggests: python-funcsigs-doc,
Description: function signatures from PEP362 - Python 3.x
 funcsigs is a backport of the PEP 362 function signature features from Python
 3.3's inspect module. The backport is compatible with Python 2.6, 2.7 as well
 as 3.2 and up.
 .
 This package contains the Python 3.x module.

Package: python-funcsigs-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Description: function signatures from PEP362 - doc
 funcsigs is a backport of the PEP 362 function signature features from Python
 3.3's inspect module. The backport is compatible with Python 2.6, 2.7 as well
 as 3.2 and up.
 .
 This package contains the documentation.