85 lines
2.7 KiB
RPMSpec
85 lines
2.7 KiB
RPMSpec
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
|
Name: python-metakernel
|
|
Version: 0.30.2
|
|
Release: 1mamba
|
|
Summary: A Jupyter kernel base class in Python which includes core magic functions
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/Calysto/metakernel
|
|
Source: https://pypi.debian.net/metakernel/metakernel-%{version}.tar.gz
|
|
License: BSD
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: libpython311-devel
|
|
BuildRequires: python3.11dist(ipykernel)
|
|
BuildRequires: python3.11dist(jedi)
|
|
BuildRequires: python3.11dist(jupyter-core)
|
|
BuildRequires: python3.11dist(pexpect)
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%if 0%{?with_pyver}
|
|
%define py_requires_append \
|
|
Obsoletes: python-metakernel-py310 <= 0.30.1-1mamba
|
|
%pyver_package
|
|
%endif
|
|
|
|
%prep
|
|
%setup -q -n metakernel-%{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}/*
|
|
|
|
%changelog
|
|
* Wed Mar 27 2024 Automatic Build System <autodist@openmamba.org> 0.30.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 15 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30.1-2mamba
|
|
- obsolete -py310 subpackages
|
|
|
|
* Mon Oct 02 2023 Automatic Build System <autodist@mambasoft.it> 0.30.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 0.29.5-2mamba
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
* Tue Jul 11 2023 Automatic Build System <autodist@mambasoft.it> 0.29.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 06 2023 Automatic Build System <autodist@mambasoft.it> 0.29.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 30 2022 Automatic Build System <autodist@mambasoft.it> 0.29.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 02 2021 Automatic Build System <autodist@mambasoft.it> 0.28.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 25 2021 Automatic Build System <autodist@mambasoft.it> 0.28.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.27.5-1mamba
|
|
- package created using the webbuild interface
|