python-vapid
LOW
maintainer aereaux
0 votes
scanned 2026-09-01 15:48:43.798595
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: Your Name <youremail@domain.com>
2
_name=py_vapid
3
pkgname=python-vapid
4
pkgver=1.9.4
5
pkgrel=1
6
pkgdesc="Simple VAPID header generation library"
7
arch=('any')
8
url=https://pypi.org/project/py-vapid/
9
license=('MIT')
10
depends=('python' 'python-cryptography')
11
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'python-hatchling' 'python-pytest')
12
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name//-/_}/${_name//-/_}-$pkgver.tar.gz")
13
sha256sums=('a004023560cbc54e34fc06380a0580f04ffcc788e84fb6d19e9339eeb6551a28')
14
15
build() {
16
cd "${_name//-/_}-$pkgver"
17
python -m build --wheel --no-isolation
18
}
19
20
package() {
21
cd "${_name//-/_}-$pkgver"
22
python -m installer --destdir="$pkgdir" dist/*.whl
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 15:48:43 | Low | 1 |