[arch-commits] Commit in python-pylint/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri May 1 19:25:00 UTC 2020
Date: Friday, May 1, 2020 @ 19:24:57
Author: felixonmars
Revision: 382108
upgpkg: python-pylint 2.5.0-1
Modified:
python-pylint/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-01 19:10:26 UTC (rev 382107)
+++ PKGBUILD 2020-05-01 19:24:57 UTC (rev 382108)
@@ -4,19 +4,19 @@
# Contributor: Alexander Fehr <pizzapunk gmail com>
pkgname=python-pylint
-pkgver=2.4.4
+pkgver=2.5.0
pkgrel=1
pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
arch=('any')
url="https://pylint.org"
license=('GPL')
-depends=('python-astroid' 'python-setuptools' 'python-mccabe' 'python-isort')
-makedepends=('python-pytest-runner')
+depends=('python-astroid' 'python-mccabe' 'python-isort' 'python-setuptools' 'python-toml')
+makedepends=('python-pytest-runner' 'python-pytest-benchmark')
checkdepends=('mpdecimal')
optdepends=('tk: Pylint GUI'
'graphviz: To have other output formats than dot or vcg')
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz")
-sha512sums=('026cf1a4fb3a4fa017914647a945e2228bf8bcf1f7eb914a21e82fc47c545a37f981ed71ba879d5b261ccd51a7d70b7ed7cde3a033e84ddb4a64b73d2a896c18')
+sha512sums=('9c010dce76ec1f07d0942965f65c8a22a79cc647f93448c19e5729837d3ac7910bc4e78b86a65f193e66750a6da924e9a5a46d977dcf168022609d7564748f14')
build() {
cd "$srcdir"/pylint-pylint-$pkgver
More information about the arch-commits
mailing list