python-proton-keyring-linux-no-gnome
LOW
maintainer AidanGG
0 votes
scanned 2026-09-12 09:11:25.593543
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: Peter Jung <ptr1337@archlinux.org>
2
# Contributor: Ali Molaei <ali dot molaei at protonmail dot com>
3
4
_pkgbase=python-proton-keyring-linux
5
pkgname="${_pkgbase}-no-gnome"
6
pkgver=0.2.3
7
pkgrel=2
8
pkgdesc="The proton-keyring-linux component without GNOME Keyring as a dependency."
9
arch=(any)
10
url="https://github.com/ProtonVPN/python-proton-keyring-linux"
11
license=(GPL-3.0-or-later)
12
depends=(
13
python
14
python-keyring
15
python-proton-core
16
org.freedesktop.secrets
17
)
18
makedepends=(
19
git
20
python-build
21
python-installer
22
python-setuptools
23
python-wheel
24
)
25
provides=(python-proton-keyring-linux)
26
conflicts=(python-proton-keyring-linux)
27
source=("git+https://github.com/ProtonVPN/${_pkgbase}.git#tag=v${pkgver}")
28
sha256sums=('9d81b19c47e3da0363bfdf36e9e7312458538bcb4454dde3f6b5570f24052d93')
29
30
build() {
31
cd "$_pkgbase"
32
python -m build --wheel --no-isolation
33
}
34
35
package() {
36
cd "$_pkgbase"
37
python -m installer --destdir="$pkgdir" dist/*.whl
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 09:11:25 | Low | 1 |