# Created by pyp2rpm-3.3.10 %global pypi_name git-delete-merged-branches %global pypi_version 7.4.1 Name: python-%{pypi_name} Version: %{pypi_version} Release: 1%{?dist} Summary: Command-line tool to delete merged Git branches License: GPLv3+ URL: https://github.com/hartwork/git-delete-merged-branches Source0: https://files.pythonhosted.org/packages/source/g/%{pypi_name}/git_delete_merged_branches-%{pypi_version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(colorama) >= 0.4.3 BuildRequires: python3dist(parameterized) BuildRequires: python3dist(parameterized) BuildRequires: python3dist(prompt-toolkit) >= 3.0.18 BuildRequires: python3dist(setuptools) BuildRequires: python3dist(setuptools) >= 38.6 %description [![pre-commit]( [![Run the test suite]( [![Packaging status]( git-delete- merged- branchesA convenient command-line tool helping you keep repositories clean. Installationconsole pip install git-delete-merged-branches %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} Requires: python3dist(colorama) >= 0.4.3 Requires: python3dist(parameterized) Requires: python3dist(prompt-toolkit) >= 3.0.18 Requires: python3dist(setuptools) %description -n python3-%{pypi_name} [![pre-commit]( [![Run the test suite]( [![Packaging status]( git-delete- merged- branchesA convenient command-line tool helping you keep repositories clean. Installationconsole pip install git-delete-merged-branches %prep %autosetup -n git_delete_merged_branches-%{pypi_version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install %check %{__python3} setup.py test %files -n python3-%{pypi_name} %license LICENSE %doc README.md %{_bindir}/git-delete-merged-branches %{_bindir}/git-dmb %{python3_sitelib}/git_delete_merged_branches %{python3_sitelib}/git_delete_merged_branches-%{pypi_version}-py%{python3_version}.egg-info %changelog * Wed May 22 2024 mockbuilder - 7.4.1-1 - Initial package.