%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-octave_kernel Version: 0.35.1 Release: 2mamba Summary: An Octave kernel for Jupyter Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/Calysto/octave_kernel Source: https://pypi.debian.net/octave-kernel/octave_kernel-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel BuildRequires: python3.11dist(ipykernel) BuildRequires: python3.11dist(jupyter-client) BuildRequires: python3.11dist(metakernel) ## AUTOBUILDREQ-END BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n octave_kernel-%{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 %files %{?pyappend} %defattr(-,root,root) %dir %{python_sitelib}/%{pkgname}-%{version}.dist-info %{python_sitelib}/%{pkgname}-%{version}.dist-info/* %dir %{python_sitelib}/%{pkgname} %{python_sitelib}/%{pkgname}/* %dir %{_datadir}/jupyter/kernels/octave/ %{_datadir}/jupyter/kernels/octave/* %changelog * Wed Sep 27 2023 Automatic Build System 0.35.1-2mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba * Tue Mar 07 2023 Automatic Build System 0.35.1-1mamba - automatic version update by autodist * Thu Mar 31 2022 Automatic Build System 0.34.2-1mamba - automatic version update by autodist * Tue Feb 08 2022 Automatic Build System 0.34.1-1mamba - automatic version update by autodist * Tue Jan 04 2022 Automatic Build System 0.34.0-1mamba - automatic version update by autodist * Sun Nov 28 2021 Automatic Build System 0.33.1-1mamba - automatic version update by autodist * Sat Apr 03 2021 Silvan Calarco 0.32.0-1mamba - package created using the webbuild interface