summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-language-server (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.python-language-server: disable when python>=3.9•••The package is not supported on anything newer than 3.8 yet. Martin Weinelt2021-05-011-1/+3
* pythonPackages.python-language-server: relax some dependency versionsEduardo Sánchez Muñoz2021-04-271-0/+7
* pythonPackages: move python 2 only expressions to python2-packages.nixFrederik Rietdijk2021-04-031-1/+1
* python-language-server: do not propagate flake8•••Because flake8 in turn propagates pyflakes. This effectively forcibly enables this checker enabled even if user doesn't want it. Sergey Mironov2021-01-271-2/+3
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-241-11/+11
* pythonPackages.notmuch2: Disable testsSandro Jäckel2021-01-111-5/+1
* pythonPackages.python-language-server: 0.34.1 -> 0.36.2Sandro Jäckel2021-01-111-27/+20
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* python3.pkgs.python-language-server: fix jedi integration•••recent jedi/parso versions uses Path instead of str. Jörg Thalheim2020-09-081-1/+9
* python3.pkgs.python-language-server: 0.33.1 -> 0.34.1Jörg Thalheim2020-09-081-2/+2
* python3.pkgs.python-language-server: 0.31.9 -> 0.33.1Jörg Thalheim2020-06-161-5/+8
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python3Packages.python-language-server: 0.31.8 -> 0.31.9Ben Darwin2020-03-231-4/+3
* pythonPackages.python-language-server: 0.29.1 -> 0.31.8Frederik Rietdijk2020-02-161-7/+22
* pythonPackages.python-language-server: 0.28.3 -> 0.29.1•••Fixes a failing test due to a pylint update. Matt Huszagh2019-10-261-4/+4
* pythonPackages.python-language-server: 0.28.1 -> 0.28.3Langston Barrett2019-09-261-2/+2
* python3Packages.python-language-server: add setuptools as a dependencySymphorien Gibol2019-09-191-2/+2
* pythonPackages.python-language-server: 0.27.0 -> 0.28.1 (#67421)Lucio Delelis2019-08-241-2/+2
* python3Packages.python-language-server: 0.26.1 -> 0.27.0Matthieu Coudron2019-07-171-2/+2
* pythonPackages.python-language-server: fix python2.7 buildDaiderd Jordan2019-07-031-2/+2
* python-language-server: 0.25.0 -> 0.26.1Alex Branham2019-04-171-2/+2
* python-language-server: 0.21.2 -> 0.25.0betaboon2019-03-201-2/+4
* python-language-server: 0.19.0 -> 0.21.2Jörg Thalheim2018-09-121-4/+4
* python-language-server: add providers option•••Adding all of the extra dependencies isn't always desirable and overriding a bunch of inputs is a bit cumbersome and brittle. eg. python-language-server.override { providers = ["rope"]; } Daiderd Jordan2018-08-061-13/+28
* python-language-server: 0.18.0 -> 0.19.0Daiderd Jordan2018-08-061-2/+2
* python.pkgs.python-language-server: init at 0.18.0Jörg Thalheim2018-05-251-0/+48