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

Ángel Velásquez angvp at archlinux.org
Sun Feb 4 18:57:13 UTC 2018


    Date: Sunday, February 4, 2018 @ 18:57:11
  Author: angvp
Revision: 315863

upgpkg: pylint 1.8.2-2

Add graphviz as an optdepend FS#53362

Modified:
  pylint/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-04 18:41:37 UTC (rev 315862)
+++ PKGBUILD	2018-02-04 18:57:11 UTC (rev 315863)
@@ -7,7 +7,7 @@
 pkgbase=pylint
 pkgname=('python-pylint' 'python2-pylint')
 pkgver=1.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
 url="http://pylint.org"
@@ -17,7 +17,8 @@
              'python2-mccabe' 'python2-backports.functools_lru_cache' 'python2-configparser'
              'python2-singledispatch')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'mpdecimal')
-optdepends=('tk: Pylint GUI')
+optdepends=('tk: Pylint GUI'
+            'graphviz: To have other output formats than dot or vcg')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz")
 sha512sums=('ac0e7d53b5482435b0579b475684bb725358f21ae3a09d15fdf01bb51dd06f9204c4be3b17de69d4e11d1fed38820f0046625030928ca5699f2828c8f2a44716')
 



More information about the arch-commits mailing list