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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
Source: matplotlib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph@debian.org>
Build-Depends: debhelper (>= 7),
dvipng,
graphviz,
libfreetype6-dev,
libgtk2.0-dev,
libpng-dev,
python-all-dbg (>= 2.4.4-6),
python-all-dev (>= 2.3.5-7),
python-dateutil,
python-gtk2-dev,
python-imaging,
python-nose,
python-numpy (>= 1:1.5.1-4),
python-numpy-dbg (>= 1:1.5.1-4),
python-pkg-resources,
python-qt4,
python-setuptools,
python-sphinx (>= 1.0.7+dfsg),
python-support (>= 1.0.0),
python-tk (>= 2.5.2-1.1),
python-tz,
python-wxgtk2.8,
python-xlwt,
tcl8.5-dev,
texlive-fonts-recommended,
texlive-latex-extra,
texlive-latex-recommended,
tk8.5-dev,
zlib1g-dev
XS-Python-Version: all
Standards-Version: 3.9.3
Homepage: http://matplotlib.sf.net/
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/matplotlib/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/matplotlib/trunk/
Package: python-matplotlib
Architecture: any
Depends: python-cairo,
python-dateutil,
python-gobject,
python-matplotlib-data (>= ${source:Version}),
python-pyparsing,
python-tz,
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Recommends: python-glade2, python-tk (>= 2.5.2-1.1)
Enhances: ipython
Suggests: dvipng,
ipython (>= 0.6.3),
librsvg2-common,
python-configobj,
python-excelerator,
python-gtk2,
python-matplotlib-doc,
python-qt4,
python-scipy,
python-traits (>= 2.0),
python-wxgtk2.8,
texlive-extra-utils,
texlive-latex-extra
Description: Python based plotting system in a style similar to Matlab
Matplotlib is a pure Python plotting library designed to bring
publication quality plotting to Python with a syntax familiar to
Matlab users. All of the plotting commands in the pylab interface can
be accessed either via a functional interface familiar to Matlab
users or an object oriented interface familiar to Python users.
Package: python-matplotlib-data
Architecture: all
Depends: fonts-lyx, ${misc:Depends}
Description: Python based plotting system (data package)
Matplotlib is a pure Python plotting library designed to bring
publication quality plotting to Python with a syntax familiar to
Matlab users. All of the plotting commands in the pylab interface can
be accessed either via a functional interface familiar to Matlab
users or an object oriented interface familiar to Python users.
.
This package contains architecture independent data for python-matplotlib.
Package: python-matplotlib-doc
Architecture: all
Section: doc
Depends: libjs-jquery, ${misc:Depends}
Description: Python based plotting system (documentation package)
Matplotlib is a pure Python plotting library designed to bring
publication quality plotting to Python with a syntax familiar to
Matlab users. All of the plotting commands in the pylab interface can
be accessed either via a functional interface familiar to Matlab
users or an object oriented interface familiar to Python users.
.
This package contains documentation for python-matplotlib.
Package: python-matplotlib-dbg
Architecture: any
Section: debug
Priority: extra
Depends: python-all-dbg,
python-matplotlib (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python based plotting system (debug extension)
Matplotlib is a pure Python plotting library designed to bring
publication quality plotting to Python with a syntax familiar to
Matlab users. All of the plotting commands in the pylab interface can
be accessed either via a functional interface familiar to Matlab
users or an object oriented interface familiar to Python users.
.
This package contains the debug extension for python-matplotlib.
|