python-pycxxfilt

LOW
maintainer lmartinez-mirror 0 votes scanned 2026-09-12 01:24:32.088301
View on AUR
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
3pkgname=python-pycxxfilt
4_pkgname="${pkgname#python-}"
5pkgver=1.0.0
6pkgrel=1
7pkgdesc="Demangle C++ symbols using LLVM's C++ ABI demangler"
8arch=(x86_64 aarch64)
9url="https://github.com/tiran/pycxxfilt"
10license=(Apache-2.0)
11depends=(glibc libgcc libgcc_s.so libstdc++ libstdc++.so python)
12makedepends=(meson-python python-build python-installer python-setuptools-scm python-vcs-versioning python-wheel)
13checkdepends=(python-pytest)
14source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
15sha256sums=('f5bf59f87425931b91af8840417399f6bc5cbd3ce6edb49c680d0fed5957427d')
16
17build() {
18 cd "$_pkgname-$pkgver"
19 SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver" python -m build --wheel --no-isolation -Cbuild-dir=build
20}
21
22check() {
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
29package() {
30 cd "$_pkgname-$pkgver"
31 python -m installer --destdir="$pkgdir" dist/*.whl
32}
33
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 01:24:32 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion