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

Caleb Maclennan alerque at gemini.archlinux.org
Tue Jun 7 10:59:38 UTC 2022


    Date: Tuesday, June 7, 2022 @ 10:59:37
  Author: alerque
Revision: 1228446

upgpkg: python-pylint 2.14.1-1

Modified:
  python-pylint/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-07 10:59:03 UTC (rev 1228445)
+++ PKGBUILD	2022-06-07 10:59:37 UTC (rev 1228446)
@@ -6,7 +6,7 @@
 
 _pyname=pylint
 pkgname=python-$_pyname
-pkgver=2.13.8
+pkgver=2.14.1
 pkgrel=1
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
@@ -17,13 +17,14 @@
          isort
          mccabe
          platformdirs
-         toml
-         typing_extensions) # for python<3.10
+         tomli # for python <3.11
+         tomlkit)
 depends=(python
          "${_pydeps[@]/#/python-}")
 makedepends=(python-{build,installer}
+             python-myst-parser
              python-setuptools
-             python-sphinx
+             python-sphinx{,-reredirects}
              python-wheel)
 checkdepends=(mpdecimal
               python-gitpython
@@ -32,7 +33,7 @@
             'tk: Pylint GUI')
 _archive="$_pyname-$pkgver"
 source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('7bd4cfc0e3e4332f0f3d8f8fc9e967d2e2946912ca7a336f36d3f2ac99c5cd42')
+sha256sums=('05cc4bcf0c498bf49a159cef1ed1f633da02c54a75493ea53bdc354fa0704386')
 
 prepare() {
 	cd "$_archive"
@@ -59,5 +60,5 @@
 package() {
 	cd "$_archive"
 	python -m installer -d "$pkgdir" dist/*.whl
-	install -Dm0644 -t "$pkgdir/usr/share/man/man1/" doc/_build/man/*
+	install -Dm0644 -t "$pkgdir/usr/share/man/man1/" doc/_build/man/*.1
 }



More information about the arch-commits mailing list