python-bflb-fw-post-proc
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-fw-post-proc
4
_name=${pkgname#python-}
5
_name=${_name//-/_}
6
pkgver=1.4.5
7
pkgrel=1
8
pkgdesc="Bouffalolab Firmware Post Proc"
9
arch=('any')
10
url="https://pypi.org/project/${_name}"
11
license=('MIT')
12
groups=()
13
_pydeps=(
14
colorama
15
cryptography
16
tomli
17
)
18
depends=(
19
python
20
"${_pydeps[@]/#/python-}"
21
)
22
_pymakedeps=(
23
build
24
installer
25
wheel
26
setuptools
27
)
28
makedepends=(
29
"${_pymakedeps[@]/#/python-}")
30
options=('!strip')
31
optdepends=(
32
"python-bflb-flash-command-uart: Bouffalolab Flash Command Tool"
33
"python-bflb-mcu-tool: BOUFFALOLAB MCU TOOL"
34
"python-bflb-iot-tool: BOUFFALOLAB IOT TOOL"
35
)
36
source=("${_name}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
37
noextract=()
38
sha256sums=('427091fff44112589a06b6268a41a4ec80e06ea8e9e3628c902165f3ae588ebe')
39
40
build() {
41
cd "${srcdir}/${_name}-${pkgver}"
42
python -m build --wheel --no-isolation
43
}
44
45
package() {
46
cd "${srcdir}/${_name}-${pkgver}"
47
python -m installer --destdir="${pkgdir}" dist/*.whl
48
install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
49
}
50
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 03:52:21 | Low | 1 |