10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-1oC2iMYKQCV6iELsgIpuDeFZakelMA8irs/caVVQIKc=";
22 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Extended refactoring capabilities for Python LSP Server using Rope";
37 homepage = "https://github.com/python-rope/pylsp-rope";
38 license = licenses.mit;
39 maintainers = with maintainers; [ GaetanLepage ];