python-keepassxc-browser-api

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