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

Jelle van der Waa jelle at archlinux.org
Sun Jun 5 12:08:25 UTC 2016


    Date: Sunday, June 5, 2016 @ 14:08:24
  Author: jelle
Revision: 177974

upgpkg: python-psutil 4.2.0-1

Modified:
  python-psutil/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-05 12:04:15 UTC (rev 177973)
+++ PKGBUILD	2016-06-05 12:08:24 UTC (rev 177974)
@@ -3,18 +3,18 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/giampaolo/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=('017e1023484ebf436d3514ebeaf2e7e9')
+checkdepends=('net-tools' 'procps-ng' 'python2-nose')
+source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz")
+md5sums=('33571543baf17f5c09c9bcdc4cf11b41')
 
 build() {
-  cd psutil-$pkgver
+  cd psutil-release-$pkgver
 
   msg2 python
   python setup.py build --build-lib=build/python
@@ -26,16 +26,16 @@
 }
 
 check() {
-  cd psutil-$pkgver
+  cd psutil-release-$pkgver
 
   msg2 python
   export PYTHONPATH="$PWD/build/python"
   # FIXME: requires https://github.com/giampaolo/psutil/issues/538#issuecomment-68549637 to be resolved.
-  #python test/test_psutil.py
+  #python tests/test_psutil.py
 
   msg2 python2
   export PYTHONPATH="$PWD/build/python2"
-  #python2 test/test_psutil.py
+  nosetests2 tests/
 }
 
 package_python-psutil() {
@@ -42,7 +42,7 @@
   pkgdesc='A cross-platform process and system utilities module for Python'
   depends=('glibc' 'python')
 
-  cd psutil-$pkgver
+  cd psutil-release-$pkgver
   python setup.py build --build-lib=build/python \
                   install --root="$pkgdir" --optimize=1
   install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
@@ -52,7 +52,7 @@
   pkgdesc='A cross-platform process and system utilities module for Python2'
   depends=('glibc' 'python2')
 
-  cd psutil-$pkgver
+  cd psutil-release-$pkgver
   python2 setup.py build --build-lib=build/python2 \
                    install --root="$pkgdir" --optimize=1
   install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE



More information about the arch-commits mailing list