[arch-commits] Commit in python-psutil/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Tue Aug 28 17:24:26 UTC 2018


    Date: Tuesday, August 28, 2018 @ 17:24:26
  Author: jelle
Revision: 375007

upgpkg: python-psutil 5.4.7-1

Modified:
  python-psutil/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-28 16:21:02 UTC (rev 375006)
+++ PKGBUILD	2018-08-28 17:24:26 UTC (rev 375007)
@@ -3,8 +3,8 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=5.4.6
-pkgrel=2
+pkgver=5.4.7
+pkgrel=1
 arch=('x86_64')
 url='https://github.com/giampaolo/psutil'
 license=('custom: BSD')
@@ -11,15 +11,15 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng' 'python2-nose' 'python-nose')
 source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz")
-md5sums=('32d606eebd13ceea0fa1231c42f8548a')
+md5sums=('e8d6259eafe5925e7c522868aedd2caa')
 
 build() {
   cd psutil-release-$pkgver
 
-  msg2 python
+  msg python
   python setup.py build --build-lib=build/python
 
-  msg2 python2
+  msg python2
   python2 setup.py build --build-lib=build/python2
   find build/python2 -type f -exec \
     sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
@@ -28,13 +28,13 @@
 check() {
   cd psutil-release-$pkgver
 
-  msg2 python
+  msg python
   export PYTHONPATH="$PWD/build/python"
   cd psutil/tests/
   # FIXME: dynamic loading so
 
 
-  msg2 python2
+  msg python2
   export PYTHONPATH="$PWD/build/python2"
   #python2 psutil/tests/runner.py
 }



More information about the arch-commits mailing list