author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-12 17:48:10 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-12 17:48:10 UTC |
parent | 447d3e135d45f4e2951f4ee6084947ac54869d66 |
.gitignore | +2 | -0 |
PKGBUILD | +9 | -10 |
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 5c831a4..216c779 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -18,11 +18,11 @@ makedepends=( 'python-hatchling' 'python-hatch-vcs' ) -checkdepends=( - 'python-pytest' - 'python-pytest-mock' - 'python-appdirs' -) +#checkdepends=( +# 'python-pytest' +# 'python-pytest-mock' +# 'python-appdirs' +#) source=("$pkgname::git+$url#tag=$pkgver") sha512sums=('522b24897f31d43353429a101e29723b3ab22f0b7d801fc77ea125868cf1edfa695122350a432ce442c372361892a4f9d57dd6f31562fc14ebca30c4d4d03e4b') b2sums=('55a18ec0b5d679c3c7b6cdb2856048b9af051e8ac4a1d839806321dff165d09a1a610fa8d3e3bb152ae69f39e5a0480723c4eaf6f269056c1bd88ac198e0af94') @@ -33,11 +33,10 @@ build() { python -m build --wheel --no-isolation } -check() { - cd "$pkgname" - - PYTHONPATH="$(pwd)/src" pytest -v -} +#check() { +# cd "$pkgname" +# PYTHONPATH="$(pwd)/src" pytest -v +#} package() { cd "$pkgname"