[arch-commits] Commit in python2-pylast/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Mar 9 08:48:46 UTC 2015


    Date: Monday, March 9, 2015 @ 09:48:44
  Author: alucryd
Revision: 128966

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-09 08:48:30 UTC (rev 128965)
+++ PKGBUILD	2015-03-09 08:48:44 UTC (rev 128966)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# 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=1.1.0
-pkgrel=1
-pkgdesc='A Python interface to the last.fm API'
-arch=('any')
-url='http://pylast.googlecode.com'
-license=('Apache')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz")
-sha256sums=('f7da6f8f5c02bff18e4600ad7d44b7d82cbf78d3a9b09c33e168def4280953ce')
-
-build() {
-  cd pylast-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd pylast-$pkgver
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-pylast/repos/community-any/PKGBUILD (from rev 128965, python2-pylast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-03-09 08:48:44 UTC (rev 128966)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# 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=1.1.0
+pkgrel=2
+pkgdesc='A Python interface to the last.fm API'
+arch=('any')
+url='http://pylast.googlecode.com'
+license=('Apache')
+depends=('python2-six')
+makedepends=('python2-setuptools')
+source=("http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz")
+sha256sums=('f7da6f8f5c02bff18e4600ad7d44b7d82cbf78d3a9b09c33e168def4280953ce')
+
+build() {
+  cd pylast-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd pylast-$pkgver
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list