1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Remove python-flask-misaka.

* gnu/packages/python-web.scm (python-flask-misaka): Delete variable.

Change-Id: If4425c80ea59a560a1fc2f720bfb5210efbb52af
This commit is contained in:
Andreas Enge
2025-11-26 09:48:09 +01:00
parent b85f7ca96f
commit 6e5a38ce03

View File

@@ -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")