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
|
Name: python-psutil
|
||||||
Version: 5.8.0
|
Version: 5.8.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A cross-platform process and system utilities module for Python
|
Summary: A cross-platform process and system utilities module for Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
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
|
Source: https://pypi.debian.net/psutil/psutil-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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:
|
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
|
--record=%{name}.filelist
|
||||||
# --single-version-externally-managed
|
# --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
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/psutil-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/psutil-%{version}-py*.egg-info/*
|
||||||
%doc CREDITS LICENSE
|
%doc CREDITS LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 04 2021 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user