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 91 92 93 94 95
|
Source: distribute
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends-Indep: python-all-dev (>= 2.6.6-2~), python3-all-dev (>= 3.1.2-8~), python-sphinx
Build-Depends: debhelper (>= 5.0.37.1)
XS-Python-Version: 2.7
Standards-Version: 3.9.2
Homepage: http://packages.python.org/distribute
#Package: python-distribute
#Architecture: all
#Depends: ${python:Depends}, python-setuptools (= ${binary:Version}), ${misc:Depends}
#Suggests: python-distribute-doc
#Provides: ${python:Provides}
#XB-Python-Version: ${python:Versions}
#Description: Python Distutils Enhancements (based on distribute)
# Extensions to the Python distutils for large or complex distributions.
# .
# distribute is a "fork" of setuptools, which is supposed to replace setuptools.
# This package only contains the distribute egg.
Package: python-pkg-resources
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-distribute, python-distribute-doc
Conflicts: python2.3-setuptools (<< 0.6b2), python2.4-setuptools (<< 0.6b2), python-setuptools (<< 0.6c8-3)
Replaces: python2.3-setuptools, python2.4-setuptools
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
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: python-setuptools
Architecture: all
Depends: ${python:Depends}, python-pkg-resources (= ${binary:Version}), ${misc:Depends}
Conflicts: python2.3-setuptools (<< 0.6b2), python2.4-setuptools (<< 0.6b2), python-distribute (<< 0.7)
Replaces: python2.3-setuptools, python2.4-setuptools, python-distribute (<< 0.6.6)
Provides: ${python:Provides}, python-distribute
XB-Python-Version: ${python:Versions}
Description: Python Distutils Enhancements (setuptools compatibility)
Extensions to the python-distutils for large or complex distributions.
.
Package providing compatibility with old setuptools (0.6c9).
Package: python-distribute-doc
Architecture: all
Section: doc
Depends: libjs-jquery, ${misc:Depends}
Description: Python Distutils Enhancements (based on distribute), documentation
Extensions to the Python distutils for large or complex distributions.
The package contains the documentation in html format.
.
distribute is a "fork" of setuptools, which is supposed to replace setuptools.
#Package: python3-distribute
#Architecture: all
#Depends: ${python:Depends}, python3-pkg-resources (= ${binary:Version}), ${misc:Depends}
#Provides: ${python:Provides}
#XB-Python-Version: ${python:Versions}
#Description: Python3 Distutils Enhancements (based on distribute)
# Extensions to the Python3 distutils for large or complex distributions.
# .
# distribute is a "fork" of setuptools, which is supposed to replace setuptools.
Package: python3-pkg-resources
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Suggests: python3-setuptools
Conflicts: python-pkg-resources (= 0.6.10-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
Depends: ${python3:Depends}, python3-pkg-resources (= ${binary:Version}), ${misc:Depends}
Provides: ${python3:Provides}
Conflicts: python-setuptools (= 0.6.10-2)
Description: Python3 Distutils Enhancements (setuptools compatibility)
Extensions to the python-distutils for large or complex distributions.
.
Package providing compatibility with old setuptools (0.6c9).
|