File: control

package info (click to toggle)
setuptools 78.1.1-0.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,188 kB
  • sloc: python: 65,095; ansic: 204; makefile: 108; xml: 14
file content (90 lines) | stat: -rw-r--r-- 3,226 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Source: setuptools
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python3-all,
 python3-alabaster,
 python3-sphinx,
 python3-sphinx-favicon,
 python3-sphinx-reredirects,
 python3-sphinx-notfound-page,
 python3-wheel
#Build-Conflicts: python-setuptools, python3-setuptools, pypy-setuptools
Standards-Version: 4.7.0
Homepage: https://pypi.python.org/pypi/setuptools

Package: python-setuptools-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python Distutils Enhancements (documentation)
 Extensions to the Python distutils for large or complex distributions.
 The package contains the documentation in html format.

Package: python3-pkg-resources
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-setuptools
Breaks: python3-setuptools (<< 75.2)
Replaces: python3-setuptools (<< 75.2)
Description: Package Discovery and Resource Access using pkg_resources
 The pkg_resources module provides an API for Python libraries to
 access their resource files, and for extensible applications and
 frameworks to automatically discover plugins.  It also provides
 runtime support for using C extensions that are inside zipfile-format
 eggs, support for merging packages that have separately-distributed
 modules or subpackages, and APIs for managing Python's current
 "working set" of active packages.

Package: python3-setuptools
Architecture: all
Multi-Arch: foreign
Depends:
 python3-pkg-resources (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends}
Suggests: python-setuptools-doc
Breaks: python3-wheel (<< 0.46.0)
Description: Python3 Distutils Enhancements
 Extensions to the python-distutils for large or complex distributions.

Package: python3-setuptools-whl
Architecture: all
Depends: ${misc:Depends}
Breaks: python-pip-whl (<< 21.3.1+dfsg-2~)
Replaces: python-pip-whl (<< 21.3.1+dfsg-2~)
Description: Python Distutils Enhancements (wheel package)
 Extensions to the python-distutils for large or complex distributions.
 .
 This is the support package for the PEP 427 wheel version of the package,
 required for using setuptools inside a virtual environment.

#Package: pypy-pkg-resources
#Suggests: pypy-setuptools
#Architecture: all
#Multi-Arch: foreign
#Depends: ${misc:Depends}, ${pypy:Depends}
#Description: Package Discovery and Resource Access using pkg_resources
# The pkg_resources module provides an API for Python libraries to
# access their resource files, and for extensible applications and
# frameworks to automatically discover plugins.  It also provides
# runtime support for using C extensions that are inside zipfile-format
# eggs, support for merging packages that have separately-distributed
# modules or subpackages, and APIs for managing Python's current
# "working set" of active packages.

#Package: pypy-setuptools
#Architecture: all
#Multi-Arch: foreign
#Depends:
# pypy-pkg-resources (= ${binary:Version}),
# ${misc:Depends},
# ${pypy:Depends}
#Suggests: python-setuptools-doc
#Description: PyPy Distutils Enhancements
# Extensions to the python-distutils for large or complex distributions.