16 buildPythonPackage rec {
18 version = "2.0.3.post3";
19 format = "setuptools";
22 inherit pname version;
23 hash = "sha256-MntNXcpZPIElfCAv6lFvepCHR/sRUnw1nwNPW3r39Hs=";
26 nativeBuildInputs = [ setuptools-scm ];
28 propagatedBuildInputs = [
43 # Requires to clone a full git repository
47 pythonImportsCheck = [ "wavedrom" ];
50 description = "WaveDrom compatible Python command line";
51 mainProgram = "wavedrompy";
52 homepage = "https://github.com/wallento/wavedrompy";
53 license = licenses.mit;
54 maintainers = with maintainers; [ airwoodix ];