Package Details: python-click-extra 8.4.0-1

Git Clone URL: https://aur.archlinux.org/python-click-extra.git (read-only, click to copy)
Package Base: python-click-extra
Description: Drop-in replacement for Click to make user-friendly and colorful CLI.
Upstream URL: https://github.com/kdeldycke/click-extra
Keywords: click
Licenses: GPL-2.0-or-later
Submitter: autinerd
Maintainer: Dominiquini (bintoss, kdeldycke)
Last Packager: Dominiquini
Votes: 2
Popularity: 0.115816
First Submitted: 2022-06-11 06:23 (UTC)
Last Updated: 2026-07-16 16:07 (UTC)

Pinned Comments

bintoss commented on 2026-06-05 22:47 (UTC) (edited on 2026-06-05 23:02 (UTC) by bintoss)

@Dominiquini @vitaliikuzhdin Sorry we missed this dependency resolution error! python-click-extra@7.18.0-2 has the correct minimum version of python-click specified, but extra/python-click is a few releases behind this requirement. The best solution is to remain on python-click-extra@7.17.2-1 until extra/python-click@8.4.1 is available.

EDIT:

#!/usr/bin/sh
cd ~/.cache/paru/clone/python-click-extra &&
git switch 6c003f4 --detach &&
makepkg --install

Latest Comments

« First ‹ Previous 1 2

Dominiquini commented on 2026-05-31 19:45 (UTC)

@vitaliikuzhdin: I don't use pytest, but I tested here on my machine and appears to be working! I don't know what the problem could be. Isn't this a bug that needs to be reported to the project developer?

vitaliikuzhdin commented on 2026-05-31 08:15 (UTC)

Installing this breaks python-pytest:

$ pytest
Traceback (most recent call last):
  File "/usr/bin/pytest", line 8, in <module>
    sys.exit(console_main())
             ~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/site-packages/_pytest/config/__init__.py", line 223, in console_main
    code = main()
  File "/usr/lib/python3.14/site-packages/_pytest/config/__init__.py", line 193, in main
    config = _prepareconfig(new_args, plugins)
  File "/usr/lib/python3.14/site-packages/_pytest/config/__init__.py", line 361, in _prepareconfig
    config: Config = pluginmanager.hook.pytest_cmdline_parse(
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        pluginmanager=pluginmanager, args=args
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "/usr/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3.14/site-packages/_pytest/helpconfig.py", line 124, in pytest_cmdline_parse
    config = yield
             ^^^^^
  File "/usr/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3.14/site-packages/_pytest/config/__init__.py", line 1192, in pytest_cmdline_parse
    self.parse(args)
    ~~~~~~~~~~^^^^^^
  File "/usr/lib/python3.14/site-packages/_pytest/config/__init__.py", line 1545, in parse
    self.pluginmanager.load_setuptools_entrypoints("pytest11")
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/python3.14/site-packages/pluggy/_manager.py", line 416, in load_setuptools_entrypoints
    plugin = ep.load()
  File "/usr/lib/python3.14/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.14/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1406, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1314, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1406, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
  File "/usr/lib/python3.14/site-packages/_pytest/assertion/rewrite.py", line 197, in exec_module
    exec(co, module.__dict__)
    ~~~~^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.14/site-packages/click_extra/__init__.py", line 33, in <module>
    from click import NoSuchCommand, get_pager_file
ImportError: cannot import name 'NoSuchCommand' from 'click' (/usr/lib/python3.14/site-packages/click/__init__.py)

Dominiquini commented on 2026-05-20 00:38 (UTC) (edited on 2026-05-20 00:38 (UTC) by Dominiquini)

@bintoss: Done! Thanks

bintoss commented on 2026-05-19 22:08 (UTC)

I made two patches for myself. One fixes a dependency resolution error by pinning python-click@>=8.3.1 and the other adds a check() script. I'll email them to you, @Dominiquini.

stiermid commented on 2026-03-31 15:10 (UTC)

Please use SPDX license identifier