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

Jelle van der Waa jelle at archlinux.org
Sat Jul 16 09:38:15 UTC 2016


    Date: Saturday, July 16, 2016 @ 09:38:15
  Author: jelle
Revision: 182986

upgpkg: python-psutil 4.3.0-1

Modified:
  python-psutil/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-16 08:50:17 UTC (rev 182985)
+++ PKGBUILD	2016-07-16 09:38:15 UTC (rev 182986)
@@ -3,7 +3,7 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=4.2.0
+pkgver=4.3.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/giampaolo/psutil'
@@ -11,7 +11,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng' 'python2-nose')
 source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz")
-md5sums=('33571543baf17f5c09c9bcdc4cf11b41')
+md5sums=('da4c7183ff42a6997b8a743305463d10')
 
 build() {
   cd psutil-release-$pkgver
@@ -31,11 +31,12 @@
   msg2 python
   export PYTHONPATH="$PWD/build/python"
   # FIXME: requires https://github.com/giampaolo/psutil/issues/538#issuecomment-68549637 to be resolved.
-  #python tests/test_psutil.py
+  #python psutil/tests/runner.py
 
+
   msg2 python2
   export PYTHONPATH="$PWD/build/python2"
-  #nosetests2 tests/
+  #python2 psutil/tests/runner.py
 }
 
 package_python-psutil() {



More information about the arch-commits mailing list