Package Details: python-dt-schema 2023.11-1

Git Clone URL: https://aur.archlinux.org/python-dt-schema.git (read-only, click to copy)
Package Base: python-dt-schema
Description: Tooling for devicetree validation using YAML and jsonschema
Upstream URL: https://github.com/devicetree-org/dt-schema
Licenses: BSD
Submitter: Forty-Bot
Maintainer: Forty-Bot
Last Packager: Forty-Bot
Votes: 3
Popularity: 0.55
First Submitted: 2020-10-14 20:28 (UTC)
Last Updated: 2024-01-09 04:59 (UTC)

Latest Comments

linkmauve commented on 2024-03-27 13:23 (UTC)

Hi, seems like this package depends on an older python-jsonschema than available, see https://github.com/devicetree-org/dt-schema/issues/109

Otherwise it prints errors even for valid device trees.

Rgallaispou commented on 2024-01-28 17:31 (UTC)

Looks like the path for python library is kinda broken. If I put the path to the lib first in the chains of lookup folders it works, but not if set as the last (which is the default one). For now I have my fixup.

Forty-Bot commented on 2024-01-28 16:16 (UTC)

I can't reproduce this

$ /usr/bin/dt-doc-validate --version
2023.11

Rgallaispou commented on 2024-01-28 13:36 (UTC)

Hi Forty-Bot,

Thank you for this package.

After installing it, I was wondering if my error was due to a broken config on my side ? Or maybe is it possible to have missed a dependency in the PKGBUILD ?

$ /usr/bin/dt-doc-validate --version Traceback (most recent call last): File "/usr/bin/dt-doc-validate", line 5, in <module> from dtschema.doc_validate import main ModuleNotFoundError: No module named 'dtschema.doc_validate'

Anyway thank you for your answers,

Best regards

demon0000 commented on 2024-01-08 09:27 (UTC)

Seems to need python-setuptools-scm in makedepends.

deathmist commented on 2022-06-07 13:35 (UTC)

Appears to need python-pip in makedepends, presumably due to setuptools.installer being deprecated in Python 3.10