Name: python-intervaltree Version: 3.1.0 Release: 3mamba 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 URL: https://pypi.org/project/intervaltree/ Source: https://pypi.debian.net/intervaltree/intervaltree-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel BuildRequires: python3.7dist(sortedcontainers) ## 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 sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %dir %{python_sitearch}/intervaltree-%{version}-py*.egg-info %{python_sitearch}/intervaltree-%{version}-py*.egg-info/* %changelog * Fri Apr 07 2023 Sdk Build System 3.1.0-3mamba - rebuilt with python 3.10 * Sun Apr 11 2021 Silvan Calarco 3.1.0-2mamba - rebuilt with distdeps * Wed Jan 20 2021 Silvan Calarco 3.1.0-1mamba - package created using the webbuild interface