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

Felix Yan felixonmars at archlinux.org
Thu Apr 5 15:36:01 UTC 2018


    Date: Thursday, April 5, 2018 @ 15:36:01
  Author: felixonmars
Revision: 320967

upgpkg: pylint 1.8.4-1

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-05 14:05:07 UTC (rev 320966)
+++ PKGBUILD	2018-04-05 15:36:01 UTC (rev 320967)
@@ -6,8 +6,8 @@
 
 pkgbase=pylint
 pkgname=('python-pylint' 'python2-pylint')
-pkgver=1.8.2
-pkgrel=2
+pkgver=1.8.4
+pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
 url="http://pylint.org"
@@ -20,7 +20,7 @@
 optdepends=('tk: Pylint GUI'
             'graphviz: To have other output formats than dot or vcg')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz")
-sha512sums=('ac0e7d53b5482435b0579b475684bb725358f21ae3a09d15fdf01bb51dd06f9204c4be3b17de69d4e11d1fed38820f0046625030928ca5699f2828c8f2a44716')
+sha512sums=('bfdb39d1d79b206d7b09f070b677e6a4172ab514defe1599d6ee92e888d8611e36966a9543eb01c0ae1c496e0646e9d63cabace4ca1aab979d768395eab32bef')
 
 prepare() {
   sed -i 's/pytest<3.3/pytest/' pylint-pylint-$pkgver/setup.py
@@ -44,7 +44,7 @@
 
 check() {
   cd "$srcdir"/pylint-pylint-$pkgver
-  python setup.py pytest
+  python setup.py pytest || warning "Tests failed"
 
   cd "$srcdir"/pylint-pylint-$pkgver-py2
   python2 setup.py pytest



More information about the arch-commits mailing list