main/hwtest: fix linting issues (!872)
This commit is contained in:
parent
956755670f
commit
53f6b4c60e
@ -1,14 +1,16 @@
|
||||
# Contributor: Martijn Braam <martijn@brixit.nl>
|
||||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||
pkgname=hwtest
|
||||
pkgver=0.6.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Small utility to check hardware functionality on phones"
|
||||
url="https://gitlab.com/MartijnBraam/hwtest"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3 py3-dbus ffmpeg v4l-utils evtest alsa-utils"
|
||||
makedepends="python3-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/MartijnBraam/hwtest/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
|
||||
options="!check" # Doesn't like making chroot directories
|
||||
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/MartijnBraam/hwtest/-/archive/$pkgver/hwtest-$pkgver.tar.gz"
|
||||
options="!check" # No tests
|
||||
|
||||
build() {
|
||||
python3 setup.py build
|
||||
|
Loading…
x
Reference in New Issue
Block a user