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

Caleb Maclennan alerque at gemini.archlinux.org
Thu Sep 16 20:11:15 UTC 2021


    Date: Thursday, September 16, 2021 @ 20:11:15
  Author: alerque
Revision: 1016527

upgpkg: python-pylint 2.11.0-1

Modified:
  python-pylint/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-16 19:36:51 UTC (rev 1016526)
+++ PKGBUILD	2021-09-16 20:11:15 UTC (rev 1016527)
@@ -6,8 +6,8 @@
 
 _pyname=pylint
 pkgname=python-$_pyname
-pkgver=2.10.2
-pkgrel=3
+pkgver=2.11.0
+pkgrel=1
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
 url=https://pylint.org
@@ -16,7 +16,8 @@
          isort
          mccabe
          platformdirs
-         toml)
+         toml
+         typing_extensions) # for python<3.10
 depends=(python
          "${_pydeps[@]/#/python-}")
 makedepends=(python-setuptools
@@ -26,8 +27,8 @@
 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=('639254a0ef06dacfcfb27ce01bc3b1ddf27dbe702ba0685ae0286e0d02ff9194')
+source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('d3ff0bb2a843e279c2a6af7d1c1ec53685e51edecbf86484c091eeaeec7f274f')
 
 prepare() {
 	cd "$_archive"



More information about the arch-commits mailing list