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

Stéphane Gaudreault stephane at archlinux.org
Sat Dec 15 23:55:03 UTC 2012


    Date: Saturday, December 15, 2012 @ 18:55:03
  Author: stephane
Revision: 173242

upgpkg: python-logilab-common 0.58.3-3

Don't install backupfile

Modified:
  python-logilab-common/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-15 23:50:44 UTC (rev 173241)
+++ PKGBUILD	2012-12-15 23:55:03 UTC (rev 173242)
@@ -5,7 +5,7 @@
 pkgbase=python-logilab-common
 pkgname=('python2-logilab-common' 'python-logilab-common')
 pkgver=0.58.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
 url="http://www.logilab.org/project/logilab-common"
@@ -24,7 +24,7 @@
 
   cd ../logilab-common-${pkgver}-py3
 
-  find test/data -name \*.py -exec 2to3 -w {} \;
+  find test/data -name \*.py -exec 2to3 -nw {} \;
 
   python3 setup.py build
 }




More information about the arch-commits mailing list