Date: Thursday, November 24, 2022 @ 13:58:41
  Author: alerque
Revision: 1352594

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  141 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 71 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-24 13:58:33 UTC (rev 1352593)
+++ PKGBUILD    2022-11-24 13:58:41 UTC (rev 1352594)
@@ -1,70 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: David Runge <[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.15.5
-pkgrel=1
-pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
-arch=(any)
-url=https://pylint.pycqa.org
-license=(GPL)
-_pydeps=(astroid
-         colorama
-         dill
-         isort
-         mccabe
-         platformdirs
-         tomli # for python <3.11
-         tomlkit)
-depends=(python
-         "${_pydeps[@]/#/python-}")
-makedepends=(python-{build,installer}
-             python-myst-parser
-             python-setuptools
-             python-sphinx{,-reredirects}
-             python-wheel)
-checkdepends=(mpdecimal
-              python-gitpython
-              python-pytest{,-timeout})
-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=('05a51f3382651642bae32a4e5036b340f6d3b2e666713fb139ce3bbc274f04dc')
-
-prepare() {
-       cd "$_archive"
-       # Remove build time dependency pinning that conflicts with Arch packages
-       sed -i -E '/^requires/s/~=[0-9.]+//g' pyproject.toml
-       # Remove overly restrictive dependency pinning that ends up in runtime 
checks
-       sed -i -e '/>=/{s/>.*//;p}' -e '/python_requires/d' setup.cfg
-}
-
-build() {
-       cd "$_archive"
-       python -m build -wn
-       make PYTHONPATH="$PWD/build/lib" -C doc man
-}
-
-check() {
-       local deselected=(
-               --deselect tests/test_functional.py::test_functional
-               --deselect 
tests/test_self.py::TestRunTC::test_do_not_import_files_from_local_directory
-               --deselect 
tests/testutils/test_testutils_utils.py::test__test_environ_pythonpath_no_arg
-               --deselect tests/benchmark/test_baseline_benchmarks.py
-       )
-       cd "$_archive"
-       export PYTHONPATH="$PWD:$PWD/build/lib"
-       pytest -vv --color=yes "${deselected[@]}"
-}
-
-package() {
-       cd "$_archive"
-       python -m installer -d "$pkgdir" dist/*.whl
-       install -Dm0644 -t "$pkgdir/usr/share/man/man1/" doc/_build/man/*.1
-}

Copied: python-pylint/repos/community-any/PKGBUILD (from rev 1352593, 
python-pylint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-24 13:58:41 UTC (rev 1352594)
@@ -0,0 +1,71 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: David Runge <[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.15.6
+pkgrel=1
+pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
+arch=(any)
+url=https://pylint.pycqa.org
+license=(GPL)
+_pydeps=(astroid
+         colorama
+         dill
+         isort
+         mccabe
+         platformdirs
+         tomli # for python <3.11
+         tomlkit)
+depends=(python
+         "${_pydeps[@]/#/python-}")
+makedepends=(python-{build,installer}
+             python-myst-parser
+             python-setuptools
+             python-sphinx{,-reredirects}
+             python-wheel)
+checkdepends=(mpdecimal
+              python-gitpython
+              python-py
+              python-pytest{,-timeout})
+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=('3bb46c23c4538c0bdd8e8332aec8dd000a843c14b30c23d11d7bb34062ccc58c')
+
+prepare() {
+       cd "$_archive"
+       # Remove build time dependency pinning that conflicts with Arch packages
+       sed -i -E '/^requires/s/~=[0-9.]+//g' pyproject.toml
+       # Remove overly restrictive dependency pinning that ends up in runtime 
checks
+       sed -i -e '/>=/{s/>.*//;p}' -e '/python_requires/d' setup.cfg
+}
+
+build() {
+       cd "$_archive"
+       python -m build -wn
+       make PYTHONPATH="$PWD/build/lib" -C doc man
+}
+
+check() {
+       local deselected=(
+               --deselect tests/test_functional.py::test_functional
+               --deselect 
tests/test_self.py::TestRunTC::test_do_not_import_files_from_local_directory
+               --deselect 
tests/testutils/test_testutils_utils.py::test__test_environ_pythonpath_no_arg
+               --deselect tests/benchmark/test_baseline_benchmarks.py
+       )
+       cd "$_archive"
+       export PYTHONPATH="$PWD:$PWD/build/lib"
+       pytest -vv --color=yes "${deselected[@]}"
+}
+
+package() {
+       cd "$_archive"
+       python -m installer -d "$pkgdir" dist/*.whl
+       install -Dm0644 -t "$pkgdir/usr/share/man/man1/" doc/_build/man/*.1
+}

Reply via email to