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
|
Source: python-docutils
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: martin f. krafft <madduck@debian.org>, Simon McVittie <smcv@debian.org>
Build-Depends: debhelper (>= 5.0.37.1), dpatch, python-setuptools (>= 0.6b3), python (>= 2.3)
Build-Depends-Indep: python-dev, xsltproc (>= 1.1.20), python-central (>= 0.6.0)
Standards-Version: 3.7.3.0
XS-Python-Version: >= 2.3
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-docutils/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-docutils/trunk/?op=log
Homepage: http://docutils.sourceforge.net/
XS-Dm-Upload-Allowed: yes
Package: python-docutils
Architecture: all
Depends: ${python:Depends}, python-roman
Provides: ${python:Provides}
Suggests: texlive-latex-recommended, texlive-latex-base, texlive-lang-french
XB-Python-Version: ${python:Versions}
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: python-roman
Architecture: all
Depends: ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
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.
|