# Created by pyp2rpm-3.3.6 %global pypi_name pytest-randomly Name: python-%{pypi_name} Version: 3.10.1 Release: 1%{?dist} Summary: Pytest plugin to randomly order tests and control random License: MIT URL: https://github.com/pytest-dev/pytest-randomly Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) %description pytest-randomly :target: %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} Requires: python3dist(importlib-metadata) >= 3.6 Requires: python3dist(pytest) Requires: python3dist(setuptools) %description -n python3-%{pypi_name} pytest-randomly :target: %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install %files -n python3-%{pypi_name} %license LICENSE %doc README.rst %{python3_sitelib}/pytest_randomly %{python3_sitelib}/pytest_randomly-%{version}-py%{python3_version}.egg-info %changelog * Mon Sep 20 2021 mockbuilder - 3.10.1-1 - Initial package.