17 buildPythonPackage rec {
25 hash = "sha256-s7eLPoAHDbY9tPt3RA5zJg+NuTtVV/SqpUUR3NrG8m0=";
40 pythonImportsCheck = [ "pyavm" ];
43 description = "Simple pure-python AVM meta-data handling";
44 homepage = "https://astrofrog.github.io/pyavm/";
45 license = licenses.mit;
46 maintainers = with maintainers; [ smaret ];