mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-lsp-jsonrpc: Update to 1.1.2.
* gnu/packages/python-xyz.scm (python-lsp-jsonrpc): Update to 1.1.2. [build-system]: Use pyproject-build-system. [native-inputs]: Remove python-mock; add python-coverage, python-pycodestyle, python-pyflakes, python-pylint, python-pytest-cov, python-setuptools, python-setuptools-scm, and python-wheel. Change-Id: Ia8fb2c469d96727addfcf88a36fc51f0e6c0efac
This commit is contained in:
parent
2e5a8b0ca8
commit
cdff4d68ca
1 changed files with 12 additions and 4 deletions
|
@ -8183,17 +8183,25 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.")
|
||||||
(define-public python-lsp-jsonrpc
|
(define-public python-lsp-jsonrpc
|
||||||
(package
|
(package
|
||||||
(name "python-lsp-jsonrpc")
|
(name "python-lsp-jsonrpc")
|
||||||
(version "1.0.0")
|
(version "1.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python-lsp-jsonrpc" version))
|
(uri (pypi-uri "python-lsp-jsonrpc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gb0fsamxndhplx25v8m0b3k7aknzy454fpa0qsqsqnv6c3igv3v"))))
|
"04n95h0cqnsrdyh1gv0abh2i5ynyrq2wfqpppx9djp7mxr9y9226"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-mock python-pytest))
|
(list python-coverage
|
||||||
|
python-pycodestyle
|
||||||
|
python-pyflakes
|
||||||
|
python-pylint
|
||||||
|
python-pytest
|
||||||
|
python-pytest-cov
|
||||||
|
python-setuptools
|
||||||
|
python-setuptools-scm
|
||||||
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-ujson))
|
(list python-ujson))
|
||||||
(home-page "https://github.com/python-lsp/python-lsp-jsonrpc")
|
(home-page "https://github.com/python-lsp/python-lsp-jsonrpc")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue