[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/420: gnu: python-mistletoe: Add missing inputs.
From: |
guix-commits |
Subject: |
45/420: gnu: python-mistletoe: Add missing inputs. |
Date: |
Tue, 26 Nov 2024 16:28:28 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 8f0fd64b4592324406efcc113d47cd8bd9d00580
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
- 79/420: gnu: python-argon2-cffi: Update to 21.1.0., (continued)
- 79/420: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/11/26
- 88/420: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/11/26
- 94/420: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/26
- 80/420: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/11/26
- 38/420: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/26
- 43/420: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/11/26
- 39/420: gnu: java-testng: Drop input labels., guix-commits, 2024/11/26
- 56/420: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/11/26
- 60/420: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/26
- 29/420: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/11/26
- 45/420: gnu: python-mistletoe: Add missing inputs.,
guix-commits <=
- 49/420: gnu: python-box: Add missing input., guix-commits, 2024/11/26
- 53/420: gnu: python-dbus-python: Add missing input., guix-commits, 2024/11/26
- 47/420: gnu: python-vine: Add missing inputs., guix-commits, 2024/11/26
- 55/420: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/11/26
- 57/420: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/11/26
- 54/420: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/26
- 59/420: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/26
- 63/420: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/26
- 64/420: gnu: Add python-pep440., guix-commits, 2024/11/26
- 70/420: gnu: Add python-fqdn., guix-commits, 2024/11/26