python-keyring/python-keyring.spec

93 lines
2.9 KiB
RPMSpec

%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-keyring
Version: 24.3.1
Release: 2mamba
Summary: Store and access your passwords safely
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/jaraco/keyring
Source: https://pypi.debian.net/keyring/keyring-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(importlib-metadata)
BuildRequires: python3.11dist(jaraco.classes)
BuildRequires: python3.11dist(jeepney)
BuildRequires: python3.11dist(secretstorage)
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
%if 0%{?with_pyver}
%if "0%{?with_pyver}" == "03"
%define py_requires_append \
Obsoletes: python-keyring-py310 <= 24.3.1-1mamba
%endif
%pyver_package
%endif
%prep
%setup -q -n keyring-%{version}
%build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
%if "%{?with_pyver}" != "3"
# Rename any conflicting file outside of python site packages tree
for f in %{_bindir}/keyring; do
mv %{buildroot}${f}{,-%{?pyappend}}
done
%endif
%files %{?pyappend}
%defattr(-,root,root)
%{_bindir}/keyring*
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitelib}/%{pkgname}
%{python_sitelib}/%{pkgname}/*
%doc LICENSE
%changelog
* Sun Mar 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 24.3.1-2mamba
- obsolete python-keyring-py310
* Wed Feb 28 2024 Automatic Build System <autodist@openmamba.org> 24.3.1-1mamba
- automatic version update by autodist
* Mon Nov 13 2023 Automatic Build System <autodist@mambasoft.it> 24.3.0-1mamba
- automatic version update by autodist
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 24.2.0-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Sun Jun 25 2023 Automatic Build System <autodist@mambasoft.it> 24.2.0-1mamba
- automatic version update by autodist
* Fri Jun 23 2023 Automatic Build System <autodist@mambasoft.it> 24.1.0-1mamba
- automatic version update by autodist
* Fri Jun 23 2023 Automatic Build System <autodist@mambasoft.it> 24.0.1-1mamba
- automatic version update by autodist
* Tue Jun 20 2023 Automatic Build System <autodist@mambasoft.it> 24.0.0-1mamba
- automatic version update by autodist
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 23.13.1-2mamba
- rebuilt with python 3.10
* Mon Mar 06 2023 Automatic Build System <autodist@mambasoft.it> 23.13.1-1mamba
- automatic version update by autodist
* Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 23.5.0-1mamba
- package created using the webbuild interface