Re: [PATCH 1/2] gnu: Add python-paste.

2016-02-25 Thread Christopher Allan Webber
Leo Famulari writes: >> * gnu/packages/patches/python-paste-remove-website-test.patch: New file. > > Indeed, a strange test. > > [...] Yup :) >> +(define-public python2-paste >> + (package >> +(inherit (strip-python2-variant >> + (package-with-python2 python-paste))) >> +(a

Re: [PATCH 1/2] gnu: Add python-paste.

2016-02-24 Thread Leo Famulari
On Tue, Feb 23, 2016 at 12:02:46PM -0800, Christopher Allan Webber wrote: > * gnu/packages/python.scm (python-paste, python2-paste): New variables. Okay. > * gnu/packages/patches/python-paste-remove-timing-test.patch: New file. Okay. > * gnu/packages/patches/python-paste-remove-website-test.pat

[PATCH 1/2] gnu: Add python-paste.

2016-02-23 Thread Christopher Allan Webber
>From 0391cae1cb41cbe573521aa1ebedf7b94f92c985 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 23 Feb 2016 11:54:43 -0800 Subject: [PATCH 1/2] gnu: Add python-paste. * gnu/packages/python.scm (python-paste, python2-paste): New variables. * gnu/packages/patches/python-pa