rebuilt with distdeps [release 5.8.0-2mamba;Sun Apr 11 2021]
This commit is contained in:
parent
916702451b
commit
abd0d20168
@ -1,21 +1,19 @@
|
||||
Name: python-psutil
|
||||
Version: 5.8.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A cross-platform process and system utilities module for Python
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://code.google.com/p/psutil/
|
||||
URL: https://code.google.com/p/psutil/
|
||||
Source: https://pypi.debian.net/psutil/psutil-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gcc
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory, disks, network, users) in a portable way by using Python, implementing many functionalities offered by command line tools such as:
|
||||
@ -60,13 +58,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--record=%{name}.filelist
|
||||
# --single-version-externally-managed
|
||||
|
||||
#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}/psutil-%{version}-py*.egg-info
|
||||
%{python_sitearch}/psutil-%{version}-py*.egg-info/*
|
||||
%doc CREDITS LICENSE
|
||||
|
||||
%changelog
|
||||
* Sun Apr 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.8.0-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Mon Jan 04 2021 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user