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

Stéphane Gaudreault stephane at archlinux.org
Wed Jul 18 16:32:23 UTC 2012


    Date: Wednesday, July 18, 2012 @ 12:32:23
  Author: stephane
Revision: 163741

upgpkg: python-logilab-astng 0.24.0-1

upstream update

Modified:
  python-logilab-astng/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-18 16:32:18 UTC (rev 163740)
+++ PKGBUILD	2012-07-18 16:32:23 UTC (rev 163741)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
 pkgname=python-logilab-astng
-pkgver=0.23.1
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="Extend python's abstract syntax tree"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python-logilab-common')
 makedepends=('python2-distribute')
 source=(ftp://ftp.logilab.org/pub/astng/logilab-astng-${pkgver}.tar.gz)
-sha1sums=('cc72ecda206f03df14401f26da4e8806066d3aaf')
+sha1sums=('7883e6b87ae9defa33feb469924fcd9943214036')
 
 build() {
   cd "${srcdir}/logilab-astng-${pkgver}"
@@ -26,5 +26,7 @@
   python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
 
   # Resolve conflict with python-logilab-common
-  rm -f "${pkgdir}/usr/lib/python2.7/site-packages/logilab/__init__.py"
+  rm -f "${pkgdir}"/usr/lib/python2.7/site-packages/logilab/__init__.py
+
+  find "${pkgdir}"/usr/lib/python2.7/site-packages/logilab/astng/ -type f -exec chmod ugo+r {} \;
 }




More information about the arch-commits mailing list