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

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

[debbugs-tracker] bug#30055: closed ([PATCH] gnu: pelican: Enable Markdo


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30055: closed ([PATCH] gnu: pelican: Enable Markdown support.)
Date: Wed, 10 Jan 2018 17:50:02 +0000

Your message dated Wed, 10 Jan 2018 09:49:45 -0800
with message-id <address@hidden>
and subject line Re: [bug#30055] [PATCH] gnu: pelican: Enable Markdown support.
has caused the debbugs.gnu.org bug report #30055,
regarding [PATCH] gnu: pelican: Enable Markdown support.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30055: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30055
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: pelican: Enable Markdown support. Date: Wed, 10 Jan 2018 14:08:25 +1100 User-agent: mu4e 0.9.18; emacs 25.3.1
Hi Folks,

I just tried to build my Pelican blog on GuixSD and found that it didn't
process the Markdown input files. After adding the python-markdown
dependency, Pelican processes the Markdown files successfully. Patch
attached.

Regards,
Ben

>From bf975bb381b4f441323f15f2522230353e3b435b Mon Sep 17 00:00:00 2001
From: Ben Sturmfels <address@hidden>
Date: Wed, 10 Jan 2018 12:23:08 +1100
Subject: [PATCH] gnu: pelican: Enable Markdown support.

* gnu/packages/python.scm (pelican)[propagated-inputs]: Require
   python-markdown to provide Markdown feature from package description.
---
 gnu/packages/python.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 29fa2809a..9d13a10c8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2472,7 +2472,8 @@ interested parties to subscribe to events, or 
\"signals\".")
        ("python-blinker" ,python-blinker)
        ("python-unidecode" ,python-unidecode)
        ("python-six" ,python-six)
-       ("python-dateutil" ,python-dateutil)))
+       ("python-dateutil" ,python-dateutil)
+       ("python-markdown" ,python-markdown)))
     (home-page "http://getpelican.com/";)
     (arguments
      `(;; XXX Requires a lot more packages to do unit tests :P
-- 
2.15.1


--- End Message ---
--- Begin Message --- Subject: Re: [bug#30055] [PATCH] gnu: pelican: Enable Markdown support. Date: Wed, 10 Jan 2018 09:49:45 -0800 User-agent: Mutt/1.9.2 (2017-12-15)
On Wed, Jan 10, 2018 at 02:08:25PM +1100, Ben Sturmfels wrote:
> Hi Folks,
> 
> I just tried to build my Pelican blog on GuixSD and found that it didn't
> process the Markdown input files. After adding the python-markdown
> dependency, Pelican processes the Markdown files successfully. Patch
> attached.
> 
> Regards,
> Ben
> 

> From bf975bb381b4f441323f15f2522230353e3b435b Mon Sep 17 00:00:00 2001
> From: Ben Sturmfels <address@hidden>
> Date: Wed, 10 Jan 2018 12:23:08 +1100
> Subject: [PATCH] gnu: pelican: Enable Markdown support.
> 
> * gnu/packages/python.scm (pelican)[propagated-inputs]: Require
>    python-markdown to provide Markdown feature from package description.

Thanks! Pushed as b438d7cfa8154aaf0b7ea0d64bd45e2c33db455e


--- End Message ---

reply via email to

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