python-bflb-mcu-tool-uart
LOW
maintainer taotieren
0 votes
scanned 2026-09-03 03:52:21.844053
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
3
pkgname=python-bflb-mcu-tool-uart
4
_name=${pkgname#python-}
5
pkgver=1.10.0
6
pkgrel=1
7
epoch=
8
pkgdesc="Bouffalolab Mcu Tool uart"
9
arch=('any')
10
url="https://pypi.org/project/${_name}"
11
license=(MIT)
12
groups=()
13
_pydeps=(
14
cryptography
15
pylink-square
16
pyserial
17
standard-telnetlib
18
)
19
depends=(
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
)
33
makedepends=(
34
"${_pymakedeps[@]/#/python-}"
35
)
36
optdepends=(
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
)
41
options=('!strip')
42
source=("${_name}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
43
noextract=()
44
sha256sums=('d98dce1d9900c3410bd65aa7dde8ef78511bc8807041de3237e4d7abf008c07c')
45
46
build() {
47
cd "${srcdir}/${_name}-${pkgver}"
48
rm -rf bflb_mcu_tool/utils/jlink
49
python -m build --wheel --no-isolation
50
}
51
52
package() {
53
cd "${srcdir}/${_name}-${pkgver}"
54
python -m installer --destdir="${pkgdir}" dist/*.whl
55
}
56
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 03:52:21 | Low | 1 |