python-fudelab-git

LOW
maintainer carlosal1015 0 votes scanned 2026-08-28 00:07:31.237544
View on AUR
Why flagged

The package builds from a GitLab source repository with a SKIP'd checksum, but it is a legitimate Python project build using standard tools; 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 a GitLab source repository with a SKIP'd checksum, but it is a legitimate Python project build using standard tools; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
2_base=fudelab
3pkgname=python-${_base}-git
4pkgver=r16.fbc7e4b
5pkgrel=1
6pkgdesc="Fuzzy Differential Equations Laboratory"
7arch=(any)
8url="https://gitlab.com/lizethsilveraquispe988/${_base}"
9license=(GPL-3.0-only)
10depends=(python-matplotlib python-scipy python-click)
11makedepends=(python-build python-installer python-setuptools-scm git)
12checkdepends=(python-pytest)
13provides=(python-${_base})
14conflicts=(python-${_base})
15source=(git+${url}.git#branch=main)
16sha512sums=('SKIP')
17
18pkgver() {
19 cd ${_base}
20 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
21}
22
23build() {
24 cd ${_base}
25 python -m build --wheel --skip-dependency-check --no-isolation
26}
27
28check() {
29 cd ${_base}
30 python -m venv --system-site-packages test-env
31 test-env/bin/python -m installer dist/*.whl
32 test-env/bin/python -m pytest tests
33}
34
35package() {
36 cd ${_base}
37 PYTHONPYCACHEPREFIX="${PWD}/.cache/cpython/" python -m installer --destdir="${pkgdir}" dist/*.whl
38 install -Dm 644 LICENSE.md -t "${pkgdir}"/usr/share/licenses/"${pkgname}"
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 00:07:31 Low 2
2026-08-27 23:33:31 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