%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pybtex Version: 0.24.0 Release: 1mamba Summary: A BibTeX-compatible bibliography processor in Python Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pybtex.org/ Source: https://pypi.debian.net/pybtex/pybtex-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel BuildRequires: python3.11dist(latexcodec) BuildRequires: python3.11dist(pyyaml) BuildRequires: python3.11dist(six) ## AUTOBUILDREQ-END %description %{summary}. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n pybtex-%{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}/pdm; do # mv %{buildroot}${f}{,-%{?pyappend}} #done #%endif rm -rf %{buildroot}%{python3_sitelib}/tests %files %{?pyappend} %defattr(-,root,root) %{_bindir}/pybtex %{_bindir}/pybtex-convert %{_bindir}/pybtex-format %dir %{python_sitelib}/%{pkgname}-%{version}.dist-info %{python_sitelib}/%{pkgname}-%{version}.dist-info/* %dir %{python_sitelib}/%{pkgname} %{python_sitelib}/%{pkgname}/* %doc COPYING %changelog * Tue Dec 10 2024 Silvan Calarco 0.24.0-1mamba - package created using the webbuild interface