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

Ángel Velásquez angvp at nymeria.archlinux.org
Fri Jun 28 13:51:24 UTC 2013


    Date: Friday, June 28, 2013 @ 15:51:24
  Author: angvp
Revision: 189050

upgpkg: python-logilab-astng 0.24.3-1

Version bump and fixing FS#35854

Modified:
  python-logilab-astng/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-28 13:51:24 UTC (rev 189049)
+++ PKGBUILD	2013-06-28 13:51:24 UTC (rev 189050)
@@ -1,18 +1,19 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
 pkgbase=python-logilab-astng
 pkgname=('python2-logilab-astng' 'python-logilab-astng')
-pkgver=0.24.1
-pkgrel=3
+pkgver=0.24.3
+pkgrel=1
 pkgdesc="Extend python's abstract syntax tree"
 arch=('any')
 url="http://www.logilab.org/project/logilab-astng"
 license=('LGPL')
 makedepends=('python-logilab-common' 'python2-logilab-common')
 source=(http://download.logilab.org/pub/astng/logilab-astng-${pkgver}.tar.gz)
-sha1sums=('067922aed15f3d3025c04e6532c65c420ed86497')
+sha1sums=('fe044a37762b05bfed2cf9a0d1b7598cc50a8891')
 
 build() {
   cd "${srcdir}"
@@ -22,7 +23,6 @@
   python2 setup.py build
 
   cd ../logilab-astng-${pkgver}-py3
-  find test/ -name \*.py -exec 2to3 -nw {} \;
   python3 setup.py build
 }
 




More information about the arch-commits mailing list