python-bflb-mcu-tool-uart

LOW
maintainer taotieren 0 votes scanned 2026-09-03 03:52:21.844053
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: taotieren <admin@taotieren.com>
2
3pkgname=python-bflb-mcu-tool-uart
4_name=${pkgname#python-}
5pkgver=1.10.0
6pkgrel=1
7epoch=
8pkgdesc="Bouffalolab Mcu Tool uart"
9arch=('any')
10url="https://pypi.org/project/${_name}"
11license=(MIT)
12groups=()
13_pydeps=(
14 cryptography
15 pylink-square
16 pyserial
17 standard-telnetlib
18)
19depends=(
20 pyside6
21 python
22 "${_pydeps[@]/#/python-}"
23 #AUR
24 python-pycklink
25 python-portalocker
26)
27_pymakedeps=(
28 build
29 installer
30 wheel
31 setuptools
32)
33makedepends=(
34 "${_pymakedeps[@]/#/python-}"
35)
36optdepends=(
37 "python-bflb-flash-command-uart: Bouffalolab Flash Command Tool"
38 "python-bflb-fw-post-proc: Bouffalolab Firmware Post Proc"
39 "python-bflb-iot-tool: BOUFFALOLAB IOT TOOL"
40)
41options=('!strip')
42source=("${_name}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
43noextract=()
44sha256sums=('d98dce1d9900c3410bd65aa7dde8ef78511bc8807041de3237e4d7abf008c07c')
45
46build() {
47 cd "${srcdir}/${_name}-${pkgver}"
48 rm -rf bflb_mcu_tool/utils/jlink
49 python -m build --wheel --no-isolation
50}
51
52package() {
53 cd "${srcdir}/${_name}-${pkgver}"
54 python -m installer --destdir="${pkgdir}" dist/*.whl
55}
56

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 03:52:21 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