Sign me up Login

Details about package python-ttkbootstrap

Name: python-ttkbootstrap
Uploader: Marco Baturan García <marco.baturan@gmail.com> (Debian QA page)
Description: python3-ttkbootstrap - Modern theme extension for Tkinter

Package uploads

Upload #2

Information

Version: 1.20.2-2
Uploaded: 2026-05-04 09:51
Source package: python-ttkbootstrap_1.20.2-2.dsc
Distribution: unstable
Section: python
Priority: optional
Homepage: https://github.com/israel-dryer/ttkbootstrap

Changelog

 python-ttkbootstrap (1.20.2-2) unstable; urgency=medium
 .
   * Add debian/watch. Disable tests (tkinter unavailable in build
     environment).

QA information

Comments

No comments

Upload #1

Information

Version: 1.20.2-1
Uploaded: 2026-05-01 12:21
Source package: python-ttkbootstrap_1.20.2-1.dsc
Distribution: unstable
Section: python
Priority: optional
Homepage: https://github.com/israel-dryer/ttkbootstrap

Changelog

 python-ttkbootstrap (1.20.2-1) unstable; urgency=low
 .
   * Initial Debian packaging.

QA information

Comments

  1. Please add debian/watch.
    
    # uscan -dd --repack
    uscan warn: No watch file found
    Needs work Alexander Ermakov at May 2, 2026, 3:19 a.m.
  2. # cat debian/watch 
    Version: 5
    
    Source: https://pypi.debian.net/ttkbootstrap/
    Matching-Pattern: .*?@ANY_VERSION@@ARCHIVE_EXT@
    Needs work Alexander Ermakov at May 2, 2026, 3:20 a.m.
  3. I: pybuild base:385: cd /v/result/_temp/.pybuild/cpython3_3.13/build; python3.13 -m unittest discover -v 
    ttkbootstrap (unittest.loader._FailedTest.ttkbootstrap) ... ERROR
    
    ======================================================================
    ERROR: ttkbootstrap (unittest.loader._FailedTest.ttkbootstrap)
    ----------------------------------------------------------------------
    ImportError: Failed to import test module: ttkbootstrap
    Traceback (most recent call last):
      File "/usr/lib/python3.13/unittest/loader.py", line 429, in _find_test_path
        package = self._get_module_from_name(name)
      File "/usr/lib/python3.13/unittest/loader.py", line 339, in _get_module_from_name
        __import__(name)
        ~~~~~~~~~~^^^^^^
      File "/v/result/_temp/.pybuild/cpython3_3.13/build/ttkbootstrap/__init__.py", line 30, in <module>
        from tkinter import (
        ...<3 lines>...
        )
    ModuleNotFoundError: No module named 'tkinter'
    
    
    ----------------------------------------------------------------------
    Ran 1 test in 0.000s
    
    FAILED (errors=1)
    E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: cd /v/result/_temp/.pybuild/cpython3_3.13/build; python3.13 -m unittest discover -v 
    dh_auto_test: error: pybuild --test -i python{version} -p "3.14 3.13" --parallel=8 returned exit code 13
    make: *** [debian/rules:3: binary] Error 255
    dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
    Needs work Alexander Ermakov at May 2, 2026, 3:25 a.m.