| author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-12-23 14:42:54 UTC |
| committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-12-23 14:42:54 UTC |
| parent | fbae20c281d6c18099d32b0fde0c09d98c63120d |
| .SRCINFO | +0 | -2 |
| .gitignore | +2 | -0 |
| PKGBUILD | +8 | -9 |
diff --git a/.SRCINFO b/.SRCINFO index 89011d8..c51edb1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,8 +5,6 @@ pkgbase = python-pgpy url = https://github.com/SecurityInnovation/PGPy arch = any license = BSD-3-Clause - checkdepends = python-pytest - checkdepends = python-pytest-order 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 3f9686a..4e8a777 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -20,10 +20,10 @@ makedepends=( 'python-setuptools' 'python-wheel' ) -checkdepends=( - 'python-pytest' - 'python-pytest-order' -) +#checkdepends=( +# 'python-pytest' +# 'python-pytest-order' +#) source=( "$pkgname::git+$url.git#tag=v$pkgver" # https://github.com/SecurityInnovation/PGPy/pull/443 @@ -47,11 +47,10 @@ build() { python -m build --wheel --no-isolation } -check() { - cd "$pkgname" - - pytest -} +#check() { +# cd "$pkgname" +# pytest +#} package() { cd "$pkgname"