Search Criteria
Package Details: python-click-default-group 1.2.4-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-click-default-group.git (read-only, click to copy) |
|---|---|
| Package Base: | python-click-default-group |
| Description: | Extends click.Group to invoke a command without explicit subcommand name |
| Upstream URL: | https://github.com/click-contrib/click-default-group |
| Licenses: | BSD-3-Clause |
| Submitter: | jelly |
| Maintainer: | lapsus |
| Last Packager: | lapsus |
| Votes: | 5 |
| Popularity: | 0.44 |
| First Submitted: | 2024-05-18 10:38 (UTC) |
| Last Updated: | 2026-09-06 16:58 (UTC) |
Dependencies (5)
- python-click
- python-build (make)
- python-flit-core (make)
- python-installer (make)
- python-pytest (check)
Latest Comments
otula commented on 2026-09-06 09:14 (UTC)
==> Spouští se build()... * Getting build dependencies for wheel... * Building wheel... Successfully built click_default_group-1.2.4-py2.py3-none-any.whl ==> Spouští se check()... INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/usr/lib/python3.14/site-packages/_pytest/main.py", line 326, in wrap_session INTERNALERROR> config._do_configure() INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^ INTERNALERROR> File "/usr/lib/python3.14/site-packages/_pytest/config/__init__.py", line 1205, in _do_configure INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self)) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/usr/lib/python3.14/site-packages/pluggy/_hooks.py", line 534, in call_historic INTERNALERROR> res = self._hookexec(self.name, self._hookimpls.copy(), kwargs, False) INTERNALERROR> File "/usr/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/usr/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall INTERNALERROR> raise exception INTERNALERROR> File "/usr/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/usr/lib/python3.14/site-packages/pytestqt/plugin.py", line 241, in pytest_configure INTERNALERROR> qt_api.set_qt_api(config.getini("qt_api")) INTERNALERROR> ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/usr/lib/python3.14/site-packages/pytestqt/qt_compat.py", line 84, in set_qt_api INTERNALERROR> or self._guess_qt_api() INTERNALERROR> ~~~~~~~~~~~~~~~~~~^^ INTERNALERROR> File "/usr/lib/python3.14/site-packages/pytestqt/qt_compat.py", line 75, in _guess_qt_api INTERNALERROR> if _can_import(f"{backend}.QtCore"): INTERNALERROR> ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/usr/lib/python3.14/site-packages/pytestqt/qt_compat.py", line 66, in _can_import INTERNALERROR> _import(name) INTERNALERROR> ~~~~~~~^^^^^^ INTERNALERROR> File "/usr/lib/python3.14/site-packages/pytestqt/qt_compat.py", line 28, in _import INTERNALERROR> return __import__(name) INTERNALERROR> ImportError: /usr/lib/python3.14/site-packages/PySide6/QtCore.cpython-314-x86_64-linux-gnu.so: undefined symbol: _ZN14QObjectPrivateC2E16QtPrivate_6_11_2, version Qt_6_PRIVATE_API ==> CHYBA: Došlo k chybě v check().zitro commented on 2026-07-07 00:06 (UTC)
Same thing, a simple
sed::although probably semver-incorrect, worked for me to bypass the version check.
lapsus commented on 2026-07-04 20:01 (UTC)
Confirming @tee and @kikislater: the build fails because upstream pins
flit_core >=3.2,<4in pyproject.toml and Arch now ships python-flit-core 4.0.0, whichpython -m buildrejects even with-n. flit-core 4 builds this project fineHappy to take over or help as co-maintainer if useful.
kikislater commented on 2026-06-12 10:41 (UTC)
Same as tee ! Fails to build with same error
tee commented on 2026-05-04 11:19 (UTC)
fails to build:
matthewq337 commented on 2024-10-22 02:33 (UTC)
@vitaliikuzhdin fixed, thanks
vitaliikuzhdin commented on 2024-08-25 11:38 (UTC)
I think you mistakenly changed the pkgrel from 2 to 1 instead of 2 to 3. Could you please bump it back to 3?