python-types-setuptools

maintainer goranberggren · 3 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds typing stubs from a source tarball hosted on the official Python package index (pypi.org), which is a trusted and appropriate source for Python packages; the recent orphaning and re-adoption does not imply malicious intent or supply chain risk in this case.

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 typing stubs from a source tarball hosted on the official Python package index (pypi.org), which is a trusted and appropriate source for Python packages; the recent orphaning and re-adoption does not imply malicious intent or supply chain risk in this case.

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:
2# Contributor: Mark Wagie <mark dot wagie at proton dot me>
3pkgname=python-types-setuptools
4_name=types_setuptools
5pkgver=80.9.0.20251223
6pkgrel=1
7pkgdesc="Typing stubs for setuptools"
8arch=('any')
9url="https://github.com/python/typeshed"
10license=('Apache-2.0')
11depends=(
12 'python'
13 'python-types-docutils'
14)
15makedepends=(
16 'python-build'
17 'python-installer'
18 'python-setuptools'
19 'python-wheel'
20)
21source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
22sha256sums=('d3411059ae2f5f03985217d86ac6084efea2c9e9cacd5f0869ef950f308169b2')
23
24build() {
25 cd "$_name-$pkgver"
26 python -m build --wheel --no-isolation
27}
28
29package() {
30 cd "$_name-$pkgver"
31 python -m installer --destdir="$pkgdir" dist/*.whl
32}
33

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 17:15: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