File: control

package info (click to toggle)
wxmplot 0.9.58-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 25,052 kB
  • sloc: python: 10,085; makefile: 88; sh: 2
file content (57 lines) | stat: -rw-r--r-- 1,937 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
51
52
53
54
55
56
57
Source: wxmplot
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
 Picca Frédéric-Emmanuel <picca@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-numpy3,
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-wxgtk4.0,
 python3-numpy,
 python3-matplotlib,
 python3-pil (>= 7.0),
 python3-setuptools,
 python3-setuptools-scm,
 python3-sphinx <!nodoc>,
 python3-wxutils (>= 0.3.0),
 python3-yaml (>= 5.0),
Standards-Version: 4.6.0
Homepage: https://github.com/newville/wxmplot
Vcs-Browser: https://salsa.debian.org/python-team/packages/wxmplot
Vcs-Git: https://salsa.debian.org/python-team/packages/wxmplot.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-wxmplot
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-wxmplot-doc
Description: wxPython plotting widgets using matplotlib (Python 3)
 wxmplot bridges the gap between matplotlib and wxPython by
 providing wxPython widgets and user-friendly functions for
 basic 2D line plots, image display, and some custom plots.
 .
 With the plotting and image display Panels and Frames from WXMPlot,
 programmers are able to provide plotting widgets that make it easy
 for end users to customize plots and interact with their data.
 .
 This package installs the library for Python 3.

Package: python-wxmplot-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: wxPython plotting widgets using matplotlib (common documentation)
 wxmplot bridges the gap between matplotlib and wxPython by
 providing wxPython widgets and user-friendly functions for
 basic 2D line plots, image display, and some custom plots.
 .
 This is the common documentation package.