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

Felix Yan fyan at archlinux.org
Sun Jan 31 08:25:58 UTC 2016


    Date: Sunday, January 31, 2016 @ 09:25:58
  Author: fyan
Revision: 159675

upgpkg: flake8 1:2.5.2-1

Modified:
  flake8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-31 08:25:54 UTC (rev 159674)
+++ PKGBUILD	2016-01-31 08:25:58 UTC (rev 159675)
@@ -6,7 +6,7 @@
 
 pkgbase=flake8
 pkgname=(flake8 python2-flake8)
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 epoch=1
 pkgdesc="The modular source code checker: pep8, pyflakes and co"
@@ -17,13 +17,9 @@
              'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
 checkdepends=('python-nose' 'python2-nose' 'python2-mock')
 source=("https://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz")
-md5sums=('2704676fd2d39c7441a09ad69f3296b3')
+md5sums=('497dd932bc1ab84d3e20f48bb7f242f6')
 
 prepare() {
-  # We have patched pep8 to fix the problem, allowing 1.6.2)
-  sed -e 's/pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2/pep8 >= 1.5.7, != 1.6.0, != 1.6.1/' \
-      -i $pkgbase-$pkgver/setup.py
-
   cp -a ${pkgbase}-${pkgver}{,-py2}
 }
 



More information about the arch-commits mailing list