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

Caleb Maclennan alerque at gemini.archlinux.org
Thu Apr 7 08:58:37 UTC 2022


    Date: Thursday, April 7, 2022 @ 08:58:37
  Author: alerque
Revision: 1182773

upgpkg: python-pylint 2.13.5-1

Modified:
  python-pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-07 08:58:31 UTC (rev 1182772)
+++ PKGBUILD	2022-04-07 08:58:37 UTC (rev 1182773)
@@ -6,7 +6,7 @@
 
 _pyname=pylint
 pkgname=python-$_pyname
-pkgver=2.13.4
+pkgver=2.13.5
 pkgrel=1
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
@@ -32,7 +32,7 @@
             'tk: Pylint GUI')
 _archive="$_pyname-$pkgver"
 source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('34a5550bfe94f4ba04eee95367572224bc16dbd2456b3ece5fb92e15399f6cd8')
+sha256sums=('5450fd8014baf1663fb4860b7e1dc4f4c4eb9649598a210d68e97be0973c783f')
 
 prepare() {
 	cd "$_archive"
@@ -51,7 +51,8 @@
 
 check() {
 	cd "$_archive"
-	PYTHONPATH="$PWD:$PWD/build/lib" pytest -m 'not pathdependent' \
+	PYTHONPATH="$PWD:$PWD/build/lib" pytest \
+		-m 'not pathdependent' \
 		--deselect tests/benchmark/test_baseline_benchmarks.py
 }
 



More information about the arch-commits mailing list