guix-devel
[Top][All Lists]
Advanced

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

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


From: Leo Famulari
Subject: Re: [PATCH 1/2] gnu: Add python-paste.
Date: Wed, 24 Feb 2016 20:28:28 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

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.patch: New file.

Indeed, a strange test.

[...]

> +(define-public python2-paste
> +  (package
> +    (inherit (strip-python2-variant
> +              (package-with-python2 python-paste)))
> +    (arguments
> +     ;; Tests are back for Python 2!
> +     `(#:python ,python-2
> +                #:tests? #t))))

Is it really necessary to specify python-2 here? How about re-using the
method you used in python2-anyjson?



reply via email to

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