File: control

package info (click to toggle)
pyx 0.9-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,060 kB
  • ctags: 2,665
  • sloc: python: 15,205; makefile: 142; ansic: 131
file content (38 lines) | stat: -rw-r--r-- 1,463 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
Source: pyx
Maintainer: Ernesto Nadir Crespo Avila <ecrespo@debianvenezuela.org>
Standards-Version: 3.7.2
Section: python
Priority: optional
Build-Depends: debhelper (>= 5.0.37.1), python-all-dev, libkpathsea-dev, python (>= 2.3.5-7), python-central (>= 0.5)
Build-Depends-Indep: tetex-extra, tipa
XS-Python-Version: all

Package: python-pyx
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}
Recommends: tetex-extra
Suggests: python-pyx-doc, python-imaging
Conflicts: python2.3-pyx, python2.2-pyx, python-pyx-common
Replaces: python2.3-pyx, python-pyx-common
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
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.

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.