rebuilt with distdeps [release 1.4.0-2mamba;Sat Apr 03 2021]
This commit is contained in:
parent
70e43817d1
commit
eb63ddaff6
@ -1,6 +1,6 @@
|
|||||||
Name: python-argparse
|
Name: python-argparse
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Python command line parser
|
Summary: Python command line parser
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,14 +10,16 @@ URL: https://pypi.python.org/pypi/argparse
|
|||||||
Source: https://pypi.debian.net/argparse/argparse-%{version}.tar.gz
|
Source: https://pypi.debian.net/argparse/argparse-%{version}.tar.gz
|
||||||
License: Apache
|
License: Apache
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The argparse module provides an easy, declarative interface for creating command line tools.
|
The argparse module provides an easy, declarative interface for creating command line tools.
|
||||||
|
|
||||||
|
%if "%{?with_pyver}"
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n argparse-%{version}
|
%setup -q -n argparse-%{version}
|
||||||
|
|
||||||
@ -33,13 +35,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--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)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/argparse-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/argparse-%{version}-py*.egg-info/*
|
||||||
%doc README.txt
|
%doc README.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 05 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
||||||
- update to 1.4.0
|
- update to 1.4.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user