python-kicost-digikey-api-v4

LOW
maintainer taotieren 0 votes scanned 2026-09-17 09:25:44.114158
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: taotieren <admin@taotieren.com>
2
3pkgname=python-kicost-digikey-api-v4
4_name=${pkgname#python-}
5pkgver=0.1.5
6pkgrel=1
7pkgdesc="KiCost plugin for the Digikey PartSearch API"
8provides=(${pkgname})
9conflicts=(${pkgname})
10arch=('any')
11url="https://github.com/set-soft/kicost-digikey-api-v4"
12_pydeps=(
13 certifi
14 dateutil
15 inflection
16 pyopenssl
17 six
18 urllib3
19 requests
20 tldextract
21)
22depends=(
23 'python'
24 "${_pydeps[@]/#/python-}"
25)
26makedepends=(
27 git
28 'python-build'
29 'python-installer'
30 'python-setuptools'
31 'python-wheel'
32)
33optdepends=(
34 'kicad: Electronic schematic and printed circuit board (PCB) design tools'
35 'kicost: KiCAD script to convert BOM xml into spreadsheet'
36)
37license=('GPL-3.0-or-later')
38source=("${_name}::git+${url}.git#tag=v$pkgver")
39sha256sums=('beed9bd89296c5946809b3043592d1c6107a7613b3c3d41b5dee4f3b43cb5b13')
40
41prepare() {
42 git -C "${srcdir}/${_name}" clean -dfx
43}
44
45build() {
46 cd "${srcdir}/${_name}"
47 python -m build --wheel --no-isolation
48}
49
50package() {
51 cd "${srcdir}/${_name}"
52 python -m installer --destdir="${pkgdir}" dist/*.whl
53 install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
54}
55

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 09:25:44 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