python-purepdb

LOW
maintainer lmartinez-mirror 0 votes scanned 2026-08-27 05:31:50.628779
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-purepdb
4pkgver=0.4.0
5pkgrel=1
6pkgdesc="A minimal, dependency-free pure-Python parser for Microsoft PDB debug-info files"
7arch=(any)
8url="https://github.com/danielplohmann/purepdb"
9license=(BSD-3-Clause)
10depends=(python)
11makedepends=(python-build python-hatchling python-installer python-wheel)
12checkdepends=(python-pytest)
13source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
14sha256sums=('ae17cb4d8905accaa4d6795fc66047cb3610d006975e21f913f723da8436802b')
15
16build() {
17 cd "purepdb-$pkgver"
18 python -m build --wheel --no-isolation
19}
20
21check() {
22 cd "purepdb-$pkgver"
23 pytest -x
24}
25
26package() {
27 cd "purepdb-$pkgver"
28 python -m installer --destdir="$pkgdir" dist/*.whl
29 local _site="$(python -c 'import site; print(site.getsitepackages()[0])')"
30 install -d "$pkgdir/usr/share/licenses/$pkgname/"
31 ln -s "$_site/purepdb-$pkgver.dist-info/licenses/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/"
32}
33
34

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 05:31:50 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