emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49429: closed ([PATCH] gnu: Add python-flask-misaka.)


From: GNU bug Tracking System
Subject: bug#49429: closed ([PATCH] gnu: Add python-flask-misaka.)
Date: Mon, 26 Jul 2021 17:41:02 +0000

Your message dated Mon, 26 Jul 2021 19:40:02 +0200
with message-id <87r1fl6kjx.fsf_-_@gnu.org>
and subject line Re: bug#49429: [PATCH]  gnu: Add python-flask-misaka.
has caused the debbugs.gnu.org bug report #49429,
regarding [PATCH]  gnu: Add python-flask-misaka.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49429: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49429
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-flask-misaka. Date: Tue, 06 Jul 2021 05:27:28 +0000
Hi Guix,

This is a patch for python-flask-misaka. Tests are enabled and passing.

Thank you!

jgart



--- End Message ---
--- Begin Message --- Subject: Re: bug#49429: [PATCH] gnu: Add python-flask-misaka. Date: Mon, 26 Jul 2021 19:40:02 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

jgart <jgart@dismail.de> skribis:

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

Applied with the minor tweak below, as per:

  https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html

Thanks!

Ludo’.

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 83ea50d913..b75cb5ddfd 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1086,12 +1086,11 @@ into Jinja2 by default.")
     (propagated-inputs
       `(("python-flask" ,python-flask)
         ("python-misaka" ,python-misaka)))
-    (home-page
-      "https://github.com/singingwolfboy/flask-misaka/";)
-    (synopsis
-      "Flask interface to Misaka, a markdown parsing library")
+    (home-page "https://github.com/singingwolfboy/flask-misaka/";)
+    (synopsis "Flask interface to Misaka, a Markdown parsing library")
     (description
-      "A pleasant interface between the Flask web framework and the Misaka 
Markdown parser.")
+      "This package provides an interface between the Flask web framework and
+the Misaka Markdown parser.")
     (license license:expat)))
 
 (define-public python-flask-session

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]