Package Details: python-fastcache 1.1.0-1

Git Clone URL: https://aur.archlinux.org/python-fastcache.git (read-only, click to copy)
Package Base: python-fastcache
Description: C implementation of Python 3 functools.lru_cache.
Upstream URL: https://github.com/pbrady/fastcache
Licenses: MIT
Submitter: thrasibule
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 5
Popularity: 0.109316
First Submitted: 2017-01-10 18:25 (UTC)
Last Updated: 2019-05-01 17:14 (UTC)

Latest Comments

AchmadFathoni commented on 2022-03-22 07:25 (UTC)

Sorry, I sourced wrong environment when building this, please ignore my last error.

AchmadFathoni commented on 2022-03-22 07:21 (UTC)

Error when testing

ImportError while importing test module '/home/toni/.cache/yay/python-fastcache/src/fastcache-1.1.0/fastcache/tests/test_clrucache.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
fastcache/__init__.py:27: in <module>
    from ._lrucache import clru_cache
E   ModuleNotFoundError: No module named 'fastcache._lrucache'
___________________________________ ERROR collecting fastcache/tests/test_functools.py ___________________________________
ImportError while importing test module '/home/toni/.cache/yay/python-fastcache/src/fastcache-1.1.0/fastcache/tests/test_functools.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
fastcache/__init__.py:27: in <module>
    from ._lrucache import clru_cache
E   ModuleNotFoundError: No module named 'fastcache._lrucache'
____________________________________ ERROR collecting fastcache/tests/test_thread.py _____________________________________
ImportError while importing test module '/home/toni/.cache/yay/python-fastcache/src/fastcache-1.1.0/fastcache/tests/test_thread.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
fastcache/__init__.py:27: in <module>
    from ._lrucache import clru_cache
E   ModuleNotFoundError: No module named 'fastcache._lrucache'
================================================ short test summary info =================================================
ERROR fastcache/tests/test_clrucache.py
ERROR fastcache/tests/test_functools.py
ERROR fastcache/tests/test_thread.py