File: control

package info (click to toggle)
pyx 0.10-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,316 kB
  • ctags: 2,779
  • sloc: python: 16,243; ansic: 131; makefile: 87; sh: 9
file content (39 lines) | stat: -rw-r--r-- 1,570 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
39
Source: pyx
Maintainer: Stuart Prescott <stuart+debian@nanonanonano.net>
Standards-Version: 3.8.4
Section: python
Priority: optional
Build-Depends: debhelper (>= 7.3.5), quilt (>= 0.46-7), python-all-dev, libkpathsea-dev, python, python-support
Build-Depends-Indep: python-old-doctools, texlive-latex-extra, texlive-latex-recommended, texlive-fonts-recommended, tipa
XS-Python-Version: all
Homepage: http://pyx.sourceforge.net/

Package: python-pyx
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Recommends: texlive-latex-base
Suggests: python-pyx-doc, python-imaging, texlive-fonts-recommended
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
Section: doc
Depends: ${misc:Depends}
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 and examples.