rebuilt with py27 and py3 targets [release 0.18.2-2mamba;Sat May 08 2021]
This commit is contained in:
parent
c1d5ef8f82
commit
2a2ff87083
@ -1,6 +1,6 @@
|
|||||||
Name: python-future
|
Name: python-future
|
||||||
Version: 0.18.2
|
Version: 0.18.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Clean single-source support for Python 3 and 2
|
Summary: Clean single-source support for Python 3 and 2
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,10 +10,9 @@ URL: https://pypi.python.org/pypi/future
|
|||||||
Source: https://pypi.debian.net/future/future-%{version}.tar.gz
|
Source: https://pypi.debian.net/future/future-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -37,12 +36,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
#sed -i "\,\.egg-info/,d;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)
|
||||||
|
%dir %{python_sitearch}/future-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/future-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18.2-2mamba
|
||||||
|
- rebuilt with py27 and py3 targets
|
||||||
|
|
||||||
* Wed Nov 06 2019 Automatic Build System <autodist@mambasoft.it> 0.18.2-1mamba
|
* Wed Nov 06 2019 Automatic Build System <autodist@mambasoft.it> 0.18.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user