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

Caleb Maclennan alerque at gemini.archlinux.org
Sat Sep 4 09:35:24 UTC 2021


    Date: Saturday, September 4, 2021 @ 09:35:24
  Author: alerque
Revision: 1010916

upgpkg: python-pylint 2.10.2-3

Modified:
  python-pylint/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-04 09:34:56 UTC (rev 1010915)
+++ PKGBUILD	2021-09-04 09:35:24 UTC (rev 1010916)
@@ -7,20 +7,21 @@
 _pyname=pylint
 pkgname=python-$_pyname
 pkgver=2.10.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
 url=https://pylint.org
 license=(GPL)
+_pydeps=(astroid
+         isort
+         mccabe
+         platformdirs
+         toml)
 depends=(python
-         python-astroid
-         python-isort
-         python-platformdirs)
+         "${_pydeps[@]/#/python-}")
 makedepends=(python-setuptools
              python-sphinx)
 checkdepends=(mpdecimal
-              python-mccabe
-              python-toml
               python-pytest)
 optdepends=('graphviz: Enable output formats other than dot or vcg'
             'tk: Pylint GUI')



More information about the arch-commits mailing list