python-pmdarima

maintainer Smoolak · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own source on GitHub, which is normal AUR practice; the orphaned-and-readopted flag is administrative and does not indicate code risk.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own source on GitHub, which is normal AUR practice; the orphaned-and-readopted flag is administrative and does not indicate code risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Anton Kudelin <kudelin at proton dot me>
2
3_pyname=pmdarima
4pkgname=python-$_pyname
5pkgver=2.0.4
6pkgrel=1
7pkgdesc="ARIMA estimators for Python"
8arch=(x86_64 aarch64)
9url="https://alkaline-ml.com/pmdarima"
10license=(MIT)
11depends=(python-scikit-learn python-statsmodels python-urllib3 cython)
12optdepends=(python-matplotlib python-pytest)
13makedepends=(python-build python-installer python-setuptools python-wheel)
14checkdepends=(python-pytest)
15source=($pkgname-$pkgver.tar.gz::https://github.com/alkaline-ml/pmdarima/archive/refs/tags/v$pkgver.tar.gz)
16sha256sums=('83eca810992679f2086781a8b58b39558392380c13ac60819b026fffb105cfcd')
17
18prepare() {
19 cat <<EOF > "$srcdir/$_pyname-$pkgver/$_pyname/VERSION"
20$pkgver
21EOF
22}
23
24build() {
25 cd "$srcdir/$_pyname-$pkgver"
26 python -m build \
27 --wheel \
28 --no-isolation \
29 --skip-dependency-check
30}
31
32check() {
33 cd "$srcdir/$_pyname-$pkgver"
34 python -m venv --system-site-packages test-env
35 test-env/bin/python -m installer dist/*.whl
36 mv $_pyname/tests .
37 rm -r $_pyname
38 test-env/bin/python -m pytest -v
39}
40
41package() {
42 cd "$srcdir/$_pyname-$pkgver"
43 python -m installer \
44 --destdir="$pkgdir" \
45 --compile-bytecode=1 \
46 dist/*.whl
47
48 install -Dm755 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
49}
50

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 01:22:21 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion