Skip to content
Snippets Groups Projects
Commit 7d4994bd authored by alice's avatar alice Committed by Michał Polański
Browse files

community/filecheck: install with py3-installer

parent e32927d8
No related branches found
No related tags found
1 merge request!32650community/filecheck: install with py3-installer
Pipeline #117035 passed
......@@ -2,13 +2,13 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=filecheck
pkgver=0.0.21
pkgrel=0
pkgrel=1
pkgdesc="Attempt to reimplement LLVM's FileCheck using Python"
url="https://github.com/mull-project/FileCheck.py"
arch="noarch"
license="Apache-2.0"
depends="python3"
makedepends="py3-setuptools poetry py3-pip"
makedepends="py3-setuptools poetry py3-installer"
checkdepends="py3-pytest"
source="https://github.com/mull-project/FileCheck.py/archive/v$pkgver/filecheck-$pkgver.tar.gz"
builddir="$srcdir/FileCheck.py-$pkgver"
......@@ -24,7 +24,7 @@ check() {
}
package() {
python3 -m pip install --no-deps --root "$pkgdir" --no-warn-script-location \
python3 -m installer -d "$pkgdir" \
dist/filecheck-$pkgver-py3-none-any.whl
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment