python-keepassxc-browser-api
LOW
maintainer Hemular
1 votes
scanned 2026-09-25 17:12:25.570634
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: Phillip Dykman <phil.d324@gmail.com>
2
_name=keepassxc-browser-api
3
pkgname=python-$_name
4
# renovate: datasource=pypi depName=keepassxc-browser-api
5
pkgver=1.5.0
6
pkgrel=1
7
pkgdesc='Python library for the KeePassXC browser extension protocol'
8
arch=('any')
9
url="https://github.com/mietzen/$_name"
10
license=('MIT')
11
depends=('python' 'python-pynacl')
12
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel')
13
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/${_name//-/_}-$pkgver.tar.gz")
14
sha256sums=('1e429818c0aa0ab2a99203eaa625815974894cc24d6ad259330adcfe71abeda0')
15
16
build() {
17
cd "${_name//-/_}-$pkgver"
18
python -m build --wheel --no-isolation
19
}
20
21
package() {
22
cd "${_name//-/_}-$pkgver"
23
python -m installer --destdir="$pkgdir" dist/*.whl
24
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 17:12:25 | Low | 1 |