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

Caleb Maclennan alerque at gemini.archlinux.org
Sat Aug 21 18:03:56 UTC 2021


    Date: Saturday, August 21, 2021 @ 18:03:56
  Author: alerque
Revision: 1004163

upgpkg: python-pylint 2.10.2-1

Modified:
  python-pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-21 17:57:18 UTC (rev 1004162)
+++ PKGBUILD	2021-08-21 18:03:56 UTC (rev 1004163)
@@ -6,28 +6,27 @@
 
 _pyname=pylint
 pkgname=python-$_pyname
-pkgver=2.10.1
+pkgver=2.10.2
 pkgrel=1
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
 url=https://pylint.org
 license=(GPL)
-_pydeps=(appdirs
-         astroid
-         isort
-         mccabe
-         toml)
 depends=(python
-         "${_pydeps[@]/#/python-}")
+         python-astroid
+         python-platformdirs)
 makedepends=(python-setuptools
              python-sphinx)
 checkdepends=(mpdecimal
+              python-isort
+              python-mccabe
+              python-toml
               python-pytest)
 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/pylint-$pkgver.tar.gz")
-sha256sums=('2355dd9d22467264c31a1699047d24d5a1d87bd8141d63ad1bd1e2d081ca4b2e')
+sha256sums=('639254a0ef06dacfcfb27ce01bc3b1ddf27dbe702ba0685ae0286e0d02ff9194')
 
 prepare() {
 	cd "$_archive"



More information about the arch-commits mailing list