8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "11ajbsia60d4c9s6m6rbvaqp1d69fcdbq6a98lkzkkzv2b9pdhkk";
19 propagatedBuildInputs = [
27 pythonImportsCheck = [ "pyls_spyder" ];
30 description = "Spyder extensions for the python-language-server";
31 homepage = "https://github.com/spyder-ide/pyls-spyder";
32 license = licenses.mit;
33 maintainers = with maintainers; [ ];