%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-keyring Version: 24.0.1 Release: 1mamba Summary: Store and access your passwords safely Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/jaraco/keyring Source: https://pypi.debian.net/keyring/keyring-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel BuildRequires: python3.7dist(importlib-metadata) BuildRequires: python3.7dist(importlib-resources) BuildRequires: python3.7dist(jaraco.classes) BuildRequires: python3.7dist(jeepney) BuildRequires: python3.7dist(secretstorage) ## AUTOBUILDREQ-END %description %{summary}. %if 0%{?with_pyver} %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 * Fri Jun 23 2023 Automatic Build System 24.0.1-1mamba - automatic version update by autodist * Tue Jun 20 2023 Automatic Build System 24.0.0-1mamba - automatic version update by autodist * Fri Apr 07 2023 Sdk Build System 23.13.1-2mamba - rebuilt with python 3.10 * Mon Mar 06 2023 Automatic Build System 23.13.1-1mamba - automatic version update by autodist * Sun Feb 13 2022 Silvan Calarco 23.5.0-1mamba - package created using the webbuild interface