Martin Weinelt
4226837368
python3Packages.python-language-server: disable when python>=3.9
...
The package is not supported on anything newer than 3.8 yet.
2021-05-01 11:48:01 -07:00
Eduardo Sánchez Muñoz
458914e06d
pythonPackages.python-language-server: relax some dependency versions
2021-04-27 18:18:26 +02:00
Frederik Rietdijk
1e89d4cccd
pythonPackages: move python 2 only expressions to python2-packages.nix
2021-04-03 17:49:45 +02:00
Sergey Mironov
24a4bbf2ea
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.
2021-01-27 20:56:59 +03:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Pavol Rusnak
a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib
2021-01-24 01:29:22 +01:00
Sandro Jäckel
eea84e25e6
pythonPackages.notmuch2: Disable tests
2021-01-11 12:10:51 +01:00
Sandro Jäckel
63d5e25709
pythonPackages.python-language-server: 0.34.1 -> 0.36.2
2021-01-11 12:08:15 +01:00
Profpatsch
4a7f99d55d
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
2021-01-11 10:38:22 +01:00
Jörg Thalheim
b99096b1f0
python3.pkgs.python-language-server: fix jedi integration
...
recent jedi/parso versions uses Path instead of str.
2020-09-08 14:29:15 -07:00
Jörg Thalheim
b0a8c8af6f
python3.pkgs.python-language-server: 0.33.1 -> 0.34.1
2020-09-08 14:29:15 -07:00
Jörg Thalheim
5d52144fec
python3.pkgs.python-language-server: 0.31.9 -> 0.33.1
2020-06-16 17:07:27 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Ben Darwin
ac17611354
python3Packages.python-language-server: 0.31.8 -> 0.31.9
2020-03-23 10:50:45 -07:00
Frederik Rietdijk
ebc94344f7
pythonPackages.python-language-server: 0.29.1 -> 0.31.8
2020-02-16 09:47:58 +01:00
Matt Huszagh
b754310a68
pythonPackages.python-language-server: 0.28.3 -> 0.29.1
...
Fixes a failing test due to a pylint update.
2019-10-26 12:59:39 -07:00
Langston Barrett
ac4922ed12
pythonPackages.python-language-server: 0.28.1 -> 0.28.3
2019-09-26 19:18:08 +09:00
Symphorien Gibol
727aaae1bb
python3Packages.python-language-server: add setuptools as a dependency
2019-09-19 14:13:04 +02:00
Lucio Delelis
bb79cc9d5f
pythonPackages.python-language-server: 0.27.0 -> 0.28.1 ( #67421 )
2019-08-24 20:41:05 -06:00
Matthieu Coudron
2cd8924235
python3Packages.python-language-server: 0.26.1 -> 0.27.0
2019-07-17 10:08:50 +02:00
Daiderd Jordan
712816708e
pythonPackages.python-language-server: fix python2.7 build
2019-07-03 00:40:21 +02:00
Alex Branham
f9000031ed
python-language-server: 0.25.0 -> 0.26.1
2019-04-17 08:51:05 -05:00
betaboon
48343d0dd0
python-language-server: 0.21.2 -> 0.25.0
2019-03-20 23:37:21 +01:00
Jörg Thalheim
63668d33b2
python-language-server: 0.19.0 -> 0.21.2
2018-09-12 09:03:08 +01:00
Daiderd Jordan
5b2ff69544
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"]; }
2018-08-06 20:41:52 +02:00
Daiderd Jordan
d12afcf734
python-language-server: 0.18.0 -> 0.19.0
2018-08-06 19:48:24 +02:00
Jörg Thalheim
88b94b7882
python.pkgs.python-language-server: init at 0.18.0
2018-05-25 11:00:31 +01:00