[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
246/361: gnu: python-docstring-to-markdown: Adjust inputs.
From: |
guix-commits |
Subject: |
246/361: gnu: python-docstring-to-markdown: Adjust inputs. |
Date: |
Thu, 21 Nov 2024 06:29:27 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 6ecef3bb9ea92103a96e0ea79b2a54594564a215
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 b5c7d346c5..1cd755b503 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
- 207/361: gnu: borgmatic: Move to pyproject-build-system., (continued)
- 207/361: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/11/21
- 221/361: gnu: python-websockets: Adjust inputs., guix-commits, 2024/11/21
- 230/361: gnu: Remove python-mrkd., guix-commits, 2024/11/21
- 222/361: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/21
- 229/361: gnu: Remove python-m2r., guix-commits, 2024/11/21
- 232/361: gnu: python-django-4.2: Adjust inputs., guix-commits, 2024/11/21
- 235/361: gnu: python-lazy-loader: Adjust inputs., guix-commits, 2024/11/21
- 241/361: gnu: python-waitress: Adjust inputs., guix-commits, 2024/11/21
- 240/361: gnu: python-responses: Update to 0.25.3., guix-commits, 2024/11/21
- 242/361: gnu: python-requests-unixsocket: Fix build., guix-commits, 2024/11/21
- 246/361: gnu: python-docstring-to-markdown: Adjust inputs.,
guix-commits <=
- 247/361: gnu: python-jsonschema-3: Fix build., guix-commits, 2024/11/21
- 252/361: gnu: python-behave-web-api: Update to 2.0.1., guix-commits, 2024/11/21
- 255/361: gnu: Add python-stdio-mgr., guix-commits, 2024/11/21
- 259/361: gnu: python-elasticsearch: Update to 7.17.12., guix-commits, 2024/11/21
- 258/361: gnu: python-scrapy: Fix build., guix-commits, 2024/11/21
- 265/361: gnu: python-ewah-bool-utils: Update to 1.2.2., guix-commits, 2024/11/21
- 262/361: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/21
- 277/361: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/21
- 279/361: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/21
- 281/361: gnu: beets: Use G-expressions., guix-commits, 2024/11/21