1 { lib, buildPythonPackage, fetchFromGitHub, six }:
3 buildPythonPackage rec {
8 src = fetchFromGitHub {
11 rev = "python-${version}";
12 sha256 = "01f2z01gqgx0risqnbrlaqj49fmly30zbwsf7rr465ggnl2c04r0";
19 propagatedBuildInputs = [ six ];
21 pythonImportsCheck = [ "cmsis_svd" ];
24 description = "CMSIS SVD parser";
25 homepage = "https://github.com/posborne/cmsis-svd";
26 maintainers = with maintainers; [ dump_stack ];
27 license = licenses.asl20;