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

Stéphane Gaudreault stephane at archlinux.org
Sun Oct 14 00:11:29 UTC 2012


    Date: Saturday, October 13, 2012 @ 20:11:29
  Author: stephane
Revision: 168676

upgpkg: python-logilab-astng 0.24.0-2

rename for python2

Modified:
  python-logilab-astng/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-13 23:18:41 UTC (rev 168675)
+++ PKGBUILD	2012-10-14 00:11:29 UTC (rev 168676)
@@ -2,15 +2,15 @@
 # Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
-pkgname=python-logilab-astng
+pkgbase=python-logilab-astng
+pkgname=('python2-logilab-astng')
 pkgver=0.24.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extend python's abstract syntax tree"
 arch=('any')
 url="http://www.logilab.org/project/logilab-astng"
 license=('LGPL')
-depends=('python-logilab-common')
-makedepends=('python2-distribute')
+makedepends=('python2-distribute' 'python2-logilab-common')
 source=(ftp://ftp.logilab.org/pub/astng/logilab-astng-${pkgver}.tar.gz)
 sha1sums=('7883e6b87ae9defa33feb469924fcd9943214036')
 
@@ -20,7 +20,8 @@
   python2 setup.py build
 }
 
-package() {
+package_python2-logilab-astng() {
+  depends=('python2-logilab-common')
   cd "${srcdir}/logilab-astng-${pkgver}"
 
   python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1




More information about the arch-commits mailing list