[arch-commits] Commit in pylint/trunk (PKGBUILD)

Stéphane Gaudreault stephane at archlinux.org
Tue Sep 21 10:49:20 UTC 2010


    Date: Tuesday, September 21, 2010 @ 06:49:19
  Author: stephane
Revision: 91035

upgpkg: pylint 0.21.2-1
remove unneeded sed

Modified:
  pylint/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-21 06:07:16 UTC (rev 91034)
+++ PKGBUILD	2010-09-21 10:49:19 UTC (rev 91035)
@@ -4,7 +4,7 @@
 
 pkgname=pylint
 pkgver=0.21.2
-pkgrel=2
+pkgrel=1
 pkgdesc="A python tool that checks if a module satisfies a coding standard"
 arch=('any')
 url="http://www.logilab.org/project/pylint"
@@ -21,7 +21,6 @@
 
   install -d "${pkgdir}/usr/share/man/man1"
   install -m644 man/* "${pkgdir}/usr/share/man/man1"
-  sed -i "s/\#\!\/usr\/bin\/env python/\#\!\/usr\/bin\/env python2/g" ${pkgdir}/usr/lib/python2.6/site-packages/pylint/epylint.py
 }
 
 # vim: set noexpandtab tabstop=8 shiftwidth=8 textwidth=132 autoindent




More information about the arch-commits mailing list