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
|
Source: pyx
Maintainer: Graham Wilson <graham@debian.org>
Standards-Version: 3.6.1
Section: python
Priority: optional
Build-Depends: debhelper (>= 4.0), python2.2-dev, python2.3-dev, libkpathsea-dev, python
Build-Depends-Indep: tetex-extra, tipa, gs-gpl | gs
Package: python-pyx
Architecture: all
Depends: python2.3-pyx (= ${Source-Version})
Suggests: python-pyx-doc
Description: Python module for generating PostScript graphics
PyX is a Python module for generating encapsulated PostScript figures using
an abstraction of PostScript and TeX.
.
The module provides access to PostScript features such as paths,
line-styles, fill patterns, transformations, and clipping. Geometric
operations on paths such as intersections, transformations, and splitting
are also supported.
.
PyX also allows flexible graph generation with many different graph and
axis styles.
.
This package is an empty package that always depends on a package built for
Debian's default Python version.
Package: python-pyx-doc
Architecture: all
Recommends: pdf-viewer
Description: Python module for generating PostScript graphics (documentation)
PyX is a Python module for generating encapsulated PostScript figures using
an abstraction of PostScript and TeX.
.
This package contains the manual for PyX in PDF format.
Package: python-pyx-common
Architecture: all
Description: Python module for generating PostScript graphics (common files)
PyX is a Python module for generating encapsulated PostScript figures using
an abstraction of PostScript and TeX.
.
This package contains files used by all versions of PyX.
Package: python2.2-pyx
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, python-pyx-common (= ${Source-Version})
Recommends: tetex-extra
Suggests: python-pyx-doc
Description: Python 2.2 module for generating PostScript graphics
PyX is a Python module for generating encapsulated PostScript figures using
an abstraction of PostScript and TeX.
.
The module provides access to PostScript features such as paths,
line-styles, fill patterns, transformations, and clipping. Geometric
operations on paths such as intersections, transformations, and splitting
are also supported.
.
PyX also allows flexible graph generation with many different graph and
axis styles.
.
This package is built for Python 2.2.
Package: python2.3-pyx
Architecture: any
Suggests: python-pyx-doc
Depends: ${shlibs:Depends}, ${python:Depends}, python-pyx-common (= ${Source-Version})
Recommends: tetex-extra
Description: Python 2.3 module for generating PostScript graphics
PyX is a Python module for generating encapsulated PostScript figures using
an abstraction of PostScript and TeX.
.
The module provides access to PostScript features such as paths,
line-styles, fill patterns, transformations, and clipping. Geometric
operations on paths such as intersections, transformations, and splitting
are also supported.
.
PyX also allows flexible graph generation with many different graph and
axis styles.
.
This package is built for Python 2.3.
|