| author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-12-23 14:42:52 UTC |
| committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-12-23 14:42:52 UTC |
| parent | d78159a51c44e65c87668876de0831d34cef548b |
| .SRCINFO | +0 | -2 |
| .gitignore | +2 | -0 |
| PKGBUILD | +8 | -9 |
diff --git a/.SRCINFO b/.SRCINFO index bfe39bf..9a93b1a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,8 +5,6 @@ pkgbase = python-shtab url = https://github.com/iterative/shtab arch = any license = Apache-2.0 - checkdepends = python-pytest - checkdepends = python-pytest-timeout makedepends = git makedepends = python-build makedepends = python-installer diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index fd1e7e2..eea8072 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,10 +16,10 @@ makedepends=( 'python-wheel' 'python-setuptools-scm' ) -checkdepends=( - 'python-pytest' - 'python-pytest-timeout' -) +#checkdepends=( +# 'python-pytest' +# 'python-pytest-timeout' +#) source=( "$pkgname::git+$url#tag=v$pkgver" 'remove-cov.patch' @@ -53,11 +53,10 @@ build() { done } -check() { - cd "$pkgname" - - pytest -v -} +#check() { +# cd "$pkgname" +# pytest -v +#} package() { cd "$pkgname"