Date: Thursday, September 16, 2021 @ 21:26:16
  Author: alerque
Revision: 1016597

archrelease: copy trunk to community-any

Added:
  python-pylint/repos/community-any/PKGBUILD
    (from rev 1016596, python-pylint/trunk/PKGBUILD)
Deleted:
  python-pylint/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  110 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-09-16 21:25:49 UTC (rev 1016596)
+++ PKGBUILD    2021-09-16 21:26:16 UTC (rev 1016597)
@@ -1,55 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Angel Velasquez <[email protected]>
-# Contributor: Felix Yan <[email protected]>
-# Contributor: Stéphane Gaudreault <[email protected]>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-_pyname=pylint
-pkgname=python-$_pyname
-pkgver=2.11.0
-pkgrel=1
-pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
-arch=(any)
-url=https://pylint.org
-license=(GPL)
-_pydeps=(astroid
-         isort
-         mccabe
-         platformdirs
-         toml
-         typing_extensions) # for python<3.10
-depends=(python
-         "${_pydeps[@]/#/python-}")
-makedepends=(python-setuptools
-             python-sphinx)
-checkdepends=(mpdecimal
-              python-pytest)
-optdepends=('graphviz: Enable output formats other than dot or vcg'
-            'tk: Pylint GUI')
-_archive="$_pyname-$pkgver"
-source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz";)
-sha256sums=('d3ff0bb2a843e279c2a6af7d1c1ec53685e51edecbf86484c091eeaeec7f274f')
-
-prepare() {
-       cd "$_archive"
-       # Remove overly restrictive dependency pinning that ends up in runtime 
checks
-       sed -i -e '/>=/{s/>.*//;p}' setup.cfg
-}
-
-build() {
-       cd "$_archive"
-       python setup.py build
-       make PYTHONPATH="$PWD/build/lib" -C doc man
-}
-
-check() {
-       cd "$_archive"
-       PYTHONPATH="$PWD/build/lib" pytest \
-               --deselect tests/benchmark/test_baseline_benchmarks.py
-}
-
-package() {
-       cd "$_archive"
-       python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-       install -Dm0644 -t "$pkgdir/usr/share/man/man1/" doc/_build/man/*
-}

Copied: python-pylint/repos/community-any/PKGBUILD (from rev 1016596, 
python-pylint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-09-16 21:26:16 UTC (rev 1016597)
@@ -0,0 +1,55 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Angel Velasquez <[email protected]>
+# Contributor: Felix Yan <[email protected]>
+# Contributor: Stéphane Gaudreault <[email protected]>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+_pyname=pylint
+pkgname=python-$_pyname
+pkgver=2.11.1
+pkgrel=1
+pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
+arch=(any)
+url=https://pylint.org
+license=(GPL)
+_pydeps=(astroid
+         isort
+         mccabe
+         platformdirs
+         toml
+         typing_extensions) # for python<3.10
+depends=(python
+         "${_pydeps[@]/#/python-}")
+makedepends=(python-setuptools
+             python-sphinx)
+checkdepends=(mpdecimal
+              python-pytest)
+optdepends=('graphviz: Enable output formats other than dot or vcg'
+            'tk: Pylint GUI')
+_archive="$_pyname-$pkgver"
+source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz";)
+sha256sums=('b797b4906068c616db2aaf364e56506d42b130474e98a16a0e2b9eb72fa0b1b7')
+
+prepare() {
+       cd "$_archive"
+       # Remove overly restrictive dependency pinning that ends up in runtime 
checks
+       sed -i -e '/>=/{s/>.*//;p}' setup.cfg
+}
+
+build() {
+       cd "$_archive"
+       python setup.py build
+       make PYTHONPATH="$PWD/build/lib" -C doc man
+}
+
+check() {
+       cd "$_archive"
+       PYTHONPATH="$PWD/build/lib" pytest \
+               --deselect tests/benchmark/test_baseline_benchmarks.py
+}
+
+package() {
+       cd "$_archive"
+       python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+       install -Dm0644 -t "$pkgdir/usr/share/man/man1/" doc/_build/man/*
+}

Reply via email to