[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/361: gnu: python-mistletoe: Add missing inputs.
From: |
guix-commits |
Subject: |
45/361: gnu: python-mistletoe: Add missing inputs. |
Date: |
Fri, 22 Nov 2024 06:00:09 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit d2b0aac5b94ed0425b9edd9349fc29e26c9c65ac
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 4 20:33:08 2024 +0200
gnu: python-mistletoe: Add missing inputs.
* gnu/packages/markup.scm (python-mistletoe)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I01d0045855f85c2300ad987caf6d0345cf25599a
---
gnu/packages/markup.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 11682dd4a1..57a98fba2f 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2024 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -57,6 +58,7 @@
#:use-module (gnu packages perl-compression)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
+ #:use-module (gnu packages python-build)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages tex)
#:use-module (gnu packages web)
@@ -628,7 +630,11 @@ with a few extensions.")
(arguments
;; FileNotFoundError (not distributed in PyPI).
(list #:test-flags #~(list "-k" "not test_main")))
- (native-inputs (list python-parameterized python-pytest))
+ (native-inputs
+ (list python-parameterized
+ python-pytest
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/miyuchina/mistletoe")
(synopsis "Extensible Markdown parser in pure Python")
(description
- 16/361: gnu: Add missing import (again)., (continued)
- 16/361: gnu: Add missing import (again)., guix-commits, 2024/11/22
- 18/361: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/22
- 27/361: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/11/22
- 26/361: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/11/22
- 25/361: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/22
- 29/361: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/11/22
- 32/361: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/11/22
- 36/361: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/11/22
- 38/361: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/22
- 41/361: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/11/22
- 45/361: gnu: python-mistletoe: Add missing inputs.,
guix-commits <=
- 40/361: gnu: java-testng: Disable one test., guix-commits, 2024/11/22
- 39/361: gnu: java-testng: Drop input labels., guix-commits, 2024/11/22
- 42/361: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/22
- 51/361: gnu: python-partd: Add missing input., guix-commits, 2024/11/22
- 55/361: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/11/22
- 56/361: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/11/22
- 54/361: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/22
- 58/361: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/11/22
- 59/361: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/22
- 60/361: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/22