python-condconfigparser
maintainer dreieck
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a Python library tarball from the project's own domain (frougon.net), which is plausibly the official source; building from a non-whitelisted host is normal for AUR packages and the content is not executed remotely.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a Python library tarball from the project's own domain (frougon.net), which is plausibly the official source; building from a non-whitelisted host is normal for AUR packages and the content is not executed remotely.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:32
"python-CondConfigParser-${pkgver}.tar.gz::https://frougon.net/projects/CondConfigParser/dist/${pkgver}/python3-CondConfigParser-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: dreieck
2
3
_pkgname="python-condconfigparser"
4
pkgname="${_pkgname}"
5
pkgdesc="Python library designed to help parsing configuration files. Main specificity: Allows to define conditions using boolean operators and specific sections in the configuration file that are only applied when the corresponding condition is fulfilled."
6
url="https://frougon.net/projects/CondConfigParser/"
7
license=("BSD-2-Clause")
8
epoch=0
9
pkgver=1.0.6
10
pkgrel=2
11
arch=(
12
'any'
13
)
14
depends=(
15
'python>=3.4'
16
)
17
makedepends=(
18
'git'
19
'python-build'
20
'python-installer'
21
'python-setuptools>=61.0.0'
22
'python-wheel'
23
)
24
provides=(
25
"python3-condconfigparser=${pkgver}"
26
)
27
conflicts=(
28
"python3-condconfigparser"
29
)
30
optdepends=()
31
source=(
32
"python-CondConfigParser-${pkgver}.tar.gz::https://frougon.net/projects/CondConfigParser/dist/${pkgver}/python3-CondConfigParser-${pkgver}.tar.gz"
33
"python-CondConfigParser-${pkgver}.tar.gz.sig::https://frougon.net/projects/CondConfigParser/dist/${pkgver}/python3-CondConfigParser-${pkgver}.tar.gz.asc"
34
"workaround_license_double_specification.pyproject-toml.patch::https://github.com/user-attachments/files/19757701/workaround_license_double_specification.pyproject-toml.patch.txt"
35
)
36
sha256sums=(
37
'ed4f2abd99e190c84d12ebb98d9180b2d97d03e78da3363d3143729aa1e1a862'
38
'4901bbaf6a0b0b854232732998ba619957c81a7d2e840978055d39eee5cce849'
39
'978b615bb7a5a1b5d19bc021cf6e21030a457c78aa5ca2f06f457174ed7b44da'
40
)
41
validpgpkeys=(
42
'125B5A0FDB788FDD0EF41A9DC785B90B5053A3A2'
43
)
44
45
prepare() {
46
cd "${srcdir}/condconfigparser-${pkgver}"
47
48
for _patch in "${srcdir}/workaround_license_double_specification.pyproject-toml.patch"; do
49
printf '%s\n' " > Applying patch '$(basename "${_patch}")' ..."
50
patch -Np1 --follow-symlinks -i "${_patch}"
51
done
52
}
53
54
build() {
55
cd "${srcdir}/condconfigparser-${pkgver}"
56
printf '%s\n' "${url}" > "upstream.url"
57
58
python -m build --wheel --no-isolation
59
}
60
61
package() {
62
cd "${srcdir}/condconfigparser-${pkgver}"
63
64
python -m installer --destdir="$pkgdir" --compile-bytecode=2 dist/*.whl
65
66
for _docfile in AUTHORS PKG-INFO README.rst INSTALL.txt TODO upstream.url; do
67
install -D -m644 -v "${_docfile}" "${pkgdir}/usr/share/doc/${_pkgname}/${_docfile}"
68
done
69
70
for _license in COPYING COPYING.Sphinx; do
71
install -D -m644 -v "${_license}" "${pkgdir}/usr/share/licenses/${pkgname}/${_license}"
72
ln -svr "${pkgdir}/usr/share/licenses/${pkgname}/${_license}" "${pkgdir}/usr/share/doc/${_pkgname}/${_license}"
73
done
74
}
75
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 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |