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

Frederik Schwan freswa at gemini.archlinux.org
Thu Oct 7 16:32:10 UTC 2021


    Date: Thursday, October 7, 2021 @ 16:32:10
  Author: freswa
Revision: 1027955

upgpkg: python-pre-commit 2.15.0-1

remove dotnet tests, as they fail with status 150 and upstream is not cooperating
https://github.com/pre-commit/pre-commit/issues/1982

Modified:
  python-pre-commit/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-07 16:06:35 UTC (rev 1027954)
+++ PKGBUILD	2021-10-07 16:32:10 UTC (rev 1027955)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-pre-commit
-pkgver=2.10.1
+pkgver=2.15.0
 pkgrel=1
 pkgdesc="A framework for managing and maintaining multi-language pre-commit hooks"
 url="https://github.com/pre-commit/pre-commit"
@@ -10,9 +10,10 @@
 depends=('python-cfgv' 'python-identify' 'python-nodeenv' 'python-yaml' 'python-toml'
          'python-virtualenv')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-re-assert' 'dotnet-sdk' 'git' 'go' 'nodejs' 'npm' 'python2' 'rubygems' 'rust')
+checkdepends=('python-pytest' 'python-pytest-env' 'python-re-assert' 'dotnet-sdk' 'git'
+              'go' 'nodejs' 'npm' 'python2' 'rubygems' 'rust' 'r' 'dart')
 source=("https://github.com/pre-commit/pre-commit/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('b8bc4e6f9afd1a0cc251c8b6ffb96e5fba4f02a6e253661b295e36a6e691c4a9a0a6cc5560b53b57b0200a55fc54a60c3400e780c3a6b73b9e17f7eac4c0ce78')
+sha512sums=('b87985aa625509d7a21e31e5774f259c264ec74fef88fc5e290cbac0326cdbadc37ab54b5bf3048d815cf9bc6d4adb71619fcb84c955c1bc9741da8dfd34251c')
 
 build() {
   cd pre-commit-$pkgver
@@ -43,8 +44,8 @@
                    --deselect tests/repository_test.py::test_local_conda_additional_dependencies \
                    --deselect tests/repository_test.py::test_run_a_ruby_hook \
                    --deselect tests/languages/ruby_test.py::test_install_ruby_with_version \
-                   --deselect tests/repository_test.py::test_switch_language_versions_doesnt_clobber
-
+                   --deselect tests/repository_test.py::test_switch_language_versions_doesnt_clobber \
+                   --deselect tests/repository_test.py::test_dotnet_hook
   deactivate
 }
 



More information about the arch-commits mailing list