guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6e5a38ce035ad7c379d0dfdb5f1e5e8eaf89b973
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Nov 26 09:48:09 2025 +0100
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 7980e13594..366b7d6ab1 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")