[arch-commits] Commit in iotop/trunk (PKGBUILD iotop-python3.patch iotop.changelog)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat May 18 17:33:41 UTC 2013


    Date: Saturday, May 18, 2013 @ 19:33:40
  Author: jlichtblau
Revision: 91070

upgpkg: iotop 0.5-2

Added:
  iotop/trunk/iotop-python3.patch
  iotop/trunk/iotop.changelog
Modified:
  iotop/trunk/PKGBUILD

---------------------+
 PKGBUILD            |   18 +++++++++++++-----
 iotop-python3.patch |   11 +++++++++++
 iotop.changelog     |   29 +++++++++++++++++++++++++++++
 3 files changed, 53 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-18 16:43:45 UTC (rev 91069)
+++ PKGBUILD	2013-05-18 17:33:40 UTC (rev 91070)
@@ -3,17 +3,25 @@
 
 pkgname=iotop
 pkgver=0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='View I/O usage of processes'
 arch=('any')
 url='http://guichaz.free.fr/iotop/'
 license=('GPL')
-depends=('python2')
-source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('761b7b34b88a6b4715927f5319cf0b775e15aa70f43c69dcb805b0e49da1a2e9')
+depends=('python')
+changelog=$pkgname.changelog
+source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2
+        iotop-python3.patch)
+sha256sums=('761b7b34b88a6b4715927f5319cf0b775e15aa70f43c69dcb805b0e49da1a2e9'
+            '40627017734632a40e6fa24543af0036696164509219ed7d44b3ad6e1d2c9af9')
 
 package() {
   cd ${srcdir}/$pkgname-$pkgver
 
-  python2 setup.py install --root=${pkgdir} --optimize=1
+  python setup.py install --root=${pkgdir} --optimize=1
+  
+#FS#33906 fix
+  chmod 644 ${pkgdir}/usr/share/man/man8/iotop.8
+  cd ${pkgdir}/usr/bin
+  patch -Np0 -i ${srcdir}/iotop-python3.patch
 }

Added: iotop-python3.patch
===================================================================
--- iotop-python3.patch	                        (rev 0)
+++ iotop-python3.patch	2013-05-18 17:33:40 UTC (rev 91070)
@@ -0,0 +1,11 @@
+--- iotop	2013-02-03 19:50:02.000000000 +0100
++++ iotop	2013-05-18 19:10:29.227411090 +0200
+@@ -10,4 +10,4 @@
+-except ImportError, e:
+-    print e
+-    print 'To run an uninstalled copy of iotop,'
+-    print 'launch iotop.py in the top directory'
++except ImportError as e:
++    print(e)
++    print('To run an uninstalled copy of iotop,')
++    print('launch iotop.py in the top directory')

Added: iotop.changelog
===================================================================
--- iotop.changelog	                        (rev 0)
+++ iotop.changelog	2013-05-18 17:33:40 UTC (rev 91070)
@@ -0,0 +1,29 @@
+2013-05-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* iotop 0.5-2 FS#33906 fix
+
+2013-02-16 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* iotop 0.5-1
+
+2011-10-31 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* iotop 0.4.4
+
+2011-03-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* iotop 0.4.3
+
+2010-12-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.4.2
+
+2010-06-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.4.1
+
+2010-01-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release v0.4
+
+2009-06-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release v0.3.1
+
+2009-05-04 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release v0.3
+
+2008-08-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Moved to [community] repo




More information about the arch-commits mailing list