[arch-commits] Commit in python2-pylast (3 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Mon Jul 29 21:13:10 UTC 2013


    Date: Monday, July 29, 2013 @ 23:13:09
  Author: alucryd
Revision: 94740

archrelease: copy trunk to community-any

Added:
  python2-pylast/repos/
  python2-pylast/repos/community-any/
  python2-pylast/repos/community-any/PKGBUILD
    (from rev 94739, python2-pylast/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: python2-pylast/repos/community-any/PKGBUILD (from rev 94739, python2-pylast/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2013-07-29 21:13:09 UTC (rev 94740)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+# Contributor: Wieland Hoffmann <the_mineo at web.de>
+# Contributor: Amr Hassan <amr.hassan at gmail.com>
+
+pkgname=python2-pylast
+pkgver=0.5.11
+pkgrel=3
+pkgdesc='A Python interface to the last.fm API'
+arch=('any')
+url='http://pylast.googlecode.com'
+license=('Apache')
+depends=('python2')
+makedepends=('python2-distribute')
+source=("http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz")
+sha256sums=('bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4')
+
+build() {
+  cd ${pkgname#*-}-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname#*-}-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list