[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: python-language-server: Update to 0.36.1.
From: |
guix-commits |
Subject: |
06/06: gnu: python-language-server: Update to 0.36.1. |
Date: |
Wed, 25 Nov 2020 21:07:23 -0500 (EST) |
brettgilio pushed a commit to branch master
in repository guix.
commit 723badf5aedeb0648f31db73778c32c5d78dc238
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Wed Nov 25 20:06:51 2020 -0600
gnu: python-language-server: Update to 0.36.1.
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.36.1.
[propagated-inputs]: Reorder, and remove unused inputs.
[native-inputs]: Add various native inputs for tests.
---
gnu/packages/python-xyz.scm | 33 ++++++++++++++++++++++-----------
1 file changed, 22 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 885f18c..36bbf8a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4092,28 +4092,39 @@ Server (PLS).")
(define-public python-language-server
(package
(name "python-language-server")
- (version "0.34.1")
+ (version "0.36.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-language-server" version))
(sha256
(base32
- "0gfjjlj7yg2nf8wkbrshwaljkwlqja4n7s1x949f495anmkg8vxr"))))
+ "0ljzc50z5v08is8fis1fg2dk9sb6275jlvzxb6nij0w6ys772pf8"))))
(build-system python-build-system)
(propagated-inputs
- `(("python-pluggy" ,python-pluggy)
- ("python-jsonrpc-server" ,python-jsonrpc-server)
- ("python-jedi" ,python-jedi)
- ("python-yapf" ,python-yapf)
- ("python-pyflakes" ,python-pyflakes)
+ `(("python-autopep8" ,python-autopep8)
+ ("python-configparser" ,python-configparser)
("python-pydocstyle" ,python-pydocstyle)
+ ("python-future" ,python-future)
+ ("python-jedi" ,python-jedi)
+ ("python-jsonrpc-server" ,python-jsonrpc-server)
+ ("python-pluggy" ,python-pluggy)
("python-pycodestyle" ,python-pycodestyle)
- ("python-mccabe" ,python-mccabe)
+ ("python-pyflakes" ,python-pyflakes)
("python-rope" ,python-rope)
- ("python-autopep8" ,python-autopep8)
- ("python-flake8" ,python-flake8)
- ("python-pylint" ,python-pylint)))
+ ("python-ujson" ,python-ujson)
+ ("python-yapf" ,python-yapf)))
+ (native-inputs
+ `(("python-coverage" ,python-coverage)
+ ("python-flaky" ,python-flaky)
+ ("python-matplotlib" ,python-matplotlib)
+ ("python-mock" ,python-mock)
+ ("python-numpy" ,python-numpy)
+ ("python-pandas" ,python-pandas)
+ ("python-pylint" ,python-pylint)
+ ("python-pytest" ,python-pytest)
+ ("python-pytest-cov" ,python-pytest-cov)
+ ("python-versioneer" ,python-versioneer)))
(home-page "https://github.com/palantir/python-language-server")
(synopsis "Python implementation of the Language Server Protocol")
(description
- branch master updated (d482954 -> 723badf), guix-commits, 2020/11/25
- 02/06: gnu: Remove python2-ujson-1., guix-commits, 2020/11/25
- 04/06: gnu: python-ujson: Update to 4.0.1., guix-commits, 2020/11/25
- 05/06: gnu: python-jsonrpc-server: Update to 0.4.0., guix-commits, 2020/11/25
- 01/06: gnu: Remove python-ujson-1., guix-commits, 2020/11/25
- 03/06: gnu: Add python-versioneer., guix-commits, 2020/11/25
- 06/06: gnu: python-language-server: Update to 0.36.1.,
guix-commits <=