GNU bug report logs -
#49429
[PATCH] gnu: Add python-flask-misaka.
Previous Next
Reported by: "jgart" <jgart <at> dismail.de>
Date: Tue, 6 Jul 2021 05:28:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49429 in the body.
You can then email your comments to 49429 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#49429
; Package
guix-patches
.
(Tue, 06 Jul 2021 05:28:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"jgart" <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 06 Jul 2021 05:28:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Guix,
This is a patch for python-flask-misaka. Tests are enabled and passing.
Thank you!
jgart
Information forwarded
to
guix-patches <at> gnu.org
:
bug#49429
; Package
guix-patches
.
(Tue, 06 Jul 2021 05:33:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 49429 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-web.scm (python-flask-misaka): New variable.
---
gnu/packages/python-web.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 656f310dc1..e0027ce9dc 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1063,6 +1063,32 @@ 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.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "Flask-Misaka" version))
+ (sha256
+ (base32
+ "12gm6hq3lvlj0ddw8p6lk5pky8jk3pw758ihffjl49shnnzc68zl"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-coverage" ,python-coverage)
+ ("python-mock" ,python-mock)))
+ (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")
+ (description
+ "A pleasant interface between the Flask web framework and the Misaka Markdown parser.")
+ (license license:expat)))
+
(define-public python-flask-session
(package
(name "python-flask-session")
--
2.31.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Mon, 26 Jul 2021 17:41:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"jgart" <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Mon, 26 Jul 2021 17:41:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 49429-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
jgart <jgart <at> 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’.
[Message part 2 (text/x-patch, inline)]
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 24 Aug 2021 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 298 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.