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
4
pkgname=python-$_pyname
5
pkgver=2.0.4
6
pkgrel=1
7
pkgdesc="ARIMA estimators for Python"
8
arch=(x86_64 aarch64)
9
url="https://alkaline-ml.com/pmdarima"
10
license=(MIT)
11
depends=(python-scikit-learn python-statsmodels python-urllib3 cython)
12
optdepends=(python-matplotlib python-pytest)
13
makedepends=(python-build python-installer python-setuptools python-wheel)
14
checkdepends=(python-pytest)
15
source=($pkgname-$pkgver.tar.gz::https://github.com/alkaline-ml/pmdarima/archive/refs/tags/v$pkgver.tar.gz)
16
sha256sums=('83eca810992679f2086781a8b58b39558392380c13ac60819b026fffb105cfcd')
17
18
prepare() {
19
cat <<EOF > "$srcdir/$_pyname-$pkgver/$_pyname/VERSION"
20
$pkgver
21
EOF
22
}
23
24
build() {
25
cd "$srcdir/$_pyname-$pkgver"
26
python -m build \
27
--wheel \
28
--no-isolation \
29
--skip-dependency-check
30
}
31
32
check() {
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
41
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |