rebuilt with python3 and python36 packages [release 5.7.0-2mamba;Wed Mar 18 2020]
This commit is contained in:
parent
e7bf956c0e
commit
f6f9a0859f
@ -1,6 +1,6 @@
|
||||
Name: python-psutil
|
||||
Version: 5.7.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A cross-platform process and system utilities module for Python
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -40,6 +40,10 @@ psutil is a module providing an interface for retrieving information on all runn
|
||||
It currently supports Linux, Windows, OSX and FreeBSD, both 32-bit and 64-bit, with Python versions from 2.4 to 3.3 by using a single code base.
|
||||
Pypy is also known to work.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n psutil-%{version}
|
||||
|
||||
@ -58,11 +62,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%doc CREDITS LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Mar 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.7.0-2mamba
|
||||
- rebuilt with python3 and python36 packages
|
||||
|
||||
* Sun Feb 23 2020 Automatic Build System <autodist@mambasoft.it> 5.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user