GNU bug report logs - #40270
[PATCH 1/2] gnu: Add python-flask-markdown.

Previous Next

Package: guix-patches;

Reported by: pinoaffe <at> airmail.cc

Date: Sat, 28 Mar 2020 09:34:02 UTC

Severity: normal

Tags: patch

Merged with 40165

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: pinoaffe <at> airmail.cc
Subject: bug#40165: closed (Re: [PATCH 2/2] gnu: Add python-flask-session.)
Date: Sat, 28 Nov 2020 13:18:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#40270: Subject: [PATCH] gnu: Add python-flask-markdown.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 40165 <at> debbugs.gnu.org.

-- 
40270: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40270
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: pinoaffe <at> airmail.cc
Cc: 40270-done <at> debbugs.gnu.org
Subject: Re: [PATCH 2/2] gnu: Add python-flask-session.
Date: Sat, 28 Nov 2020 13:17:17 +0000
[Message part 3 (text/plain, inline)]
I've pushed these as 9e2669690c80dc00973859edf732964f0a514d7b now, so
closing.

Thanks!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: pinoaffe <at> airmail.cc
To: guix-patches <at> gnu.org
Subject: Subject: [PATCH] gnu: Add python-flask-markdown.
Date: Sat, 21 Mar 2020 08:06:12 +0000
* gnu/packages/python-web.scm (python-flask-markdown): New variable.
---
 gnu/packages/python-web.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b02ffd5f58..db66f1ed4d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -470,6 +470,36 @@ both of which are installed automatically if you 
install this library.")
 (define-public python2-flask-babel
   (package-with-python2 python-flask-babel))

+(define-public python-flask-markdown
+  (package
+    (name "python-flask-markdown")
+    (version "0.3")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "Flask-Markdown" version))
+        (sha256
+          (base32
+            "0l32ikv4f7va926jlq4f7gx0xid247bhlxl6bd9av5dk8ljz1hyq"))))
+    (build-system python-build-system)
+    (arguments
+       `(#:tests? #f))
+    (propagated-inputs
+      `(("python-markdown" ,python-markdown)
+        ("python-flask" ,python-flask)))
+    (native-inputs
+      `(("python-nose" ,python-nose)))
+    (home-page
+      "http://github.com/dcolish/flask-markdown")
+    (synopsis
+      "Small extension to make using markdown in flask easy")
+    (description
+      "Small extension to make using markdown in flask easy")
+    (license license:bsd-3)))
+
+(define-public python2-flask-markdown
+  (package-with-python2 python-flask-markdown))
+
 (define-public python-html5lib
   (package
     (name "python-html5lib")
-- 
2.25.1




This bug report was last modified 4 years and 226 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.