rebuilt with distdeps [release 1.4-2mamba;Fri Apr 09 2021]
This commit is contained in:
parent
4041a48c76
commit
63065f57a6
@ -1,6 +1,6 @@
|
||||
Name: python-configargparse
|
||||
Version: 1.4
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,9 +10,8 @@ URL: https://github.com/zorro3/ConfigArgParse
|
||||
Source: https://pypi.debian.net/ConfigArgParse/ConfigArgParse-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-pypandoc
|
||||
Requires: python >= %python_version
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -36,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 %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/ConfigArgParse-%{version}-py*.egg-info
|
||||
%{python_sitearch}/ConfigArgParse-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Mon Mar 15 2021 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user