python-purepdb
LOW
maintainer lmartinez-mirror
0 votes
scanned 2026-08-27 05:31:50.628779
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-purepdb
4
pkgver=0.4.0
5
pkgrel=1
6
pkgdesc="A minimal, dependency-free pure-Python parser for Microsoft PDB debug-info files"
7
arch=(any)
8
url="https://github.com/danielplohmann/purepdb"
9
license=(BSD-3-Clause)
10
depends=(python)
11
makedepends=(python-build python-hatchling python-installer python-wheel)
12
checkdepends=(python-pytest)
13
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
14
sha256sums=('ae17cb4d8905accaa4d6795fc66047cb3610d006975e21f913f723da8436802b')
15
16
build() {
17
cd "purepdb-$pkgver"
18
python -m build --wheel --no-isolation
19
}
20
21
check() {
22
cd "purepdb-$pkgver"
23
pytest -x
24
}
25
26
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-27 05:31:50 | Low | 1 |