rebuilt with distdeps [release 1.4.0-2mamba;Sat Apr 03 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 10:45:23 +01:00
parent 70e43817d1
commit eb63ddaff6

View File

@ -1,6 +1,6 @@
Name: python-argparse
Version: 1.4.0
Release: 1mamba
Release: 2mamba
Summary: Python command line parser
Group: System/Libraries
Vendor: openmamba
@ -10,14 +10,16 @@ URL: https://pypi.python.org/pypi/argparse
Source: https://pypi.debian.net/argparse/argparse-%{version}.tar.gz
License: Apache
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
BuildRequires: libpython3-devel
## AUTOBUILDREQ-END
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The argparse module provides an easy, declarative interface for creating command line tools.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep
%setup -q -n argparse-%{version}
@ -33,13 +35,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/argparse-%{version}-py*.egg-info
%{python_sitearch}/argparse-%{version}-py*.egg-info/*
%doc README.txt
%changelog
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-2mamba
- rebuilt with distdeps
* Mon Jun 05 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
- update to 1.4.0