From unknown Sun Jun 22 08:10:31 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34380] [PATCH 2/5] gnu: Add python-language-server. Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 08 Feb 2019 04:10:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 34380 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 34380@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.154959898725564 (code B ref -1); Fri, 08 Feb 2019 04:10:03 +0000 Received: (at submit) by debbugs.gnu.org; 8 Feb 2019 04:09:47 +0000 Received: from localhost ([127.0.0.1]:38764 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grxU2-0006eF-VK for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:09:47 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grxU0-0006e1-Hv for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:09:44 -0500 Received: from lists.gnu.org ([209.51.188.17]:55178) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxTv-0005Wo-El for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:09:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grxTu-0003eq-E0 for guix-patches@gnu.org; Thu, 07 Feb 2019 23:09:39 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grxTt-0005TB-KQ for guix-patches@gnu.org; Thu, 07 Feb 2019 23:09:38 -0500 Received: from mout02.posteo.de ([185.67.36.66]:59985) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxTt-0005QX-9z for guix-patches@gnu.org; Thu, 07 Feb 2019 23:09:37 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B80622400E5 for ; Fri, 8 Feb 2019 05:09:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1549598975; bh=WJxHuaJBhpT8548SckrPJVb/Y2NIhe2eikHMuKrJuoY=; h=From:To:Subject:Date:From; b=lXiygfe1JiS0IHIF6N1S90WG8aiuiVXDoTxsBjEhureFS5OOytnd0qEURyUmgQFWe UAoaWwh/zEMGLfgxzkq0VGXM5e4ZSnzgc7nuxVZeoSsrqy9l7xAxdIkg37Zz77UpDr cqVEh2UPjZRFxXNtNTuEQzxb9YyVdoZoQnamMtsXVPp6/Y8QEKOB1i45jxMyen/X+a ena0GDu1Fbt6+RqdwviuaHj2fUjdcwPDB6/9OQ4rGWgyT46XGF9F+PboNAedlAOUJ+ IHIoeyt+BIiIMnqFyB6MBGeumz6IqCK1DgVrvWchqDlDUU87Ftebkt8oQYKO1Gom36 ukqCNcmbLphDQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43whXH01DYz9rxL for ; Fri, 8 Feb 2019 05:09:34 +0100 (CET) From: Brett Gilio Date: Thu, 07 Feb 2019 22:09:33 -0600 Message-ID: <87bm3msyyq.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0002-gnu-Add-python-language-server.patch Content-Description: [PATCH 2/5] gnu: Add python-language-server. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.66 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) >From 915bd232185ebcab96d96dc400ee3f010e691048 Mon Sep 17 00:00:00 2001 From: Brett Gilio 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. --- gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 64bb85cc0..9efbbeba8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2492,6 +2492,37 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.") Language (TOML) configuration files.") (license license:expat))) +(define-public python-language-server + (package + (name "python-language-server") + (version "0.22.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "python-language-server" version)) + (sha256 + (base32 + "04pbxl06hg0ddm2xx99jn9jh40yv0mmzdjw8pqd2rbcdg42hhia6")))) + (build-system python-build-system) + (propagated-inputs + `(("python-pluggy" ,python-pluggy) + ("python-jsonrps-server" ,python-jsonrpc-server) + ("python-jedi" ,python-jedi) + ("python-yapf" ,python-yapf) + ("python-pyflakes" ,python-pyflakes) + ("python-pydocstyle" ,python-pydocstyle) + ("python-pycodestyle" ,python-pycodestyle) + ("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") + (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.") + (license license:expat))) + (define-public python-black (package (name "python-black") -- 2.20.1 From unknown Sun Jun 22 08:10:31 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Brett Gilio Subject: bug#34380: closed (Re: [bug#34380] [PATCH 2/5] gnu: Add python-language-server.) Message-ID: References: <878sykhdcw.fsf@gnu.org> <87bm3msyyq.fsf@posteo.net> X-Gnu-PR-Message: they-closed 34380 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 34380@debbugs.gnu.org Date: Tue, 12 Feb 2019 22:06:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1550009162-14219-1" This is a multi-part message in MIME format... ------------=_1550009162-14219-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #34380: [PATCH 2/5] gnu: Add python-language-server. 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 34380@debbugs.gnu.org. --=20 34380: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D34380 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1550009162-14219-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 34380-done) by debbugs.gnu.org; 12 Feb 2019 22:05:26 +0000 Received: from localhost ([127.0.0.1]:45311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtgBC-0003gS-F3 for submit@debbugs.gnu.org; Tue, 12 Feb 2019 17:05:26 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:53222) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtgB9-0003gJ-ES for 34380-done@debbugs.gnu.org; Tue, 12 Feb 2019 17:05:25 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 2C207F136; Tue, 12 Feb 2019 23:05:22 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uFJ2oBoTKIRd; Tue, 12 Feb 2019 23:05:21 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 13D501B5F; Tue, 12 Feb 2019 23:05:20 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brett Gilio Subject: Re: [bug#34380] [PATCH 2/5] gnu: Add python-language-server. References: <87bm3msyyq.fsf@posteo.net> Date: Tue, 12 Feb 2019 23:05:19 +0100 In-Reply-To: <87bm3msyyq.fsf@posteo.net> (Brett Gilio's message of "Thu, 07 Feb 2019 22:09:33 -0600") Message-ID: <878sykhdcw.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 34380-done Cc: 34380-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --=-=-= Content-Type: text/plain Brett Gilio skribis: >>>From 915bd232185ebcab96d96dc400ee3f010e691048 Mon Sep 17 00:00:00 2001 > From: Brett Gilio > 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! --=-=-= Content-Type: text/x-patch Content-Disposition: inline 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 --=-=-=-- ------------=_1550009162-14219-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Feb 2019 04:09:47 +0000 Received: from localhost ([127.0.0.1]:38764 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grxU2-0006eF-VK for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:09:47 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grxU0-0006e1-Hv for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:09:44 -0500 Received: from lists.gnu.org ([209.51.188.17]:55178) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxTv-0005Wo-El for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:09:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grxTu-0003eq-E0 for guix-patches@gnu.org; Thu, 07 Feb 2019 23:09:39 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grxTt-0005TB-KQ for guix-patches@gnu.org; Thu, 07 Feb 2019 23:09:38 -0500 Received: from mout02.posteo.de ([185.67.36.66]:59985) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxTt-0005QX-9z for guix-patches@gnu.org; Thu, 07 Feb 2019 23:09:37 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B80622400E5 for ; Fri, 8 Feb 2019 05:09:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1549598975; bh=WJxHuaJBhpT8548SckrPJVb/Y2NIhe2eikHMuKrJuoY=; h=From:To:Subject:Date:From; b=lXiygfe1JiS0IHIF6N1S90WG8aiuiVXDoTxsBjEhureFS5OOytnd0qEURyUmgQFWe UAoaWwh/zEMGLfgxzkq0VGXM5e4ZSnzgc7nuxVZeoSsrqy9l7xAxdIkg37Zz77UpDr cqVEh2UPjZRFxXNtNTuEQzxb9YyVdoZoQnamMtsXVPp6/Y8QEKOB1i45jxMyen/X+a ena0GDu1Fbt6+RqdwviuaHj2fUjdcwPDB6/9OQ4rGWgyT46XGF9F+PboNAedlAOUJ+ IHIoeyt+BIiIMnqFyB6MBGeumz6IqCK1DgVrvWchqDlDUU87Ftebkt8oQYKO1Gom36 ukqCNcmbLphDQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43whXH01DYz9rxL for ; Fri, 8 Feb 2019 05:09:34 +0100 (CET) From: Brett Gilio To: guix-patches@gnu.org Subject: [PATCH 2/5] gnu: Add python-language-server. Date: Thu, 07 Feb 2019 22:09:33 -0600 Message-ID: <87bm3msyyq.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0002-gnu-Add-python-language-server.patch Content-Description: [PATCH 2/5] gnu: Add python-language-server. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.66 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) >From 915bd232185ebcab96d96dc400ee3f010e691048 Mon Sep 17 00:00:00 2001 From: Brett Gilio 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. --- gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 64bb85cc0..9efbbeba8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2492,6 +2492,37 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.") Language (TOML) configuration files.") (license license:expat))) +(define-public python-language-server + (package + (name "python-language-server") + (version "0.22.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "python-language-server" version)) + (sha256 + (base32 + "04pbxl06hg0ddm2xx99jn9jh40yv0mmzdjw8pqd2rbcdg42hhia6")))) + (build-system python-build-system) + (propagated-inputs + `(("python-pluggy" ,python-pluggy) + ("python-jsonrps-server" ,python-jsonrpc-server) + ("python-jedi" ,python-jedi) + ("python-yapf" ,python-yapf) + ("python-pyflakes" ,python-pyflakes) + ("python-pydocstyle" ,python-pydocstyle) + ("python-pycodestyle" ,python-pycodestyle) + ("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") + (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.") + (license license:expat))) + (define-public python-black (package (name "python-black") -- 2.20.1 ------------=_1550009162-14219-1--