From bb3dbcde48c6f19100726545c43687f0d37fa620 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 4 Nov 2024 20:39:53 +0000 Subject: gnu: Remove python-mistune-next. * gnu/packages/python-xyz.scm (python-mistune-next): Delete variable. * gnu/packages/bioinformatics.scm (python-schema-salad) [propagated-inputs]: Remove python-mistune-next; add python-mistune. * gnu/packages/mail.scm (python-hyperkitty): Likewise. * gnu/packages/syndication.scm (giara): Likewise. Change-Id: Iccf5ffde2b2c5a8c9b8e1c0e6ebd6fa7eab9f144 --- gnu/packages/python-xyz.scm | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e8a7c69277..558f46f673 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15449,28 +15449,6 @@ It also removes useless @code{pass} statements.") Python.") (license license:bsd-3))) -;; 2.0 is not released yet, but some packages have started using it. -(define-public python-mistune-next - (package - (inherit python-mistune) - (name "python-mistune-next") - (version "2.0.4") - (source (origin - (method url-fetch) - (uri (pypi-uri "mistune" version)) - (sha256 - (base32 - "024q9l6mgd37wa25w7dhskv1m3zsj5lf0w9cfyx7l9p2adhadq4y")))) - (arguments - (list - #:phases - #~(modify-phases %standard-phases - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (invoke "pytest" "-vv"))))))) - (native-inputs (list python-pytest)))) - (define-public python-markdown (package (name "python-markdown") -- cgit v1.3