diff --git a/programming/language/python3/python3-psutil/actions.py b/programming/language/python3/python3-psutil/actions.py index 2279ea9b58..0a61b4ac3e 100644 --- a/programming/language/python3/python3-psutil/actions.py +++ b/programming/language/python3/python3-psutil/actions.py @@ -5,12 +5,13 @@ # 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(): + pisitools.cflags.add("-Wno-stringop-truncation") + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -L/var/pisi/python3-3.8.1-8/work/temp/lib -lbz2 -lpthread -ldl") pythonmodules.compile(pyVer="3") def install(): pythonmodules.install(pyVer="3") - - pisitools.dodoc("LICENSE", "README.rst", "INSTALL.rst") diff --git a/programming/language/python3/python3-psutil/pspec.xml b/programming/language/python3/python3-psutil/pspec.xml index dc482591b2..4f43511d16 100644 --- a/programming/language/python3/python3-psutil/pspec.xml +++ b/programming/language/python3/python3-psutil/pspec.xml @@ -1,5 +1,5 @@ - + python3-psutil @@ -9,27 +9,35 @@ admins@pisilinux.org BSD + programming.language.python3 library A cross-platform process utilities module for Python python3-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.4.6.tar.gz + https://github.com/giampaolo/psutil/archive/release-5.6.7.tar.gz - python3-devel + python3-devel python3-psutil - python3 + python3 - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-psutil + + 2020-01-07 + 5.6.7 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2018-08-19 5.4.6