From 6e5a38ce035ad7c379d0dfdb5f1e5e8eaf89b973 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 26 Nov 2025 09:48:09 +0100 Subject: [PATCH] gnu: Remove python-flask-misaka. * gnu/packages/python-web.scm (python-flask-misaka): Delete variable. Change-Id: If4425c80ea59a560a1fc2f720bfb5210efbb52af --- gnu/packages/python-web.scm | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 7980e135949f3b588110cc1b808bb0e8cc9e26c6..366b7d6ab1e20224677bce54a0f69fe9ca1953c5 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3930,31 +3930,6 @@ Origin Resource Sharing}, making cross-origin AJAX possible.") into Jinja2 by default.") (license license:bsd-3))) -(define-public python-flask-misaka - (package - (name "python-flask-misaka") - (version "1.0.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "Flask-Misaka" version)) - (sha256 - (base32 - "1yi9iall3ml1n8bff1mg49xajmldcm5pc0fkpl3w2rlnny08giax")))) - (build-system pyproject-build-system) - (arguments - (list #:test-flags #~(list "tests.py"))) - (native-inputs - (list python-flask python-pytest python-setuptools python-wheel)) - (propagated-inputs - (list python-markupsafe python-misaka)) - (home-page "https://github.com/singingwolfboy/flask-misaka/") - (synopsis "Flask interface to Misaka, a Markdown parsing library") - (description - "This package provides an interface between the Flask web framework and -the Misaka Markdown parser.") - (license license:expat))) - (define-public python-flask-session (package (name "python-flask-session")