This commit is contained in:
Your Name 2025-02-17 08:59:05 +00:00
parent 66438642a3
commit 15c9b6d8f3

View file

@ -11,6 +11,10 @@ License: BSD
Group: Development/Python
BuildRequires: pythonegg(setuptools)
BuildRequires: pkgconfig(python)
BuildRequires: pkgconfig(python3)
BuildRequires: python3egg(setuptools)
BuildRequires: pkgconfig(python3.8)
BuildRequires: python38-setuptools
Obsoletes: pythonegg(click) == 7.0.dev0
Obsoletes: python-click == 7.0.dev0
Provides: python-click == %{EVRD}
@ -28,16 +32,13 @@ implement an intended CLI API.
%files
%doc docs/ examples/
%{py_sitedir}/%{module}/*.py*
%{py_sitedir}/%{module}/*
%{py_sitedir}/*.egg-info
#--------------------------------------------------
%package -n python3-%{module}
Summary: A simple wrapper around optparse for powerful command line utilities
BuildRequires: pkgconfig(python3)
BuildRequires: python3egg(setuptools)
%description -n python3-%{module}
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
@ -50,7 +51,7 @@ implement an intended CLI API.
%files -n python3-%{module}
%doc *.rst
%{py3_puresitedir}/%{module}/*.py*
%{py3_puresitedir}/%{module}/*
%{py3_puresitedir}/*.egg-info
#------------------------------------------
#--------------------------------------------------
@ -58,9 +59,6 @@ implement an intended CLI API.
%package -n python38-%{module}
Summary: A simple wrapper around optparse for powerful command line utilities
BuildRequires: pkgconfig(python-3.8)
BuildRequires: python38-setuptools
%description -n python38-%{module}
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
@ -73,7 +71,7 @@ implement an intended CLI API.
%files -n python38-%{module}
%doc *.rst
%{py38_puresitedir}/%{module}/*.py*
%{py38_puresitedir}/%{module}/*
%{py38_puresitedir}/*.egg-info
#------------------------------------------