python-bflb-fw-post-proc

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-fw-post-proc
4_name=${pkgname#python-}
5_name=${_name//-/_}
6pkgver=1.4.5
7pkgrel=1
8pkgdesc="Bouffalolab Firmware Post Proc"
9arch=('any')
10url="https://pypi.org/project/${_name}"
11license=('MIT')
12groups=()
13_pydeps=(
14 colorama
15 cryptography
16 tomli
17)
18depends=(
19 python
20 "${_pydeps[@]/#/python-}"
21)
22_pymakedeps=(
23 build
24 installer
25 wheel
26 setuptools
27)
28makedepends=(
29 "${_pymakedeps[@]/#/python-}")
30options=('!strip')
31optdepends=(
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)
36source=("${_name}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
37noextract=()
38sha256sums=('427091fff44112589a06b6268a41a4ec80e06ea8e9e3628c902165f3ae588ebe')
39
40build() {
41 cd "${srcdir}/${_name}-${pkgver}"
42 python -m build --wheel --no-isolation
43}
44
45package() {
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)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