From 652396a6906e06ebd1b07a484b72375b9251c674 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 22 Feb 2020 09:03:46 +0300 Subject: [PATCH] python-psutil:ver.bump --- system/base/python-psutil/actions.py | 9 ++++++--- system/base/python-psutil/pspec.xml | 15 ++++++++++++--- system/base/python-psutil/translations.xml | 2 +- 3 files changed, 19 insertions(+), 7 deletions(-) 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 Community admins@pisilinux.org + programming.language.python3 BSD library A cross-platform process utilities module for Python python-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.gz python-devel @@ -20,6 +21,7 @@ python-psutil + A cross-platform process utilities module for Python python @@ -30,6 +32,13 @@ + + 2020-02-21 + 5.7.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-15 5.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