GNU bug report logs -
#34864
[PATCH 2/2] gnu: python-language-server: [propagated-inputs] add
Previous Next
Reported by: Brett Gilio <brettg <at> posteo.net>
Date: Thu, 14 Mar 2019 23:31:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#34864: [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 34864 <at> debbugs.gnu.org.
--
34864: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34864
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
On Thu, Mar 14, 2019 at 06:17:49PM -0500, Brett Gilio wrote:
> From 844149bd57e7da174afb599dde2c5dca403ad8e7 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg <at> posteo.net>
> Date: Thu, 14 Mar 2019 18:15:23 -0500
> Subject: [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add
> python-pylint.
>
> * gnu/packages/python-xyz.scm (python-language-server): [propagated-inputs]
> add python-pylint
Thanks!
I noticed that python-language-server 0.25.0 fails to build without this
change, so I squashed the commits into one and pushed as
fe4a4bd23aa55bc6e8f5639db0dbfb358df99861.
In general, if some changes need to happen in the same commit to avoid
breakage, we make them in the same commit.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
[0002-gnu-python-language-server-propagated-inputs-add-pyt.patch (text/x-patch, inline)]
From 844149bd57e7da174afb599dde2c5dca403ad8e7 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> posteo.net>
Date: Thu, 14 Mar 2019 18:15:23 -0500
Subject: [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add
python-pylint.
* gnu/packages/python-xyz.scm (python-language-server): [propagated-inputs]
add python-pylint
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f55b36bbd..706524bbb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2653,7 +2653,8 @@ Server (PLS).")
("python-pycodestyle" ,python-pycodestyle)
("python-mccabe" ,python-mccabe)
("python-rope" ,python-rope)
- ("python-autopep8" ,python-autopep8)))
+ ("python-autopep8" ,python-autopep8)
+ ("python-pylint" ,python-pylint)))
(home-page "https://github.com/palantir/python-language-server")
(synopsis "Python implementation of the Language Server Protocol")
(description
--
2.21.0
This bug report was last modified 6 years and 122 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.