python-tktreectrl 2.0.2-1 source package in Ubuntu

Changelog

python-tktreectrl (2.0.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
    Closes: #896324
  * Reworked watch file
  * Moved to DPMT
  * cme fix dpkg-control
  * debhelper 11
  * Use pybuild
  * Move content from d/README.source to DEP3 patch
  * Add Python3 package
    Closes: #890792
  * Drop unneeded X-Python*-Version fields
  * Do not provide README which only explains installation which is just done
    once the package is installed
  * Testsuite: autopkgtest-pkg-python

 -- Andreas Tille <email address hidden>  Fri, 18 May 2018 10:28:04 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tktreectrl_2.0.2-1.dsc 2.3 KiB efc09462a26b5f60b2ad93f91027f2a5c887cba488986c217c5fbd2af2f71edd
python-tktreectrl_2.0.2.orig.tar.gz 77.2 KiB 725c9c28e38b0ab22bad1b7115ec7ec5735ed8f13b0bac6d02199b9486967b08
python-tktreectrl_2.0.2-1.debian.tar.xz 2.2 KiB 1e71af08c2f8ae7c2708c93f870c8f0333c17282d46e41a4b513fc1e0d9242b4

Available diffs

No changes file available.

Binary packages built by this source

python-tktreectrl: No summary available for python-tktreectrl in ubuntu focal.

No description available for python-tktreectrl in ubuntu focal.

python-tktreectrl-doc: No summary available for python-tktreectrl-doc in ubuntu cosmic.

No description available for python-tktreectrl-doc in ubuntu cosmic.

python3-tktreectrl: Tkinter-based wrapper for Tk TreeCtrl for Python 3

 The TkTreectrl module provides a widget for Tkinter-based GUIs that
 presents a tree as known for representations e.g. of a file system.
 Technically, it wraps the treectrl Tk extension for use with
 Python/Tkinter.
 .
 The package adds Treectrl, MultiListbox, ScrolledTreectrl,
 ScrolledMultiListbox and ScrolledWidget into the current namespace of
 a Python 3 instance.