File: control

package info (click to toggle)
wxutils 0.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 240 kB
  • sloc: python: 1,638; makefile: 8; sh: 3
file content (31 lines) | stat: -rw-r--r-- 1,025 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
Source: wxutils
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Neil Williams <codehelp@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-setuptools,
 python3-setuptools-scm,
 python3-all,
 python3-wxgtk4.0,
Standards-Version: 4.6.0
Homepage: https://github.com/newville/wxutils
Vcs-Browser: https://salsa.debian.org/python-team/packages/wxutils
Vcs-Git: https://salsa.debian.org/python-team/packages/wxutils.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-wxutils
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: wxPython utilities and convenience functions (Python 3)
 The wxutils library is a small collection of functions and classes,
 and is by no means comprehensive.
 .
 The aim is to simplify code, reduce boiler-plate, make wxPython
 coding a bit more python-like, and prevent repeating code across
 several projects.
 .
 This package installs the library for Python 3.