python-pybricksdev

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-pybricksdev
3_name=pybricksdev
4pkgver=2.3.2
5pkgrel=1
6pkgdesc="Pybricks developer tools: compile, run and flash firmware on LEGO hubs"
7arch=('any')
8url="https://github.com/pybricks/pybricksdev"
9license=('MIT')
10depends=('python' 'python-argcomplete' 'python-bleak' 'python-mpy-cross-v5' 'python-mpy-cross-v6'
11 'python-tqdm' 'python-pyusb' 'python-semver' 'python-appdirs' 'python-prompt_toolkit'
12 'python-packaging' 'python-typing_extensions' 'python-reactivex' 'python-hidapi'
13 'python-pybricks' 'python-questionary')
14makedepends=('python-build' 'python-installer' 'python-poetry-core')
15source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
16sha256sums=('7c060ce60dbdde96fb6544dfbcd8cd51dcb2d4d7d5cd5796dd79c40f0287e765')
17
18build() {
19 cd "$_name-$pkgver"
20 python -m build --wheel --no-isolation
21}
22
23package() {
24 cd "$_name-$pkgver"
25 python -m installer --destdir="$pkgdir" dist/*.whl
26 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27}
28

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