2024-01-06 10:45:23 +01:00
|
|
|
Name: python-argparse
|
2024-01-06 10:45:23 +01:00
|
|
|
Version: 1.4.0
|
2024-01-06 10:45:24 +01:00
|
|
|
Release: 3mamba
|
2024-01-06 10:45:23 +01:00
|
|
|
Summary: Python command line parser
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 10:45:24 +01:00
|
|
|
URL: https://pypi.org/project/argparse/
|
2024-01-06 10:45:23 +01:00
|
|
|
Source: https://pypi.debian.net/argparse/argparse-%{version}.tar.gz
|
2024-01-06 10:45:23 +01:00
|
|
|
License: Apache
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 10:45:24 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-06 10:45:23 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 10:45:24 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-06 10:45:23 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
The argparse module provides an easy, declarative interface for creating command line tools.
|
|
|
|
|
2024-01-06 10:45:23 +01:00
|
|
|
%if "%{?with_pyver}"
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-06 10:45:23 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n argparse-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-06 10:45:23 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-06 10:45:23 +01:00
|
|
|
|
2024-01-06 10:45:23 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 10:45:23 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 10:45:23 +01:00
|
|
|
%dir %{python_sitearch}/argparse-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/argparse-%{version}-py*.egg-info/*
|
2024-01-06 10:45:23 +01:00
|
|
|
%doc README.txt
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 10:45:24 +01:00
|
|
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 1.4.0-3mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-06 10:45:23 +01:00
|
|
|
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-06 10:45:23 +01:00
|
|
|
* Mon Jun 05 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- update to 1.4.0
|
|
|
|
|
2024-01-06 10:45:23 +01:00
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Thu Mar 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
|
|
|
|
- package created by autospec
|