Name: python-lru-dict Version: 1.3.0 Release: %autorelease Summary: A fast and memory efficient LRU cache License: MIT URL: https://github.com/amitdev/lru-dict VCS: git:%{url}.git Source0: %{pypi_source lru-dict} BuildRequires: gcc BuildRequires: python3-devel BuildRequires: python3-pytest %description %{summary}. %prep %autosetup -p1 -n lru-dict-%{version} %generate_buildrequires %pyproject_buildrequires -t %build %pyproject_wheel %install %pyproject_install %pyproject_save_files lru %check %pytest %files -f %{pyproject_files} %license LICENSE %doc README.rst %changelog %autochangelog