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

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


    Date: Friday, June 28, 2013 @ 15:53:48
  Author: angvp
Revision: 189069

upgpkg: python-logilab-common 0.59.1-1

Fixing FS#35854 and version bump

Modified:
  python-logilab-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-28 13:53:45 UTC (rev 189068)
+++ PKGBUILD	2013-06-28 13:53:48 UTC (rev 189069)
@@ -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-common
 pkgname=('python2-logilab-common' 'python-logilab-common')
-pkgver=0.58.3
-pkgrel=3
+pkgver=0.59.1
+pkgrel=1
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
 url="http://www.logilab.org/project/logilab-common"
 license=('LGPL')
 makedepends=('python2' 'python')
 source=(http://download.logilab.org/pub/common/logilab-common-${pkgver}.tar.gz)
-sha1sums=('da1c1b0ff9fd9f76166ef965209b29fa518b4503')
+sha1sums=('30d88ccb3f3cc1915a9233b123f3ba8481a1cd4c')
 
 build() {
   cd "${srcdir}"
@@ -23,9 +24,6 @@
   python2 setup.py build
 
   cd ../logilab-common-${pkgver}-py3
-
-  find test/data -name \*.py -exec 2to3 -nw {} \;
-
   python3 setup.py build
 }
 




More information about the arch-commits mailing list