all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Brett Gilio <brettg@posteo.net>
Cc: 34380-done@debbugs.gnu.org
Subject: bug#34380: [PATCH 2/5] gnu: Add python-language-server.
Date: Tue, 12 Feb 2019 23:05:19 +0100	[thread overview]
Message-ID: <878sykhdcw.fsf@gnu.org> (raw)
In-Reply-To: <87bm3msyyq.fsf@posteo.net> (Brett Gilio's message of "Thu, 07 Feb 2019 22:09:33 -0600")

[-- Attachment #1: Type: text/plain, Size: 366 bytes --]

Brett Gilio <brettg@posteo.net> skribis:

>>From 915bd232185ebcab96d96dc400ee3f010e691048 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Thu, 7 Feb 2019 22:03:42 -0600
> Subject: [PATCH 2/5] gnu: Add python-language-server.
>
> * gnu/packages/python-xyz.scm (python-language-server): New variable.

Applied with the changes below, thanks!


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1633 bytes --]

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e8ff525c7e..4218515961 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2592,7 +2592,7 @@ Language (TOML) configuration files.")
   (build-system python-build-system)
   (propagated-inputs
    `(("python-pluggy" ,python-pluggy)
-     ("python-jsonrps-server" ,python-jsonrpc-server)
+     ("python-jsonrpc-server" ,python-jsonrpc-server)
      ("python-jedi" ,python-jedi)
      ("python-yapf" ,python-yapf)
      ("python-pyflakes" ,python-pyflakes)
@@ -2601,12 +2601,13 @@ Language (TOML) configuration files.")
      ("python-mccabe" ,python-mccabe)
      ("python-rope" ,python-rope)
      ("python-autopep8" ,python-autopep8)))
-  (home-page
-    "https://github.com/palantir/python-language-server")
-  (synopsis
-    "Python Language Server for the Language Server Protocol")
+  (home-page "https://github.com/palantir/python-language-server")
+  (synopsis "Python implementation of the Language Server Protocol")
   (description
-    "The Python Language Server (pyls) is an implementation of the Python 3 language specification for the LSP. This tool is used in many text-editing environments to provide a complete and integrated feature-set for programming Python effectively.")
+   "The Python Language Server (pyls) is an implementation of the Python 3
+language specification for the Language Server Protocol (LSP).  This tool is
+used in text editing environments to provide a complete and integrated
+feature-set for programming Python effectively.")
   (license license:expat)))
 
 (define-public python-black

      reply	other threads:[~2019-02-12 22:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-08  4:09 [bug#34380] [PATCH 2/5] gnu: Add python-language-server Brett Gilio
2019-02-12 22:05 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878sykhdcw.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=34380-done@debbugs.gnu.org \
    --cc=brettg@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.