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
|
Source: python-docutils
Section: python
Priority: optional
Maintainer: Matthias Urlichs <smurf@debian.org>
Build-Depends-Indep: debhelper (>= 4.2.28), python (>= 2.3), python-dev
Standards-Version: 3.6.1
Package: python-docutils
Architecture: all
Depends: python2.3-docutils | python2.4-docutils | python2.2-docutils, python (>= 2.2), python (<< 2.5)
Description: Utilities for the documentation of Python modules
The purpose of the Docutils project is to create a set of tools for
processing plaintext documentation into useful formats, such as HTML,
XML, and TeX.
.
The package includes the reStructuredText parser, the Python
Docstring Processing System project, and documentation in HTML and
(gzipped) reST formats.
Package: python2.4-docutils
Architecture: all
Depends: python2.4, python-docutils, python-roman
Description: Dependency package for python-docutils with Python 2.4
This package is a dependency package. It represents the requirements of
the python-docutils package when used with Python 2.4.
Package: python2.3-docutils
Architecture: all
Depends: python2.3, python-docutils, python-roman
Description: Dependency package for python-docutils with Python 2.3
This package is a dependency package. It represents the requirements of
the python-docutils package when used with Python 2.3.
Package: python2.2-docutils
Architecture: all
Depends: python2.2, python-docutils, python2.2-xmlbase, python-roman, python2.2-textwrap
Description: Dependency package for python-docutils with Python 2.2
This package is a dependency package. It represents the requirements of
the python-docutils package when used with Python 2.2.
Package: python-roman
Architecture: all
Depends: python (>= 2.1)
Description: A module for generating/analyzing Roman numerals
This module converts from and to Roman numerals. It can convert numbers
from 1 to 4999 and understands the common shortcuts (IX == 9), but not
illegal ones (MIM == 1999).
.
This module is part of "Dive Into Python", a free Python tutorial for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
.
It is maintained in Debian as part of the python-docutils package.
Package: python2.1-difflib
Architecture: all
Depends: python2.1
Conflicts: python-difflib
Replaces: python-difflib
Description: A module for computing deltas between objects
This package is included in Python >= 2.2. It is distributed here for
those who need it for Python 2.1 programs.
.
It is maintained in Debian as part of the python-docutils package.
Package: python2.1-textwrap
Architecture: all
Depends: python2.1
Conflicts: python-textwrap
Replaces: python-textwrap
Description: A module for wrapping text
This package is included in Python >= 2.3. It is distributed here for
those who need it for Python 2.1 programs.
.
It is maintained in Debian as part of the python-docutils package.
Package: python2.2-textwrap
Architecture: all
Depends: python2.2
Conflicts: python-textwrap
Replaces: python-textwrap
Description: A module for wrapping text
This package is included in Python >= 2.3. It is distributed here for
those who need it for Python 2.2 programs.
.
It is maintained in Debian as part of the python-docutils package.
|