summaryrefslogtreecommitdiff
path: root/community/python-psutil
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-28 03:35:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-28 03:35:53 +0000
commitdef73efccccb818d214cb818e8b4de8385444a43 (patch)
tree89db423b051ce9f971b6f7386ada2a3573b6e3b7 /community/python-psutil
parenteb411a7c7cc929ada01019bd4c306116ce385693 (diff)
Fri Mar 28 03:32:00 UTC 2014
Diffstat (limited to 'community/python-psutil')
-rw-r--r--community/python-psutil/PKGBUILD30
1 files changed, 15 insertions, 15 deletions
diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD
index e94c1200a..56b185db6 100644
--- a/community/python-psutil/PKGBUILD
+++ b/community/python-psutil/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 106955 2014-03-10 22:28:38Z seblu $
+# $Id: PKGBUILD 108467 2014-03-27 14:48:02Z fyan $
# Maintainer: Sébastien Luttringer
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,19 +25,19 @@ build() {
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
-}
+#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'