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

Felix Yan fyan at archlinux.org
Mon Nov 24 08:03:53 UTC 2014


    Date: Monday, November 24, 2014 @ 09:03:52
  Author: fyan
Revision: 227041

upgpkg: pylint 1.4.0-1

upstream new release

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-24 07:56:42 UTC (rev 227040)
+++ PKGBUILD	2014-11-24 08:03:52 UTC (rev 227041)
@@ -6,8 +6,8 @@
 
 pkgbase=pylint
 pkgname=('python2-pylint' 'python-pylint')
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
 url="http://pylint.org"
@@ -14,8 +14,8 @@
 license=('GPL')
 makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 'python-setuptools' 'python2-six' 'python-six')
 optdepends=('tk: Pylint GUI')
-source=("http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.zip")
-sha1sums=('08ec434b33cc297b3bc3bd129908ab167f21c52e')
+source=("http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz")
+sha1sums=('4e954d614862d5415ea39dc69644e95a1ed0a036')
 
 prepare() {
   cp -a ${pkgbase}-${pkgver}{,-py3}
@@ -37,7 +37,7 @@
 
 check() {
   cd ${pkgbase}-${pkgver}
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s test/ -p *test_*.py || warning "Tests failed"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s test/ -p *test_*.py
 
   cd ../${pkgbase}-${pkgver}-py3
   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s test/ -p *test_*.py || warning "Tests failed"



More information about the arch-commits mailing list