main/hwtest: fix linting issues (!872)

This commit is contained in:
Bart Ribbers 2020-01-06 10:26:06 +01:00
parent 956755670f
commit 53f6b4c60e
No known key found for this signature in database
GPG Key ID: 699D16185DAFAE61

View File

@ -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