python-pybricksdev
LOW
maintainer jskier
0 votes
scanned 2026-09-21 19:35:51.541891
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>
2
pkgname=python-pybricksdev
3
_name=pybricksdev
4
pkgver=2.3.2
5
pkgrel=1
6
pkgdesc="Pybricks developer tools: compile, run and flash firmware on LEGO hubs"
7
arch=('any')
8
url="https://github.com/pybricks/pybricksdev"
9
license=('MIT')
10
depends=('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')
14
makedepends=('python-build' 'python-installer' 'python-poetry-core')
15
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
16
sha256sums=('7c060ce60dbdde96fb6544dfbcd8cd51dcb2d4d7d5cd5796dd79c40f0287e765')
17
18
build() {
19
cd "$_name-$pkgver"
20
python -m build --wheel --no-isolation
21
}
22
23
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-21 19:35:51 | Low | 1 |