2024-01-06 11:05:21 +01:00
|
|
|
Name: python-dockerpy-creds
|
2024-01-06 11:05:21 +01:00
|
|
|
Version: 0.4.0
|
2024-01-06 11:05:21 +01:00
|
|
|
Release: 4mamba
|
2024-01-06 11:05:21 +01:00
|
|
|
Summary: Python bindings for the docker credentials store API
|
|
|
|
Group: System/Libraries/Python
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 11:05:21 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 11:05:21 +01:00
|
|
|
URL: https://github.com/shin-/dockerpy-creds
|
|
|
|
Source: https://github.com/shin-/dockerpy-creds/archive/%{version}.tar.gz
|
|
|
|
License: Apache License 2.0
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:05:21 +01:00
|
|
|
BuildRequires: libpython311-devel
|
|
|
|
BuildRequires: python3.11dist(six)
|
2024-01-06 11:05:21 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 11:05:21 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-06 11:05:21 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n dockerpy-creds-%{version}
|
|
|
|
|
|
|
|
%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 11:05:21 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
2024-01-06 11:05:21 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:05:21 +01:00
|
|
|
%dir %{python_sitearch}/docker_pycreds-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/docker_pycreds-%{version}-py*.egg-info/*
|
|
|
|
%doc LICENSE
|
2024-01-06 11:05:21 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:05:21 +01:00
|
|
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 0.4.0-4mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-06 11:05:21 +01:00
|
|
|
* Mon Jul 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-3mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
|
|
|
* Sun Apr 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-06 11:05:21 +01:00
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:05:21 +01:00
|
|
|
* Sat Oct 15 2016 Davide Madrisan <davide.madrisan@gmail.com> 0.2.1-1mamba
|
|
|
|
- package created using the webbuild interface
|