2024-01-05 16:47:31 +01:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
2024-01-05 16:47:31 +01:00
|
|
|
Name: python-traitlets
|
2024-01-05 16:47:34 +01:00
|
|
|
Version: 5.14.0
|
2024-01-05 16:47:33 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 16:47:31 +01:00
|
|
|
Summary: A lightweight, simple, pure Python derivative of Enthought Traits
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 16:47:32 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:47:31 +01:00
|
|
|
URL: https://github.com/ipython/traitlets
|
2024-01-05 16:47:31 +01:00
|
|
|
Source: https://pypi.debian.net/traitlets/traitlets-%{version}.tar.gz
|
2024-01-05 16:47:31 +01:00
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:47:33 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-05 16:47:31 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
This Python module is designed to provide a lightweight, simple, pure Python version of many of the capabilities of enthought.traits.
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
%prep
|
2024-01-05 16:47:31 +01:00
|
|
|
%setup -q -n traitlets-%{version}
|
2024-01-05 16:47:31 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 16:47:31 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
2024-01-05 16:47:31 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 16:47:31 +01:00
|
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
2024-01-05 16:47:31 +01:00
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
%files %{?pyappend}
|
2024-01-05 16:47:31 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:47:31 +01:00
|
|
|
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
|
|
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
|
|
|
%dir %{python_sitelib}/%{pkgname}
|
|
|
|
%{python_sitelib}/%{pkgname}/*
|
2024-01-05 16:47:33 +01:00
|
|
|
%doc LICENSE
|
2024-01-05 16:47:31 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:47:34 +01:00
|
|
|
* Tue Nov 28 2023 Automatic Build System <autodist@mambasoft.it> 5.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:34 +01:00
|
|
|
* Mon Oct 30 2023 Automatic Build System <autodist@mambasoft.it> 5.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:33 +01:00
|
|
|
* Wed Oct 25 2023 Automatic Build System <autodist@mambasoft.it> 5.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:33 +01:00
|
|
|
* Wed Oct 04 2023 Automatic Build System <autodist@mambasoft.it> 5.11.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 03 2023 Automatic Build System <autodist@mambasoft.it> 5.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:33 +01:00
|
|
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 5.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:32 +01:00
|
|
|
* Wed Apr 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-2mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
2024-01-05 16:47:32 +01:00
|
|
|
* Tue Jan 31 2023 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:32 +01:00
|
|
|
* Tue Jan 10 2023 Automatic Build System <autodist@mambasoft.it> 5.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
* Mon Dec 19 2022 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
* Tue Dec 13 2022 Automatic Build System <autodist@mambasoft.it> 5.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
* Fri Dec 09 2022 Automatic Build System <autodist@mambasoft.it> 5.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
* Wed Nov 30 2022 Automatic Build System <autodist@mambasoft.it> 5.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
* Wed Oct 19 2022 Automatic Build System <autodist@mambasoft.it> 5.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
* Fri Oct 07 2022 Automatic Build System <autodist@mambasoft.it> 5.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
* Tue Oct 26 2021 Automatic Build System <autodist@mambasoft.it> 5.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 5.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.5-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
* Wed Jan 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.5-1mamba
|
|
|
|
- update to 5.0.5
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
* Tue Oct 22 2019 Automatic Build System <autodist@mambasoft.it> 4.3.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
* Mon Mar 06 2017 Automatic Build System <autodist@mambasoft.it> 4.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
* Sun Oct 16 2016 Automatic Build System <autodist@mambasoft.it> 4.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:31 +01:00
|
|
|
* Sat Jan 23 2016 Davide Madrisan <davide.madrisan@gmail.com> 4.1.0-1mamba
|
|
|
|
- package created using the webbuild interface
|