9 buildPythonPackage rec {
10 pname = "pyls-memestra";
14 inherit pname version;
15 hash = "sha256-zMVDd2uB4znw38z3yb0Nt7qQH5dGHTbQBIZO/qo1/t8=";
18 propagatedBuildInputs = [
24 # Tests fail because they rely on writting to read-only files
27 pythonImportsCheck = [
32 description = "Memestra plugin for the Python Language Server";
33 homepage = "https://github.com/QuantStack/pyls-memestra";
34 license = licenses.bsd3;
35 maintainers = with maintainers; [ GaetanLepage ];