7 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "01hj8vyd9f7610sqvzphpr033rvnazbwvl11gi18ia3yqlnlncp0";
19 ${python.interpreter} $src/unitest.py
22 pythonImportsCheck = [ "pymdstat" ];
25 description = "A pythonic library to parse Linux /proc/mdstat file";
26 homepage = "https://github.com/nicolargo/pymdstat";
27 maintainers = with maintainers; [ rhoriguchi ];
28 license = licenses.mit;