Date: Tuesday, June 16, 2015 @ 14:38:24
  Author: alucryd
Revision: 135477

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   95 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 49 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2015-06-16 12:38:13 UTC (rev 135476)
+++ PKGBUILD    2015-06-16 12:38:24 UTC (rev 135477)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Limao Luo <[email protected]>
-# Contributor: Wieland Hoffmann <[email protected]>
-# Contributor: Amr Hassan <[email protected]>
-
-pkgbase=python-pylast
-pkgname=('python-pylast' 'python2-pylast')
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='A Python interface to Last.fm and Libre.fm'
-arch=('any')
-url='https://github.com/pylast/pylast'
-license=('Apache')
-depends=('python2-six')
-makedepends=('python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz";)
-sha256sums=('fd87ac3932ad6f137848fe36b4062ecf07cb043d93a6798e9acd00accccdea10')
-
-prepare() {
-  cp -r pylast-${pkgver} python2-pylast-${pkgver}
-}
-
-build() {
-  cd pylast-${pkgver}
-
-  python setup.py build
-
-  cd ../python2-pylast-${pkgver}
-
-  python2 setup.py build
-}
-
-package_python-pylast() {
-  cd pylast-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-package_python2-pylast() {
-  cd python2-pylast-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pylast/repos/community-any/PKGBUILD (from rev 135476, 
python-pylast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2015-06-16 12:38:24 UTC (rev 135477)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Limao Luo <[email protected]>
+# Contributor: Wieland Hoffmann <[email protected]>
+# Contributor: Amr Hassan <[email protected]>
+
+pkgbase=python-pylast
+pkgname=('python-pylast' 'python2-pylast')
+pkgver=1.2.1
+pkgrel=2
+pkgdesc='A Python interface to Last.fm and Libre.fm'
+arch=('any')
+url='https://github.com/pylast/pylast'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz";)
+sha256sums=('fd87ac3932ad6f137848fe36b4062ecf07cb043d93a6798e9acd00accccdea10')
+
+prepare() {
+  cp -r pylast-${pkgver} python2-pylast-${pkgver}
+}
+
+build() {
+  cd pylast-${pkgver}
+
+  python setup.py build
+
+  cd ../python2-pylast-${pkgver}
+
+  python2 setup.py build
+}
+
+package_python-pylast() {
+  depends=('python-six')
+
+  cd pylast-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+package_python2-pylast() {
+  depends=('python2-six')
+
+  cd python2-pylast-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to