%global pypi_name configshell-fb Name: python-%{pypi_name} Version: 1.1.29 Release: 1.20250528024329876016.pr3%{?dist} Summary: A framework to implement simple but nice CLIs License: Apache-2.0 URL: http://github.com/open-iscsi/configshell-fb Source0: configshell_fb-0.1.dev237+g0e0b340.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: hatch BuildRequires: python3-hatchling BuildRequires: python3-hatch-vcs %description configshell-fb is a Python library that provides a framework to implement simple but nice CLI-based applications. %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} Requires: python3-pyparsing >= 2.4.7 %description -n python3-%{pypi_name} configshell-fb is a Python library that provides a framework to implement simple but nice CLI-based applications. %prep %autosetup -n configshell_fb-0.1.dev237+g0e0b340 rm -rf %{pypi_name}.egg-info %build %pyproject_wheel %install %pyproject_install %pyproject_save_files configshell configshell_fb %files -n python3-%{pypi_name} -f %{pyproject_files} %license COPYING %doc README.md %changelog * Wed May 28 2025 Packit - 1.1.29-1.20250528024329876016.pr3 - Development snapshot (0e0b340a) * Thu May 23 2024 Packit - 1.1.29-1 - Initial package for Fedora