Re: [PATCH 2/3] gnu: Add python-blinker

2015-07-26 Thread Thompson, David
On Mon, Jul 20, 2015 at 9:21 PM, Christopher Allan Webber wrote: > Ludovic Courtès writes: > >> Could you send an updated patch? > > Yep, below! Pushed, thanks! - Dave

Re: [PATCH 2/3] gnu: Add python-blinker

2015-07-20 Thread Christopher Allan Webber
Ludovic Courtès writes: >> +(inputs >> + `(("python-setuptools" ,python-setuptools))) > > Should be ‘native-inputs’ (it’s a build-time only dependency.) Done! >> +(arguments '(#:tests? #f)) > > Please add a comment explaining why. Okay, I added one, I hope it's clear enough! > Coul

Re: [PATCH 2/3] gnu: Add python-blinker

2015-07-19 Thread Ludovic Courtès
Christopher Allan Webber skribis: > From 0ef695078864edb838827b9b4eac918f4c090391 Mon Sep 17 00:00:00 2001 > From: Christopher Allan Webber > Date: Fri, 10 Jul 2015 16:12:47 -0500 > Subject: [PATCH 2/3] gnu: Add python-blinker > > * gnu/packages/python.scm (python-blinker pyt

[PATCH 2/3] gnu: Add python-blinker

2015-07-10 Thread Christopher Allan Webber
Here's the second patch towards Pelican support. This one's the python-blinker library! Easy! No extra dependencies! >From 0ef695078864edb838827b9b4eac918f4c090391 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 10 Jul 2015 16:12:47 -0500 Subject: [PATCH