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

2015-03-09 Thread Maxime Gauduin
Date: Monday, March 9, 2015 @ 09:48:30
  Author: alucryd
Revision: 128965

upgpkg: python2-pylast 1.1.0-2

Modified:
  python2-pylast/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-09 08:14:16 UTC (rev 128964)
+++ PKGBUILD2015-03-09 08:48:30 UTC (rev 128965)
@@ -6,12 +6,12 @@
 
 pkgname=python2-pylast
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python interface to the last.fm API'
 arch=('any')
 url='http://pylast.googlecode.com'
 license=('Apache')
-depends=('python2')
+depends=('python2-six')
 makedepends=('python2-setuptools')
 
source=(http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz;)
 sha256sums=('f7da6f8f5c02bff18e4600ad7d44b7d82cbf78d3a9b09c33e168def4280953ce')


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

2015-03-06 Thread Maxime Gauduin
Date: Friday, March 6, 2015 @ 11:00:10
  Author: alucryd
Revision: 128790

upgpkg: python2-pylast 1.1.0-1

Modified:
  python2-pylast/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-05 22:39:14 UTC (rev 128789)
+++ PKGBUILD2015-03-06 10:00:10 UTC (rev 128790)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor: Limao Luo luolimao+...@gmail.com
 # Contributor: Wieland Hoffmann the_mi...@web.de
 # Contributor: Amr Hassan amr.has...@gmail.com
 
 pkgname=python2-pylast
-pkgver=0.5.11
-pkgrel=4
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='A Python interface to the last.fm API'
 arch=('any')
 url='http://pylast.googlecode.com'
@@ -13,19 +13,19 @@
 license=('Apache')
 depends=('python2')
 makedepends=('python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz;)
-sha256sums=('bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4')
+source=(http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz;)
+sha256sums=('f7da6f8f5c02bff18e4600ad7d44b7d82cbf78d3a9b09c33e168def4280953ce')
 
 build() {
-  cd ${pkgname#*-}-$pkgver
+  cd pylast-$pkgver
 
   python2 setup.py build
 }
 
 package() {
-  cd ${pkgname#*-}-$pkgver
+  cd pylast-$pkgver
 
-  python2 setup.py install --root=${pkgdir} --optimize=1
+  python2 setup.py install --root=${pkgdir} --optimize='1'
 }
 
 # vim: ts=2 sw=2 et:


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

2013-08-18 Thread Maxime Gauduin
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
===
--- PKGBUILD2013-08-18 22:47:02 UTC (rev 95928)
+++ PKGBUILD2013-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: