Package Details: python-sli-ui-toolkit v3.1.11-1

Git Clone URL: https://aur.archlinux.org/python-sli-ui-toolkit.git (read-only, click to copy)
Package Base: python-sli-ui-toolkit
Description: Reusable PySide6 UI toolkit primitives for SLI desktop tools
Upstream URL: https://github.com/Loganavter/sli-ui-toolkit
Licenses: MIT
Submitter: Boradorka
Maintainer: Boradorka
Last Packager: Boradorka
Votes: 0
Popularity: 0.000000
First Submitted: 2026-06-06 08:13 (UTC)
Last Updated: 2026-07-20 07:34 (UTC)

Latest Comments

Nebulosa commented on 2026-07-21 10:11 (UTC)

==> Building in chroot for [extra] (x86_64)...
==> Synchronizing chroot copy [/var/lib/archbuild/extra-x86_64/root] -> [ds-0]...done
==> Making package: python-sli-ui-toolkit v3.1.11-1 (Tue Jul 21 12:35:51 2026)
==> Retrieving sources...
  -> Downloading sli_ui_toolkit-v3.1.11.tar.gz...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
  0      0   0      0   0      0      0      0                              0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://files.pythonhosted.org/packages/source/s/sli-ui-toolkit/sli_ui_toolkit-v3.1.11.tar.gz
    Aborting...
==> ERROR: Could not download sources.

pkgver=v3.1.11 -> pkgver=3.1.11 Fixes the problem.

Also need to add LICENCE file to install and shiboken6 as dependency.

justbispo commented on 2026-07-09 11:03 (UTC)

It's missing python-typing_extensions as a check dependency. All the tests throw an error like this:

ImportError while importing test module '/home/user/.cache/paru/clone/python-sli-ui-toolkit/src/sli_ui_toolkit-0.2.14/tests/test_button_regions.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_button_regions.py:6: in <module>
    from sli_ui_toolkit.widgets import (
E   ModuleNotFoundError: No module named 'sli_ui_toolkit'

but I'm not sure if this is an upstream issue or not.