python-pywebpush

LOW
maintainer aereaux 0 votes scanned 2026-09-10 05:20:15.854591
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=pywebpush
3pkgname=python-pywebpush
4pkgver=2.5.0
5pkgrel=3
6pkgdesc="WebPush publication library"
7arch=('any')
8url=https://pypi.org/project/pywebpush/
9license=('MIT')
10depends=('python' 'python-cryptography' 'python-aiohttp' 'python-vapid' 'python-requests' 'python-http-ece')
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=('8260f8e42d70ed95a3bd00527ffcb43b5b3df8983a4a48b059fe29b06dc3d92c')
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-10 05:20:15 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