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