rebuilt with distdeps [release 3.1.0-2mamba;Sun Apr 11 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 11:17:04 +01:00
parent 7a9ef0d653
commit 05d56c019a

View File

@ -1,6 +1,6 @@
Name: python-intervaltree Name: python-intervaltree
Version: 3.1.0 Version: 3.1.0
Release: 1mamba Release: 2mamba
Summary: A mutable, self-balancing interval tree for Python 2 and 3. Queries may be by point, by range overlap, or by range envelopment 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 Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -10,11 +10,9 @@ URL: https://pypi.org/project/intervaltree/
Source: https://pypi.debian.net/intervaltree/intervaltree-%{version}.tar.gz Source: https://pypi.debian.net/intervaltree/intervaltree-%{version}.tar.gz
License: Apache License 2.0 License: Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: python3 BuildRequires: libpython3-devel
BuildRequires: python3.7dist(sortedcontainers)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython-devel
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
%{summary}. %{summary}.
@ -40,17 +38,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
## note: this list is just an example; modify as required %dir %{python_sitearch}/intervaltree-%{version}-py*.egg-info
# %{python_sitearch}/%{name}.py* %{python_sitearch}/intervaltree-%{version}-py*.egg-info/*
# %{python_sitearch}/%{name}.so
## note: add extra documentation (if any)
# %doc README.md
%changelog %changelog
* Sun Apr 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.0-2mamba
- rebuilt with distdeps
* Wed Jan 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.0-1mamba * Wed Jan 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface