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

Caleb Maclennan alerque at gemini.archlinux.org
Thu Nov 25 20:24:09 UTC 2021


    Date: Thursday, November 25, 2021 @ 20:24:09
  Author: alerque
Revision: 1054784

upgpkg: python-pylint 2.12.1-1

Modified:
  python-pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-25 17:49:27 UTC (rev 1054783)
+++ PKGBUILD	2021-11-25 20:24:09 UTC (rev 1054784)
@@ -6,7 +6,7 @@
 
 _pyname=pylint
 pkgname=python-$_pyname
-pkgver=2.11.1
+pkgver=2.12.1
 pkgrel=1
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
@@ -23,17 +23,18 @@
 makedepends=(python-setuptools
              python-sphinx)
 checkdepends=(mpdecimal
-              python-pytest)
+              python-pytest
+              python-gitpython)
 optdepends=('graphviz: Enable output formats other than dot or vcg'
             'tk: Pylint GUI')
 _archive="$_pyname-$pkgver"
 source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('b797b4906068c616db2aaf364e56506d42b130474e98a16a0e2b9eb72fa0b1b7')
+sha256sums=('9fa85a5f0704c8a880762c3e7c938993b2ff619291171acde97127fcb134c02e')
 
 prepare() {
 	cd "$_archive"
 	# Remove overly restrictive dependency pinning that ends up in runtime checks
-	sed -i -e '/>=/{s/>.*//;p}' setup.cfg
+	sed -i -e '/>=/{s/>.*//;p}' -e '/python_requires/d' setup.cfg
 }
 
 build() {



More information about the arch-commits mailing list