[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/222: gnu: python-pyls-black: Add missing inputs.
From: |
guix-commits |
Subject: |
55/222: gnu: python-pyls-black: Add missing inputs. |
Date: |
Fri, 1 Nov 2024 10:56:22 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 77a338a0cf78b51c15aab906b34c61a34b02fd1c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 6 19:18:10 2024 +0200
gnu: python-pyls-black: Add missing inputs.
* gnu/packages/python-xyz.scm (python-pyls-black)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ia5f321544d3789ba53bb6e8dc6dbea2350099348
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9ae9e537e3..8bd8332ea6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3185,7 +3185,7 @@ Unicode-to-LaTeX conversion.")
(list python-black python-lsp-server python-tomli))
(native-inputs
(list python-flake8 python-isort python-mypy python-pytest
- python-pytest-runner))
+ python-pytest-runner python-setuptools python-wheel))
(home-page "https://github.com/rupert/pyls-black")
(synopsis "Black plugin for the Python Language Server")
(description "Black plugin for the Python Language Server.")
- 86/222: gnu: python-jupyter-core: Update to 5.7.2., (continued)
- 86/222: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/11/01
- 89/222: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/01
- 93/222: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/01
- 92/222: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/11/01
- 95/222: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/11/01
- 97/222: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/11/01
- 25/222: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/01
- 33/222: gnu: Add python-rapidfuzz., guix-commits, 2024/11/01
- 41/222: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/11/01
- 36/222: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/11/01
- 55/222: gnu: python-pyls-black: Add missing inputs.,
guix-commits <=
- 51/222: gnu: python-partd: Add missing input., guix-commits, 2024/11/01
- 03/222: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., guix-commits, 2024/11/01
- 26/222: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/11/01
- 31/222: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/11/01
- 29/222: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/11/01
- 56/222: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/11/01
- 27/222: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/11/01
- 57/222: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/11/01
- 73/222: gnu: Add python-pytest-jupyter., guix-commits, 2024/11/01
- 62/222: gnu: python-nbconvert: Add missing texlive inputs., guix-commits, 2024/11/01