File: control

package info (click to toggle)
python-mplexporter 0.0.1%2B20140921-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 220 kB
  • sloc: python: 940; sh: 7; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 758 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
Source: python-mplexporter
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
	debhelper-compat (= 12),
        dh-python,
	python3-all,
	python3-setuptools,
	python3-numpy,
	python3-matplotlib,
Standards-Version: 3.9.5
Homepage: https://github.com/mpld3/mplexporter/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-mplexporter.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-mplexporter

Package: python3-mplexporter
Architecture: all
Depends: ${misc:Depends}
 , ${python3:Depends}, python3-numpy, python3-matplotlib
Description: general matplotlib exporter
 A Python module to export matplotlib graphs, e.g. for mpld3.
 .
 This package provides the Python 3.x module.