python-custodian
LOW
maintainer harrietobrien
0 votes
scanned 2026-09-25 00:03:36.779685
Why flagged
The package builds from a PyPI source tarball, which is standard for Python packages; the 'SKIP' checksum and low votes/new upload are quality concerns but do not indicate active danger.
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 PyPI source tarball, which is standard for Python packages; the 'SKIP' checksum and low votes/new upload are quality concerns but do not indicate active danger.
PKGBUILD
1
# Maintainer: Harriet O'Brien <harrietobrien@protonmail.com>
2
3
pkgname=python-custodian
4
_pkgname=custodian
5
pkgver=2025.12.14
6
pkgrel=1
7
pkgdesc="A simple, robust, and flexible JIT job management framework for error correction"
8
arch=('any')
9
url="https://github.com/materialsproject/custodian"
10
license=('MIT')
11
depends=(
12
'python'
13
'python-monty'
14
'python-psutil'
15
'python-ruamel-yaml'
16
)
17
makedepends=(
18
'python-build'
19
'python-installer'
20
'python-setuptools'
21
'python-wheel'
22
)
23
source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
24
sha256sums=('SKIP')
25
26
build() {
27
cd "${_pkgname}-${pkgver}"
28
/usr/bin/python -m build --wheel --no-isolation
29
}
30
31
package() {
32
cd "${_pkgname}-${pkgver}"
33
/usr/bin/python -m installer --destdir="${pkgdir}" dist/*.whl
34
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 00:03:36 | Low | 2 |
| 2026-09-24 21:44:41 | Low | 2 |