automatic version update by autodist [release 0.35.1-1mamba;Tue Mar 07 2023]
This commit is contained in:
parent
bf19d9f35a
commit
6683f7295d
@ -1,5 +1,6 @@
|
|||||||
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-octave_kernel
|
Name: python-octave_kernel
|
||||||
Version: 0.34.2
|
Version: 0.35.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An Octave kernel for Jupyter
|
Summary: An Octave kernel for Jupyter
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -15,8 +16,6 @@ BuildRequires: python3.7dist(ipykernel)
|
|||||||
BuildRequires: python3.7dist(jupyter-client)
|
BuildRequires: python3.7dist(jupyter-client)
|
||||||
BuildRequires: python3.7dist(metakernel)
|
BuildRequires: python3.7dist(metakernel)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -29,25 +28,32 @@ Requires: python >= %python_version
|
|||||||
%setup -q -n octave_kernel-%{version}
|
%setup -q -n octave_kernel-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%{__python} setup.py install \
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
||||||
-O1 --skip-build \
|
|
||||||
--root="%{buildroot}" \
|
|
||||||
--install-headers=%{python_inc} \
|
|
||||||
--install-lib=%{python_sitearch} \
|
|
||||||
--record=%{name}.filelist
|
|
||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
#%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} -f %{name}.filelist
|
%files %{?pyappend}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/octave_kernel-%{version}-py*.egg-info
|
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
||||||
%{python_sitearch}/octave_kernel-%{version}-py*.egg-info/*
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||||
|
%dir %{python_sitelib}/%{pkgname}
|
||||||
|
%{python_sitelib}/%{pkgname}/*
|
||||||
|
%dir %{_datadir}/jupyter/kernels/octave/
|
||||||
|
%{_datadir}/jupyter/kernels/octave/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 07 2023 Automatic Build System <autodist@mambasoft.it> 0.35.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Mar 31 2022 Automatic Build System <autodist@mambasoft.it> 0.34.2-1mamba
|
* Thu Mar 31 2022 Automatic Build System <autodist@mambasoft.it> 0.34.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user