[arch-commits] Commit in python-psutil/trunk (PKGBUILD)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Tue Mar 18 00:21:26 UTC 2014
Date: Tuesday, March 18, 2014 @ 01:21:26
Author: seblu
Revision: 107563
upgpkg: python-psutil 2.0.0-2
https://www.archlinux.org/todo/python-34-rebuild/
Modified:
python-psutil/trunk/PKGBUILD
----------+
PKGBUILD | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-03-18 00:12:55 UTC (rev 107562)
+++ PKGBUILD 2014-03-18 00:21:26 UTC (rev 107563)
@@ -4,7 +4,7 @@
pkgbase=python-psutil
pkgname=('python-psutil' 'python2-psutil')
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://code.google.com/p/psutil/'
license=('custom: BSD')
@@ -25,20 +25,20 @@
sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
}
-check() {
- cd psutil-$pkgver
+#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
+#}
- 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