Package Details: python-klepto 0.2.5-1

Git Clone URL: https://aur.archlinux.org/python-klepto.git (read-only, click to copy)
Package Base: python-klepto
Description: persistent caching to memory, disk, or database
Upstream URL: https://github.com/uqfoundation/klepto
Licenses: custom:BSD-3-Clause
Submitter: Conni2461
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 1
Popularity: 0.000000
First Submitted: 2020-11-26 10:25 (UTC)
Last Updated: 2024-01-28 01:47 (UTC)

Dependencies (13)

Required by (1)

Sources (1)

Latest Comments

aminvakil commented on 2023-04-16 10:12 (UTC)

Package has got built successfully: https://github.com/aminvakil/aur/actions/runs/4710908402/jobs/8354929596#step:6:881

aminvakil commented on 2023-04-15 21:04 (UTC)

@carlosal1015 Thanks for the quick reply! As you may have noticed this CI gets run once every day and it will trigger again in the next few hours, I will report back the result.

carlosal1015 commented on 2023-04-15 20:48 (UTC)

Hi @aminvakil, looks like a bug fixed recently in python-pytest, try to compile again, pytest must install exceptiongroup module. I compile now and no errors from my side.

aminvakil commented on 2023-04-15 20:32 (UTC)

Package fails to get built in check section:

==> Starting check()...
Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/usr/lib/python3.10/runpy.py", line 146, in _get_module_details
    return _get_module_details(pkg_main_name, error)
  File "/usr/lib/python3.10/runpy.py", line 110, in _get_module_details
    __import__(pkg_name)
  File "/usr/lib/python3.10/site-packages/pytest/__init__.py", line 5, in <module>
    from _pytest._code import ExceptionInfo
  File "/usr/lib/python3.10/site-packages/_pytest/_code/__init__.py", line 2, in <module>
    from .code import Code
  File "/usr/lib/python3.10/site-packages/_pytest/_code/code.py", line 60, in <module>
    from exceptiongroup import BaseExceptionGroup
ModuleNotFoundError: No module named 'exceptiongroup'
==> ERROR: A failure occurred in check().

Complete log: https://github.com/aminvakil/aur/actions/runs/4705390882/jobs/8347213571#step:6:1054