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
|
||||
Version: 0.18.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Clean single-source support for Python 3 and 2
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,10 +10,9 @@ URL: https://pypi.python.org/pypi/future
|
||||
Source: https://pypi.debian.net/future/future-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(setuptools)
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -37,12 +36,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--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
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/future-%{version}-py*.egg-info
|
||||
%{python_sitearch}/future-%{version}-py*.egg-info/*
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user