[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/30: gnu: python-mistletoe: Add missing inputs.
From: |
guix-commits |
Subject: |
15/30: gnu: python-mistletoe: Add missing inputs. |
Date: |
Sun, 30 Jun 2024 03:40:31 -0400 (EDT) |
lbraun pushed a commit to branch pyproject-build-system
in repository guix.
commit 4c9d49d615dda220650f4b7e52e4f008e43a5ed5
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 | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 2cc3d0415d..eac5dbda4f 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2022, 2024 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
+;;; Copyright © 2024 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -56,6 +57,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)
@@ -602,7 +604,9 @@ 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
- branch pyproject-build-system created (now 509802b475), guix-commits, 2024/06/30
- 01/30: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/06/30
- 05/30: guix: toml: Add TOML parser., guix-commits, 2024/06/30
- 06/30: build-system/pyproject: Use TOML parser., guix-commits, 2024/06/30
- 02/30: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/06/30
- 08/30: doc: Document new options for pyproject-build-system., guix-commits, 2024/06/30
- 03/30: gnu: criu: Remove temporary workaround., guix-commits, 2024/06/30
- 04/30: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/06/30
- 07/30: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/06/30
- 13/30: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/06/30
- 15/30: gnu: python-mistletoe: Add missing inputs.,
guix-commits <=
- 16/30: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/06/30
- 17/30: gnu: python-vine: Add missing inputs., guix-commits, 2024/06/30
- 22/30: gnu: python-partd: Add missing input., guix-commits, 2024/06/30
- 23/30: gnu: python-dbus-python: Add missing input., guix-commits, 2024/06/30
- 25/30: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/06/30
- 26/30: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/06/30
- 29/30: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/06/30
- 09/30: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/06/30
- 11/30: gnu: Add missing import (again)., guix-commits, 2024/06/30
- 12/30: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/06/30