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

Maxime Gauduin alucryd at archlinux.org
Tue Jun 16 12:38:13 UTC 2015


    Date: Tuesday, June 16, 2015 @ 14:38:13
  Author: alucryd
Revision: 135476

upgpkg: python-pylast 1.2.1-2

Modified:
  python-pylast/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-16 12:34:32 UTC (rev 135475)
+++ PKGBUILD	2015-06-16 12:38:13 UTC (rev 135476)
@@ -7,13 +7,12 @@
 pkgbase=python-pylast
 pkgname=('python-pylast' 'python2-pylast')
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 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')
+makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz")
 sha256sums=('fd87ac3932ad6f137848fe36b4062ecf07cb043d93a6798e9acd00accccdea10')
 
@@ -32,6 +31,8 @@
 }
 
 package_python-pylast() {
+  depends=('python-six')
+
   cd pylast-${pkgver}
 
   python setup.py install --root="${pkgdir}" --optimize='1'
@@ -38,6 +39,8 @@
 }
 
 package_python2-pylast() {
+  depends=('python2-six')
+
   cd python2-pylast-${pkgver}
 
   python2 setup.py install --root="${pkgdir}" --optimize='1'



More information about the arch-commits mailing list