%global pypi_name python_telegram_bot Name: python-telegram-bot Version: 22.6 Release: %autorelease BuildArch: noarch Summary: A pure Python, asynchronous interface for the Telegram Bot API License: LGPL-3.0-or-later URL: https://github.com/python-telegram-bot/python-telegram-bot/ VCS: git:%{url}.git Source0: %{pypi_source %pypi_name} BuildRequires: python3-beautifulsoup4 BuildRequires: python3-build BuildRequires: python3-cryptography BuildRequires: python3-flaky BuildRequires: python3-pytest BuildRequires: python3-pytest-asyncio BuildRequires: python3-pytest-cov BuildRequires: python3-pytest-xdist BuildRequires: python3-pytz BuildRequires: python3-pytzdata BuildRequires: python3-tornado BuildSystem: pyproject BuildOption(install): -l telegram %description %{summary}. %package -n python3-telegram-bot Summary: %{summary} %description -n python3-telegram-bot %{summary}. %check -a # FIXME too long #%%pytest %files -n python3-telegram-bot -f %{pyproject_files} %doc AUTHORS.rst README.rst %changelog %autochangelog