Name: python-pytest-home Version: 0.5.1 Release: %autorelease Summary: pytest fixtures for working with home directories License: MIT URL: https://github.com/jaraco/pytest-home Source: %{pypi_source pytest-home} BuildArch: noarch BuildRequires: python3-devel BuildRequires: git-core %global _description %{expand: Pytest fixtures for working with home directories.} %description %_description %package -n python3-pytest-home Summary: %{summary} %description -n python3-pytest-home %_description %prep %autosetup -p1 -n pytest-home-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files pytest_home %check mv pytest_home _pytest_home %pytest %files -n python3-pytest-home -f %{pyproject_files} %doc README.* %changelog %autochangelog