python-libwiipy-git
LOW
maintainer Harryhaha
0 votes
scanned 2026-08-25 07:25:49.757666
Why flagged
The package builds from the project's own Git repository, which is normal for -git AUR packages; the low severity is due to few votes and recent upload, not malicious content.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own Git repository, which is normal for -git AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Harryhaha <harry_haha@foxmail.com>
2
3
pkgname=python-libwiipy-git
4
_name=libwiipy
5
pkgver=r213.71ad5b9
6
pkgrel=1
7
pkgdesc='A modern Python library for handling files and formats used by the Wii.'
8
url='https://github.com/NinjaCheetah/libWiiPy'
9
license=('MIT')
10
arch=('any')
11
provides=("python-${_name}=${pkgver}")
12
conflicts=("python-${_name}")
13
makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-pycryptodome' 'python-requests' 'python-types-requests' 'python-sphinx' 'python-sphinx-book-theme' 'python-myst-parser' 'python-sphinx-copybutton' 'python-sphinx_tippy' 'python-sphinx_design')
14
15
source=("${_name}::git+${url}.git")
16
17
sha256sums=('SKIP')
18
19
pkgver() {
20
cd "$srcdir/$_name"
21
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
22
}
23
24
build() {
25
cd $_name
26
python -m build --wheel --no-isolation
27
}
28
29
package() {
30
cd $_name
31
python -m installer --destdir="$pkgdir" dist/*.whl
32
install -Dm644 $srcdir/$_name/LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 07:25:49 | Low | 2 |