2024-01-06 10:45:07 +01:00
|
|
|
Name: python-argcomplete
|
2024-01-06 10:45:11 +01:00
|
|
|
Version: 3.2.0
|
2024-01-06 10:45:08 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 10:45:07 +01:00
|
|
|
Summary: Easy, extensible command line tab completion of arguments for your Python script
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://pypi.org/project/argcomplete/
|
|
|
|
Source: https://pypi.debian.net/argcomplete/argcomplete-%{version}.tar.gz
|
|
|
|
License: Apache License 2.0
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 10:45:10 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-06 10:45:07 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n argcomplete-%{version}
|
2024-01-06 10:45:08 +01:00
|
|
|
sed -i "s|, < 6||" setup.py
|
2024-01-06 10:45:07 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{python_inc} \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-06 10:45:07 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-06 10:45:07 +01:00
|
|
|
|
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 10:45:07 +01:00
|
|
|
%dir %{python_sitearch}/argcomplete-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/argcomplete-%{version}-py*.egg-info/*
|
2024-01-06 10:45:07 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 10:45:11 +01:00
|
|
|
* Sun Dec 10 2023 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:11 +01:00
|
|
|
* Mon Nov 13 2023 Automatic Build System <autodist@mambasoft.it> 3.1.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:10 +01:00
|
|
|
* Thu Nov 02 2023 Automatic Build System <autodist@mambasoft.it> 3.1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:10 +01:00
|
|
|
* Thu Nov 02 2023 Automatic Build System <autodist@mambasoft.it> 3.1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:10 +01:00
|
|
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 3.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:10 +01:00
|
|
|
* Tue Jun 13 2023 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:09 +01:00
|
|
|
* Mon Jun 12 2023 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:09 +01:00
|
|
|
* Mon Apr 24 2023 Automatic Build System <autodist@mambasoft.it> 3.0.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:09 +01:00
|
|
|
* Sun Mar 26 2023 Automatic Build System <autodist@mambasoft.it> 3.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:08 +01:00
|
|
|
* Wed Mar 22 2023 Automatic Build System <autodist@mambasoft.it> 3.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:08 +01:00
|
|
|
* Tue Mar 21 2023 Automatic Build System <autodist@mambasoft.it> 3.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 20 2023 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:08 +01:00
|
|
|
* Sat Mar 18 2023 Automatic Build System <autodist@mambasoft.it> 2.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:08 +01:00
|
|
|
* Thu Mar 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1-2mamba
|
|
|
|
- remove requirement for importlib-metadata < 6
|
|
|
|
|
|
|
|
* Tue Mar 07 2023 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 06 2023 Automatic Build System <autodist@mambasoft.it> 2.0.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 05 2023 Automatic Build System <autodist@mambasoft.it> 2.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:07 +01:00
|
|
|
* Tue Jan 04 2022 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:07 +01:00
|
|
|
* Tue Oct 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.3-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-06 10:45:07 +01:00
|
|
|
* Tue Apr 20 2021 Automatic Build System <autodist@mambasoft.it> 1.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:07 +01:00
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:45:07 +01:00
|
|
|
* Wed Nov 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.1-1mamba
|
|
|
|
- package created using the webbuild interface
|