File: control

package info (click to toggle)
ttkthemes 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,620 kB
  • sloc: tcl: 6,130; python: 804; makefile: 18
file content (45 lines) | stat: -rw-r--r-- 1,512 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
Source: ttkthemes
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: interpreters
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pil,
               python3-pytest,
               python3-setuptools,
               python3-tk,
               xauth,
               xvfb
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/tcltk-team/ttkthemes
Vcs-Git: https://salsa.debian.org/tcltk-team/ttkthemes.git
Homepage: https://github.com/TkinterEP/ttkthemes
Rules-Requires-Root: no

Package: tcl-ttkthemes
Architecture: all
Depends: tcl,
         tk,
         ${misc:Depends}
Description: Themes for the ttk extensions for Tkinter
 This package contains a number of themes for the ttk extension for Tkinter
 by various authors. ttkthemes supports the creation of custom themes based
 upon static themes during runtime.

Package: python3-ttkthemes
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-tk,
         tcl-ttkthemes
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Section: python
Description: Themes for the ttk extensions for python3-tk
 This package contains a number of themes for the ttk extension for Tkinter
 by various authors. ttkthemes supports the creation of custom themes based
 upon static themes during runtime.
 .
 This package provides the Python 3 version.