Re: [PATCH 08/12] gnu: Add python-mistune.

2015-07-26 Thread Andreas Enge
On Sun, Jul 26, 2015 at 12:08:25PM +0200, Andreas Enge wrote: On Fri, Jul 24, 2015 at 04:18:20PM +0200, Federico Beffa wrote: +(inputs + `((python-setuptools ,python-setuptools) + (python-nose ,python-nose) + (python-cython ,python-cython))) Should these not be

Re: [PATCH 08/12] gnu: Add python-mistune.

2015-07-26 Thread Andreas Enge
On Fri, Jul 24, 2015 at 04:18:20PM +0200, Federico Beffa wrote: +(inputs + `((python-setuptools ,python-setuptools) + (python-nose ,python-nose) + (python-cython ,python-cython))) Should these not be native-inputs? +(description A fast markdown parser in pure

[PATCH 08/12] gnu: Add python-mistune.

2015-07-24 Thread Federico Beffa
Fede From 8a388865197708220ef5c474a9611f122f5242e6 Mon Sep 17 00:00:00 2001 From: Federico Beffa be...@fbengineering.ch Date: Thu, 23 Jul 2015 11:06:35 +0200 Subject: [PATCH 08/12] gnu: Add python-mistune. * gnu/packages/python.scm (python-mistune, python2-mistune): New variables. --- gnu