2024-01-06 11:17:04 +01:00
|
|
|
Name: python-intervaltree
|
|
|
|
Version: 3.1.0
|
2024-01-06 11:17:04 +01:00
|
|
|
Release: 3mamba
|
2024-01-06 11:17:04 +01:00
|
|
|
Summary: A mutable, self-balancing interval tree for Python 2 and 3. Queries may be by point, by range overlap, or by range envelopment
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://pypi.org/project/intervaltree/
|
|
|
|
Source: https://pypi.debian.net/intervaltree/intervaltree-%{version}.tar.gz
|
|
|
|
License: Apache License 2.0
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:17:04 +01:00
|
|
|
BuildRequires: libpython3-devel
|
|
|
|
BuildRequires: python3.7dist(sortedcontainers)
|
2024-01-06 11:17:04 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%define py_requires_append \
|
|
|
|
Requires: python-sortedcontainers%{?pyappend:-%pyappend}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n intervaltree-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{python_inc} \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-06 11:17:04 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-06 11:17:04 +01:00
|
|
|
|
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:17:04 +01:00
|
|
|
%dir %{python_sitearch}/intervaltree-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/intervaltree-%{version}-py*.egg-info/*
|
2024-01-06 11:17:04 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:17:04 +01:00
|
|
|
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 3.1.0-3mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
2024-01-06 11:17:04 +01:00
|
|
|
* Sun Apr 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.0-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-06 11:17:04 +01:00
|
|
|
* Wed Jan 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.0-1mamba
|
|
|
|
- package created using the webbuild interface
|