python-custodian

LOW
maintainer harrietobrien 0 votes scanned 2026-09-25 00:03:36.779685
View on AUR
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
3pkgname=python-custodian
4_pkgname=custodian
5pkgver=2025.12.14
6pkgrel=1
7pkgdesc="A simple, robust, and flexible JIT job management framework for error correction"
8arch=('any')
9url="https://github.com/materialsproject/custodian"
10license=('MIT')
11depends=(
12 'python'
13 'python-monty'
14 'python-psutil'
15 'python-ruamel-yaml'
16)
17makedepends=(
18 'python-build'
19 'python-installer'
20 'python-setuptools'
21 'python-wheel'
22)
23source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
24sha256sums=('SKIP')
25
26build() {
27 cd "${_pkgname}-${pkgver}"
28 /usr/bin/python -m build --wheel --no-isolation
29}
30
31package() {
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)SeverityRules
2026-09-25 00:03:36 Low 2
2026-09-24 21:44:41 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