* update python-pylint to 2.17.5-1

This commit is contained in:
Alexander Baldeck 2023-08-03 08:26:33 +02:00
parent b3730e37e5
commit 56e7d2a803

View File

@ -8,7 +8,7 @@
_pyname=pylint
pkgname=python-$_pyname
pkgver=2.17.4
pkgver=2.17.5
pkgrel=1
pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
arch=(any)
@ -25,7 +25,6 @@ _pydeps=(astroid
depends=(python
"${_pydeps[@]/#/python-}")
makedepends=(python-{build,installer}
python-lazy-object-proxy
python-myst-parser
python-setuptools
python-sphinx{,-reredirects}
@ -37,7 +36,7 @@ checkdepends=(mpdecimal
optdepends=('graphviz: Enable output formats other than dot or vcg')
_archive="$_pyname-$pkgver"
source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz")
sha256sums=('a4be4ce65a5ab900fec8a6f38670e84c9720cb1b611991845c2c5ff136afb794')
sha256sums=('ef6a7283581ff93af6a994cbc7651b307a2c516fbb659a12952e73c634ccd6e7')
prepare() {
cd "$_archive"