File: control

package info (click to toggle)
pyx 0.11.1-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,468 kB
  • sloc: python: 18,575; ansic: 99; makefile: 91; sh: 9
file content (50 lines) | stat: -rw-r--r-- 1,737 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
40
41
42
43
44
45
46
47
48
49
50
Source: pyx
Maintainer: Stuart Prescott <stuart+debian@nanonanonano.net>
Standards-Version: 3.9.2
Section: python
Priority: optional
Build-Depends: debhelper (>= 8.9.5~),
          python-all-dev (>= 2.6.6-3~),
          libkpathsea-dev,
          python,
          texlive-latex-base
Build-Depends-Indep: python-sphinx (>= 1.0.7+dfsg),
          python-imaging,
          ghostscript,
          texlive-latex-extra,
          texlive-latex-recommended,
          texlive-fonts-recommended,
          tipa
Homepage: http://pyx.sourceforge.net/
DM-Upload-Allowed: yes

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
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: libjs-jquery, ${misc:Depends}, ${sphinxdoc: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 and HTML formats and examples.