[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
246/420: gnu: python-docstring-to-markdown: Adjust inputs.
From: |
guix-commits |
Subject: |
246/420: gnu: python-docstring-to-markdown: Adjust inputs. |
Date: |
Tue, 26 Nov 2024 16:29:10 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 722eb1964bbe6ef5d50a85c463f0f13c2522ddd5
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Nov 5 20:38:51 2024 +0000
gnu: python-docstring-to-markdown: Adjust inputs.
* gnu/packages/python-xyz.scm (python-docstring-to-markdown)
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ib5c6b9ec846c76083d3adeda7c1f496fe8569aa7
---
gnu/packages/python-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 425b122268..78ade936a7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1577,7 +1577,9 @@ variables into the markdown template")
(native-inputs
(list python-pytest
python-pytest-cov
- python-pytest-flake8))
+ python-pytest-flake8
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/python-lsp/docstring-to-markdown")
(synopsis "On the fly conversion of Python docstrings to markdown")
(description
- 188/420: gnu: python-nbstripout: Move to pyproject-build-system., (continued)
- 188/420: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/11/26
- 179/420: gnu: python-pytest-remotedata: Ignore failing test., guix-commits, 2024/11/26
- 197/420: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/11/26
- 202/420: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/11/26
- 205/420: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/11/26
- 228/420: gnu: python-automat: Update to 22.10.0., guix-commits, 2024/11/26
- 235/420: gnu: python-lazy-loader: Adjust inputs., guix-commits, 2024/11/26
- 229/420: gnu: Remove python-m2r., guix-commits, 2024/11/26
- 238/420: gnu: python-parameterized-next: Adjust inputs., guix-commits, 2024/11/26
- 239/420: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/26
- 246/420: gnu: python-docstring-to-markdown: Adjust inputs.,
guix-commits <=
- 254/420: gnu: python-pycollada: Adjust inputs., guix-commits, 2024/11/26
- 296/420: gnu: python-fast-histogram: Adjust inputs., guix-commits, 2024/11/26
- 300/420: gnu: Remove python-pytest-8., guix-commits, 2024/11/26
- 297/420: gnu: python-pluggy: Update to 1.5.0., guix-commits, 2024/11/26
- 302/420: gnu: Remove python-pluggy-next., guix-commits, 2024/11/26
- 306/420: gnu: python-pytest-timeout: Update to 2.3.1., guix-commits, 2024/11/26
- 313/420: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/26
- 309/420: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/26
- 305/420: gnu: python-pexpect: Update to 4.9.0., guix-commits, 2024/11/26
- 310/420: gnu: python-pytest-xdist: Update to 3.6.1., guix-commits, 2024/11/26