python-androidtvremote2
LOW
maintainer Mr.Tao
0 votes
scanned 2026-08-31 21:46:19.858046
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
3
pkgname=python-androidtvremote2
4
pkgver=0.3.1
5
pkgrel=1
6
pkgdesc='Python implementation of the Android TV Remote protocol v2'
7
arch=('any')
8
url='https://github.com/tronikos/androidtvremote2'
9
license=('Apache-2.0')
10
depends=(
11
'python-aiofiles'
12
'python-cryptography'
13
'python-protobuf'
14
)
15
makedepends=(
16
'python-build'
17
'python-installer'
18
'python-setuptools'
19
'python-wheel'
20
)
21
checkdepends=('python-pytest')
22
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/a/androidtvremote2/androidtvremote2-$pkgver.tar.gz")
23
sha256sums=('11f8e33d76d8c539d26fd3002c423d21ca9264a8281bf895c0f169dab513fca1')
24
25
build() {
26
cd "androidtvremote2-$pkgver"
27
python -m build --wheel --no-isolation
28
}
29
30
check() {
31
cd "androidtvremote2-$pkgver"
32
pytest -q
33
}
34
35
package() {
36
cd "androidtvremote2-$pkgver"
37
python -m installer --destdir="$pkgdir" dist/*.whl
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 21:46:19 | Low | 1 |