diff --git a/system/base/python-psutil/actions.py b/system/base/python-psutil/actions.py
index 46897e82..00e68f6b 100644
--- a/system/base/python-psutil/actions.py
+++ b/system/base/python-psutil/actions.py
@@ -5,12 +5,15 @@
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
def build():
+ # suppress compiler warnings
+ pisitools.cflags.add("-Wno-stringop-truncation")
+ # fix unused direct dependency analysis
+ shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lbz2 -lpthread -ldl")
pythonmodules.compile()
def install():
- pythonmodules.install()
-
- pisitools.dodoc("LICENSE", "README.rst", "INSTALL.rst")
+ pythonmodules.install()
\ No newline at end of file
diff --git a/system/base/python-psutil/pspec.xml b/system/base/python-psutil/pspec.xml
index 4fa24cc5..aa6faa85 100644
--- a/system/base/python-psutil/pspec.xml
+++ b/system/base/python-psutil/pspec.xml
@@ -1,5 +1,5 @@
-
+
python-psutil
@@ -8,11 +8,12 @@
PisiLinux Communityadmins@pisilinux.org
+ programming.language.python3BSDlibraryA cross-platform process utilities module for Pythonpython-psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by command line tools like ps, top, kill, lsof and netstat.
- https://github.com/giampaolo/psutil/archive/release-5.6.7.tar.gz
+ https://github.com/giampaolo/psutil/archive/release-5.7.0.tar.gzpython-devel
@@ -20,6 +21,7 @@
python-psutil
+ A cross-platform process utilities module for Pythonpython
@@ -30,6 +32,13 @@
+
+ 2020-02-21
+ 5.7.0
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-01-155.6.7
@@ -66,4 +75,4 @@
ertugrulerata@gmail.com
-
+
\ No newline at end of file
diff --git a/system/base/python-psutil/translations.xml b/system/base/python-psutil/translations.xml
index 95d95c82..31cad566 100644
--- a/system/base/python-psutil/translations.xml
+++ b/system/base/python-psutil/translations.xml
@@ -5,4 +5,4 @@
Platform bağımsız, süreçler hakkında bilgi sağlayan bir Python modülüpython-psutil, bütün çalışan süreçler ve sistem kullanımı (MİB - Merkezi İşlem Birim(CPU) ve hafıza gibi) hakkında bilgilere erişimek için arayüz sunan bir Python modülüdür. ps, top, kill, lsof, netstat gibi bir çok komut satırı araçlarının sunduğu işlevselliği sağlamaktadır.
-
+
\ No newline at end of file