python-vapid

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

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 15:48:43 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