12 buildPythonPackage rec {
13 pname = "sphinxcontrib-wavedrom";
18 inherit pname version;
19 hash = "sha256-0zTHVBr9kXwMEo4VRTFsxdX2HI31DxdHfLUHCQmw1Ko=";
22 nativeBuildInputs = [ setuptools-scm ];
24 propagatedBuildInputs = [
34 pythonImportsCheck = [ "sphinxcontrib.wavedrom" ];
36 pythonNamespaces = [ "sphinxcontrib" ];
39 description = "A sphinx extension that allows including wavedrom diagrams by using its text-based representation";
40 homepage = "https://github.com/bavovanachte/sphinx-wavedrom";
41 license = licenses.mit;
42 maintainers = with maintainers; [ fsagbuya ];