aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 10b96f95ba6496a0a79b818e7128aa9eef7aca82 (plain)
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
Source: python3-tkstackrpms
Section: x11
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 13),
   dh-python,
   pybuild-plugin-pyproject,
   python3-all-dev,
Standards-Version: 4.6.1
Homepage: https://bgstack15.ddns.net/cgit/tkstackrpms/
Rules-Requires-Root: no
X-Python3-Version: >= 3.6

Package: python3-tkstackrpms
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends},
   python3:any,
   python3-pil.imagetk,
   python3-tk
Recommends:
   python3-cairosvg,
Description: Stackrpms extensions to Tcl/Tk for Python 3
 Library of small additions that make stackrpms
 development easier by storing repeated classes and
 functions.
bgstack15