python-pylint: update to 2.15.5

This commit is contained in:
Mehdi Chinoune
2022-10-28 04:49:01 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 356ad374fb
commit e58b498688

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.15.4
pkgver=2.15.5
pkgrel=1
pkgdesc="Analyzes Python code looking for bugs and signs of poor quality (mingw-w64)"
arch=('any')
@@ -34,7 +34,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-tk: Pylint GUI"
"${MINGW_PACKAGE_PREFIX}-graphviz: To have other output formats than dot or vcg")
options=('!strip')
source=("${_realname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('5441e9294335d354b7bad57c1044e5bd7cce25c433475d76b440e53452fa5cb8')
sha256sums=('3b120505e5af1d06a5ad76b55d8660d44bf0f2fc3c59c2bdd94e39188ee3a4df')
prepare() {
rm -rf python-build-${MSYSTEM} | true