%global pypi_name aiocache Name: python-%{pypi_name} Version: 0.12.3 Release: %autorelease Summary: Multi-backend async IO cache License: BSD-3-Clause URL: https://github.com/aio-libs/aiocache Source0: %{url}/archive/v%{version}/aiocache-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros %description Asyncio cache manager for redis, memcached and memory. %package -n python3-%{pypi_name} Summary: Multi-backend async IO cache %description -n python3-%{pypi_name} Asyncio cache manager for redis, memcached and memory. %prep %autosetup -p1 -n %{pypi_name}-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files %{pypi_name} %files -n python3-%{pypi_name} -f %{pyproject_files} %license LICENSE %doc README.rst %changelog %autochangelog