summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-11-26 09:48:09 +0100
committerAndreas Enge <andreas@enge.fr>2025-11-26 09:48:09 +0100
commit6e5a38ce035ad7c379d0dfdb5f1e5e8eaf89b973 (patch)
tree4976fe05d8dba90b8d92c867369a71462dfc4411 /gnu
parentb85f7ca96fe53c35c8f6774a16d3d820223d5c6d (diff)
gnu: Remove python-flask-misaka.
* gnu/packages/python-web.scm (python-flask-misaka): Delete variable. Change-Id: If4425c80ea59a560a1fc2f720bfb5210efbb52af
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm25
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7980e135949..366b7d6ab1e 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")