python-pycxxfilt
LOW
maintainer lmartinez-mirror
0 votes
scanned 2026-09-12 01:24:32.088301
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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.
PKGBUILD
1
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
2
3
pkgname=python-pycxxfilt
4
_pkgname="${pkgname#python-}"
5
pkgver=1.0.0
6
pkgrel=1
7
pkgdesc="Demangle C++ symbols using LLVM's C++ ABI demangler"
8
arch=(x86_64 aarch64)
9
url="https://github.com/tiran/pycxxfilt"
10
license=(Apache-2.0)
11
depends=(glibc libgcc libgcc_s.so libstdc++ libstdc++.so python)
12
makedepends=(meson-python python-build python-installer python-setuptools-scm python-vcs-versioning python-wheel)
13
checkdepends=(python-pytest)
14
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
15
sha256sums=('f5bf59f87425931b91af8840417399f6bc5cbd3ce6edb49c680d0fed5957427d')
16
17
build() {
18
cd "$_pkgname-$pkgver"
19
SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver" python -m build --wheel --no-isolation -Cbuild-dir=build
20
}
21
22
check() {
23
cd "$_pkgname-$pkgver"
24
python -m venv --system-site-packages test-env
25
test-env/bin/python -m installer dist/*.whl
26
test-env/bin/python -P -m pytest -x
27
}
28
29
package() {
30
cd "$_pkgname-$pkgver"
31
python -m installer --destdir="$pkgdir" dist/*.whl
32
}
33
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 01:24:32 | Low | 1 |