pythondialog 3.5.1-1 source package in Ubuntu
Changelog
pythondialog (3.5.1-1) unstable; urgency=medium [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field * d/watch: Use https protocol * d/control: Remove ancient X-Python3-Version field * Convert git repository from git-dpm to gbp layout * Use 'python3 -m sphinx' instead of sphinx-build for building docs * Use debhelper-compat instead of debian/compat. [ Debian Janitor ] * Bump debhelper from old 9 to 12. * Re-export upstream signing key without extra signatures. [ Tristan Seligmann ] * New upstream release. * Add missing build-dep on python3-setuptools. * Set python3-dialog M-A: foreign (Closes: #918803). * Bump debhelper-compat to 13. * Bump Standards-Version to 4.5.0 (no changes). * Switch to dh-sequence-*. * Apply sphinxdoc:Built-Using. * Declare rootless build. * Add autodep8 tests. -- Tristan Seligmann <email address hidden> Tue, 21 Jul 2020 12:27:15 +0200
Upload details
- Uploaded by:
- Debian Python Modules Team on 2020-07-21
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2020-10-23 | universe | python |
Groovy | release | on 2020-07-21 | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pythondialog_3.5.1-1.dsc | 2.2 KiB | 7aa7e244471a055c571729d3f00fd2e65e08d2441342363bef34490ef64b0298 |
pythondialog_3.5.1.orig.tar.gz | 1.4 MiB | 34a0687290571f37d7d297514cc36bd4cd044a3a4355271549f91490d3e7ece8 |
pythondialog_3.5.1.orig.tar.gz.asc | 833 bytes | a2c4a59cef42a5f13f32be75e976da1a0f275f6ad34ca993d8a58a2fa263ab88 |
pythondialog_3.5.1-1.debian.tar.xz | 8.2 KiB | 67c1a34279db453ccd8d6b2d2185c676f234f506d0dac386cb53088243598c7f |
Available diffs
- diff from 3.4.0-1 to 3.5.1-1 (21.9 KiB)
No changes file available.
Binary packages built by this source
- python3-dialog: Python module for making simple terminal-based user interfaces
pythondialog is a Python wrapper for the dialog utility originally
written by Savio Lam, and later rewritten by Thomas E. Dickey. Its
purpose is to provide an easy to use, pythonic and comprehensive Python
interface to dialog. This allows one to make simple text-mode user
interfaces on Unix-like systems.
.
pythondialog provides dialog boxes (widgets) of many different types.
Among these, one can find infobox, msgbox, yesno, menu, checklist,
radiolist, fselect (for selecting a file), rangebox, buildlist,
treeview, calendar. These widgets, and those not listed here, allow one
to build nice interfaces quickly and easily. However, it is not possible
to create new widgets without modifying dialog itself.
.
For most widgets, the following settings can be chosen:
* width, height and other parameters where applicable;
* two user-defined buttons, referred to as "Help" and "Extra", may be
added and their labels freely chosen.
Additionally, a color theme may be defined for all widgets via a
configuration file.
.
pythondialog has good Unicode support. Precisely, this support should be
as good as allowed by the combination of the Python interpreter, dialog,
the terminal and the locale settings in use.