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

Felix Yan felixonmars at archlinux.org
Wed Nov 6 10:06:39 UTC 2019


    Date: Wednesday, November 6, 2019 @ 10:06:39
  Author: felixonmars
Revision: 366840

upgpkg: python-pylint 2.4.3-1

Modified:
  python-pylint/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-06 10:04:10 UTC (rev 366839)
+++ PKGBUILD	2019-11-06 10:06:39 UTC (rev 366840)
@@ -4,8 +4,8 @@
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
 pkgname=python-pylint
-pkgver=2.3.1
-pkgrel=3
+pkgver=2.4.3
+pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
 url="https://pylint.org"
@@ -16,13 +16,10 @@
 optdepends=('tk: Pylint GUI'
             'graphviz: To have other output formats than dot or vcg')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz")
-sha512sums=('9f3081325f6486e1e9c57cf68c3b81b35f34cdda9839ddc566f732989e06821c64713dc61b21bcc5177fb73fa7fb5ee626b53fcdb7eef620ff4620115e59b4cf')
+sha512sums=('ab1bcb7e51d0e6afd9f20e928bc93f75464b3b370e5dadb17f52090a4cab6639c904d063617bc076ce5e65143432cd7e41e36075a8df213237bfea7ac8a67b0a')
 
 prepare() {
   sed -i 's/pytest<3.3/pytest/' pylint-pylint-$pkgver/setup.py
-
-  cd "$srcdir"/pylint-pylint-$pkgver/pylint
-  sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e "s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py test/input/noext test/data/ascript
 }
 
 build() {



More information about the arch-commits mailing list