File: control

package info (click to toggle)
squaremap 1%3A1.0.5-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: python: 535; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 832 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
Source: squaremap
Section: python
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep:
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://launchpad.net/squaremap
Vcs-Git: https://salsa.debian.org/debian/python-squaremap.git
Vcs-Browser: https://salsa.debian.org/debian/python-squaremap

Package: python3-squaremap
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python3-wxgtk4.0,
 ${python3:Depends},
 ${misc:Depends}
Provides: ${python3:Provides}
Description: wxPython control to display hierarchic data as nested squares
 A simple wxPython control to display hierarchic data as a recursive set of
 nested squares, each of which represents the relative size of a given child
 within its parent.