python-androidtvremote2

LOW
maintainer Mr.Tao 0 votes scanned 2026-08-31 21:46:19.858046
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Lukas Lipinsky <6032558+Mr-Tao@users.noreply.github.com>
2
3pkgname=python-androidtvremote2
4pkgver=0.3.1
5pkgrel=1
6pkgdesc='Python implementation of the Android TV Remote protocol v2'
7arch=('any')
8url='https://github.com/tronikos/androidtvremote2'
9license=('Apache-2.0')
10depends=(
11 'python-aiofiles'
12 'python-cryptography'
13 'python-protobuf'
14)
15makedepends=(
16 'python-build'
17 'python-installer'
18 'python-setuptools'
19 'python-wheel'
20)
21checkdepends=('python-pytest')
22source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/a/androidtvremote2/androidtvremote2-$pkgver.tar.gz")
23sha256sums=('11f8e33d76d8c539d26fd3002c423d21ca9264a8281bf895c0f169dab513fca1')
24
25build() {
26 cd "androidtvremote2-$pkgver"
27 python -m build --wheel --no-isolation
28}
29
30check() {
31 cd "androidtvremote2-$pkgver"
32 pytest -q
33}
34
35package() {
36 cd "androidtvremote2-$pkgver"
37 python -m installer --destdir="$pkgdir" dist/*.whl
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 21:46:19 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion