all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 52161@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#52161] [PATCH 4/7] gnu: Add python-lsp-jsonrpc.
Date: Sun, 28 Nov 2021 10:08:53 -0500	[thread overview]
Message-ID: <20211128150855.31108-4-jgart@dismail.de> (raw)
In-Reply-To: <20211128150855.31108-1-jgart@dismail.de>

* gnu/packages/python-xyz.scm (python-jsonrpc-server): Delete variable.
* gnu/packages/python-xyz.scm (python-lsp-jsonrpc): New variable.

Removes deprecated python-jsonrpc-server package and adds maintained
fork.
---
 gnu/packages/python-xyz.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 203af5865e..1383f9681d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4871,24 +4871,24 @@ (define-public python-feedgenerator
 (define-public python2-feedgenerator
   (package-with-python2 python-feedgenerator))
 
-(define-public python-jsonrpc-server
+(define-public python-lsp-jsonrpc
   (package
-    (name "python-jsonrpc-server")
-    (version "0.4.0")
+    (name "python-lsp-jsonrpc")
+    (version "1.0.0")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "python-jsonrpc-server" version))
+       (uri (pypi-uri "python-lsp-jsonrpc" version))
        (sha256
         (base32
-         "1585ybn3djvx5r5zbxkzlhz2wb1d47y4wrfwaxdyq0gi87jl7ib2"))))
+         "1gb0fsamxndhplx25v8m0b3k7aknzy454fpa0qsqsqnv6c3igv3v"))))
     (build-system python-build-system)
-    (propagated-inputs
+    (native-inputs
      `(("python-mock" ,python-mock)
-       ("python-pytest" ,python-pytest)
-       ("python-ujson" ,python-ujson)))
-    (home-page
-     "https://github.com/palantir/python-jsonrpc-server")
+       ("python-pytest" ,python-pytest)))
+    (propagated-inputs
+     `(("python-ujson" ,python-ujson)))
+    (home-page "https://github.com/python-lsp/python-lsp-jsonrpc")
     (synopsis "JSON RPC 2.0 server library")
     (description
      "This package provides a JSON RPC 2.0 server library for Python.")
-- 
2.34.0





  parent reply	other threads:[~2021-11-28 15:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-28 15:08 [bug#52160] [PATCH 1/7] gnu: python-parso: Update to 0.8.2 jgart via Guix-patches via
2021-11-28 15:08 ` [bug#52160] [PATCH 2/7] gnu: python2-jedi: Remove package jgart via Guix-patches via
2021-11-28 15:08 ` [bug#52160] [PATCH 3/7] gnu: python-jedi: Update to 0.18.1 jgart via Guix-patches via
2021-11-28 15:08 ` jgart via Guix-patches via [this message]
2021-11-28 15:08 ` [bug#52160] [PATCH 5/7] gnu: python-lsp-jsonrpc: Add deprecated alias jgart via Guix-patches via
2021-11-28 15:08 ` [bug#52160] [PATCH 6/7] gnu: Add python-lsp-server jgart via Guix-patches via
2021-11-28 15:08 ` [bug#52160] [PATCH 7/7] gnu: python-language-server: Add deprecated alias jgart via Guix-patches via
2021-12-01 16:15 ` [bug#52160] [PATCH 1/7] gnu: python-parso: Update to 0.8.2 Nicolas Goaziou
2021-12-01 23:18   ` jgart via Guix-patches via

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=20211128150855.31108-4-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=52161@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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.