]> git.ipfire.org Git - ipfire-3.x.git/blame - python3-psutil/python3-psutil.nm
net-snmp: Do not create /var/run anymore
[ipfire-3.x.git] / python3-psutil / python3-psutil.nm
CommitLineData
63fbddb7
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = python3-psutil
7version = 5.9.4
8release = 1
9thisapp = psutil-release-%{version}
10
11groups = System/Libraries
12url = https://github.com/giampaolo/psutil
13license = BSD
14summary = Cross-platform lib for process and system monitoring in Python
15
16description
17 psutil (process and system utilities) is a cross-platform library for
18 retrieving information on running processes and system utilization
19 (CPU, memory, disks, network, sensors) in Python.
20 It is useful mainly for system monitoring, profiling and limiting
21 process resources and management of running processes.
22 It implements many functionalities offered by classic UNIX command
23 line tools such as ps, top, iotop, lsof, netstat, ifconfig, free
24 and others.
25end
26
27source_dl = https://github.com/giampaolo/psutil/archive/refs/tags/release-%{version}.tar.gz#/
28
29build
30 requires
31 python3-devel
32 python3-setuptools
33 end
34
35 build
36 %{python3} setup.py build
37 end
38
39 install
40 %{python3} setup.py install --root=%{BUILDROOT}
41 end
42end
43
44packages
45 package %{name}
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50end