python-libwiipy-git

LOW
maintainer Harryhaha 0 votes scanned 2026-08-25 07:25:49.757666
View on AUR
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
3pkgname=python-libwiipy-git
4_name=libwiipy
5pkgver=r213.71ad5b9
6pkgrel=1
7pkgdesc='A modern Python library for handling files and formats used by the Wii.'
8url='https://github.com/NinjaCheetah/libWiiPy'
9license=('MIT')
10arch=('any')
11provides=("python-${_name}=${pkgver}")
12conflicts=("python-${_name}")
13makedepends=('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
15source=("${_name}::git+${url}.git")
16
17sha256sums=('SKIP')
18
19pkgver() {
20 cd "$srcdir/$_name"
21 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
22}
23
24build() {
25 cd $_name
26 python -m build --wheel --no-isolation
27}
28
29package() {
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)SeverityRules
2026-08-25 07:25:49 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion