Date: Tuesday, February 28, 2023 @ 09:31:10
  Author: alerque
Revision: 1405585

upgpkg: python-pylint 2.16.2-2, drop obsolete optdepends, closes FS#58543

Modified:
  python-pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-28 09:27:54 UTC (rev 1405584)
+++ PKGBUILD    2023-02-28 09:31:10 UTC (rev 1405585)
@@ -8,7 +8,7 @@
 _pyname=pylint
 pkgname=python-$_pyname
 pkgver=2.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
 url=https://pylint.pycqa.org
@@ -32,8 +32,7 @@
               python-gitpython
               python-py
               python-pytest{,-timeout,-benchmark})
-optdepends=('graphviz: Enable output formats other than dot or vcg'
-            'tk: Pylint GUI')
+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=('55e7cb236f706807bfecd2e3d710e98fb5657adffb5c8ef7fd7eb843c41c5841')

Reply via email to