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

Sébastien Luttringer seblu at nymeria.archlinux.org
Mon Mar 10 22:27:54 UTC 2014


    Date: Monday, March 10, 2014 @ 23:27:54
  Author: seblu
Revision: 106954

upgpkg: python-psutil 2.0.0-1

Modified:
  python-psutil/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-10 22:27:09 UTC (rev 106953)
+++ PKGBUILD	2014-03-10 22:27:54 UTC (rev 106954)
@@ -3,23 +3,42 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=1.2.1
+pkgver=2.0.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/psutil/'
 license=('custom: BSD')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng')
 source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz")
-md5sums=('80c3b251389771ab472e554e6c729c36')
+md5sums=('9ee83ff3d68396f91ebdf71ae83b152d')
 
 build() {
   cd psutil-$pkgver
+
+  msg2 python
   python setup.py build --build-lib=build/python
+
+  msg2 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,' {} \;
 }
 
+check() {
+  cd psutil-$pkgver
+
+  msg2 python
+  export PYTHONPATH="$PWD/build/python"
+  #python test/test_psutil.py
+  python test/test_memory_leaks.py
+
+  msg2 python2
+  export PYTHONPATH="$PWD/build/python2"
+  #python2 test/test_psutil.py
+  python2 test/test_memory_leaks.py
+}
+
 package_python-psutil() {
   pkgdesc='A cross-platform process and system utilities module for Python'
   depends=('glibc' 'python')




More information about the arch-commits mailing list