Date: Monday, June 30, 2014 @ 20:41:12 Author: dwallace Revision: 113815
upgpkg: udiskie 1.0.2-1 upgpkg: udiskie 1.0.2 switch to python3 Modified: udiskie/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-30 18:32:13 UTC (rev 113814) +++ PKGBUILD 2014-06-30 18:41:12 UTC (rev 113815) @@ -2,26 +2,25 @@ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Byron Clark <[email protected]> pkgname=udiskie -pkgver=0.8.0 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="Removable disk automounter using udisks" arch=('any') url="https://pypi.python.org/pypi/udiskie" license=('MIT') -depends=('udisks' 'python2-dbus' 'python2-gobject2' 'python2-notify' 'python2-setuptools' python2-yaml) +depends=('udisks' 'python-dbus' 'python-gobject' 'python-setuptools' 'python-yaml' 'python-docopt') makedepends=('asciidoc') optdepends=('zenity: for luks decryption' 'pygtk: for tray icon') options=(!emptydirs) -replaces=('python2-udiskie') optdepends=('udisks2: experimenatl use on the command line with -2') source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('6b92c5f96d52f9a3597713abf9a53de3') +md5sums=('f9e701e649515694242393077e7c5b66') package() { cd "$srcdir/$pkgname-$pkgver" - python2 setup.py install --root="$pkgdir" --optimize=1 + python setup.py install --root="$pkgdir" --optimize=1 make -C doc install -m 0644 -D "doc/${pkgname}.8" "$pkgdir/usr/share/man/man8/${pkgname}.8"
