author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-12 17:47:52 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-12 17:47:52 UTC |
parent | a15cfb9dbf18a8f2df9438f1070fb972033313f2 |
.gitignore | +2 | -0 |
PKGBUILD | +5 | -5 |
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 46d32da..10f472a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ url='https://github.com/ofek/userpath' license=('MIT') depends=('python' 'python-click' 'python-distro') makedepends=('python-build' 'python-installer' 'python-hatchling' 'python-wheel') -checkdepends=('python-pytest') +#checkdepends=('python-pytest') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") sha512sums=('8016ae08eb01526cd256cd3bf12eedc3abcaad225570d08c8ca051657a84ee7c75d9a8a07bcf229896fd450bd3577b1d81442d9af7fe4c1061a82d0cdfbcfad3') @@ -20,10 +20,10 @@ build() { python -m build --wheel --no-isolation } -check() { - cd $_pkgname-$pkgver - pytest -} +#check() { +# cd $_pkgname-$pkgver +# pytest +#} package() { cd $_pkgname-$pkgver