blob: 9dc3ced6bce8e42edbc574585c8186a03682d7c0 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
pkgbase = python-soc-consistency
pkgdesc = Static analysis tool that catches hardware-level bugs in Linux Device Tree Source (DTS) files
pkgver = 1.6.0
pkgrel = 5
url = https://github.com/gahingwoo/SoC-Consistency
arch = any
license = MIT
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = ipython
depends = python
depends = python-click
depends = python-dataclasses-json
depends = python-openpyxl
depends = python-rich
depends = python-yaml
depends = python-pyvis
optdepends = clang: C language family frontend for LLVM
optdepends = dtc: Device Tree Compiler
optdepends = kicad: Electronic schematic and printed circuit board (PCB) design tools
optdepends = python-dt-schema: Tooling for devicetree validation using YAML and jsonschema
optdepends = rkdeveloptool-gui: RKDevelopTool GUI is a graphical front-end for Rockchip's official rkdeveloptool
source = soc-consistency::git+https://github.com/gahingwoo/SoC-Consistency.git#tag=v1.6.0
source = meta-socc.install
sha256sums = 74b5332e72f9d3be3c3c5c3912e4683b57bbf8eda2b8882ebf210a7cc1581df5
sha256sums = 3b8a4aafd0cd146ee522fa32ae2a4e6ecbd89f14384fe581dc465ced5e90e4a1
pkgname = python-soc-consistency
provides = python-soc-consistency
conflicts = python-soc-consistency
pkgname = meta-socc
install = meta-socc.install
depends = python-soc-consistency
depends = bitbake
provides = meta-socc
conflicts = meta-socc
|