python-pybricks

LOW
maintainer jskier 0 votes scanned 2026-09-21 19:35:51.541891
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: Jeremy MountainJohnson <jay@jskier.com>
2pkgname=python-pybricks
3_name=pybricks
4pkgver=4.0.0
5pkgrel=1
6pkgdesc="Pybricks API type stubs and documentation for MicroPython on LEGO hubs"
7arch=('any')
8url="https://github.com/pybricks/pybricks-api"
9license=('MIT')
10depends=('python')
11makedepends=('python-build' 'python-installer' 'python-poetry-core')
12source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
13sha256sums=('8901de69884c1982b85f3cabef647b68df6efc52470b41326ab713031b1d35d5')
14
15build() {
16 cd "$_name-$pkgver"
17 python -m build --wheel --no-isolation
18}
19
20package() {
21 cd "$_name-$pkgver"
22 python -m installer --destdir="$pkgdir" dist/*.whl
23 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 19:35:51 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