summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2024-04-27 22:36:34 +0200
committerCarl Smedstad2024-04-27 22:36:34 +0200
commit61dfbc41059182004b9feaff4c4fa2a0c49acb83 (patch)
tree385b5c603ba2b146be5a2905e1954bb4c0730cc9
parentb06ceb0a38289849661c690d02e7f3adbdc231ac (diff)
downloadaur-61dfbc41059182004b9feaff4c4fa2a0c49acb83.tar.gz
upgpkg: 1.4.2-7: Remove makedep python-pytest-runner
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f87aaba3f797..044e7dc8a9c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = cmake-lint
pkgdesc = Check for coding style issues in CMake files
pkgver = 1.4.2
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/cmake-lint/cmake-lint
arch = any
license = Apache-2.0
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
- makedepends = python-pytest-runner
makedepends = python-setuptools
makedepends = python-wheel
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index ee9903103fee..7567d19b7243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cmake-lint
pkgver=1.4.2
-pkgrel=6
+pkgrel=7
pkgdesc="Check for coding style issues in CMake files"
arch=(any)
url="https://github.com/cmake-lint/cmake-lint"
@@ -12,7 +12,6 @@ depends=(python)
makedepends=(
python-build
python-installer
- python-pytest-runner
python-setuptools
python-wheel
)
@@ -37,7 +36,7 @@ prepare() {
build() {
cd "$_archive"
- python -m build --wheel --no-isolation
+ python -m build --wheel --no-isolation --skip-dependency-check
}
check() {