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: Christopher Allan Webber
Subject: Re: [PATCH 1/2] gnu: Add python-paste.
Date: Thu, 25 Feb 2016 11:03:56 -0800
User-agent: mu4e 0.9.13; emacs 24.5.1

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)))
>> +    (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?

You're right.  Did that, and pushed!



reply via email to

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