python-fudelab-git
LOW
maintainer carlosal1015
0 votes
scanned 2026-08-28 00:07:31.237544
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
3
pkgname=python-${_base}-git
4
pkgver=r16.fbc7e4b
5
pkgrel=1
6
pkgdesc="Fuzzy Differential Equations Laboratory"
7
arch=(any)
8
url="https://gitlab.com/lizethsilveraquispe988/${_base}"
9
license=(GPL-3.0-only)
10
depends=(python-matplotlib python-scipy python-click)
11
makedepends=(python-build python-installer python-setuptools-scm git)
12
checkdepends=(python-pytest)
13
provides=(python-${_base})
14
conflicts=(python-${_base})
15
source=(git+${url}.git#branch=main)
16
sha512sums=('SKIP')
17
18
pkgver() {
19
cd ${_base}
20
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
21
}
22
23
build() {
24
cd ${_base}
25
python -m build --wheel --skip-dependency-check --no-isolation
26
}
27
28
check() {
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
35
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-28 00:07:31 | Low | 2 |
| 2026-08-27 23:33:31 | Low | 2 |