[arch-commits] Commit in python2-pylast/trunk (PKGBUILD)

Maxime Gauduin alucryd at nymeria.archlinux.org
Mon Aug 19 00:24:27 UTC 2013


    Date: Monday, August 19, 2013 @ 02:24:27
  Author: alucryd
Revision: 95929

setuptools todo: python2-pylast 0.5.11-4

Modified:
  python2-pylast/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-18 22:47:02 UTC (rev 95928)
+++ PKGBUILD	2013-08-19 00:24:27 UTC (rev 95929)
@@ -6,13 +6,13 @@
 
 pkgname=python2-pylast
 pkgver=0.5.11
-pkgrel=3
+pkgrel=4
 pkgdesc='A Python interface to the last.fm API'
 arch=('any')
 url='http://pylast.googlecode.com'
 license=('Apache')
 depends=('python2')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 source=("http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz")
 sha256sums=('bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4')
 
@@ -25,7 +25,7 @@
 package() {
   cd ${pkgname#*-}-$pkgver
 
-  python2 setup.py install --root="$pkgdir" --optimize=1
+  python2 setup.py install --root="${pkgdir}" --optimize=1
 }
 
 # vim: ts=2 sw=2 et:




More information about the arch-commits mailing list