blob: 3f568f7454aedd9815e91c5f900e9d846b96baf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
pkgbase = python-jbom
pkgdesc = Intelligent KiCad Bill of Materials generator with inventory matching
pkgver = 7.9.0
pkgrel = 1
url = https://github.com/plocher/jBOM
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-numbers-parser
depends = python-sexpdata
depends = python-openpyxl
depends = python-pydantic
depends = python-requests
depends = python-wxpython
depends = python-yaml
optdepends = kicad: Electronic schematic and printed circuit board (PCB) design tools
provides = python-jbom
conflicts = python-jbom
source = jbom::git+https://github.com/plocher/jBOM.git#tag=v7.9.0
sha256sums = 5910bd5a56746af3b5b45c26f6c5014145df51466e3822234d2c29d5e9dac0c4
pkgname = python-jbom
|