guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 09/10] gnu: Add python2-functools32.


From: Efraim Flashner
Subject: Re: [PATCH 09/10] gnu: Add python2-functools32.
Date: Mon, 7 Dec 2015 21:28:31 +0200

On Fri, 4 Dec 2015 11:00:02 +0100
Ricardo Wurmus <address@hidden> wrote:

> Efraim Flashner <address@hidden> writes:
> 
> > +(define-public python2-functools32
> > +  (package
> > +    (name "python2-functools32")
> > +    (version "3.2.3-2")
> > +    (source
> > +      (origin
> > +        (method url-fetch)
> > +        (uri (pypi-uri "functools32" version))
> > +        (sha256
> > +          (base32
> > +           "0v8ya0b58x47wp216n1zamimv4iw57cxz3xxhzix52jkw3xks9gn"))))
> > +    (build-system python-build-system)
> > +    (arguments
> > +     `(#:python ,python-2
> > +       #:tests? #f)) ; no test target
> > +    (native-inputs
> > +     `(("python2-setuptools" ,python2-setuptools)))
> > +    (home-page "https://github.com/MiCHiLU/python-functools32";)
> > +    (synopsis
> > +     "Backport of the functools module from Python 3.2.3")
> > +    (description
> > +     "Backport of the functools module from Python 3.2.3 for use on 2.7 
> > and PyPy.")  
> 
> We need the description to be a full sentence.  “This package backports
> the @code{functools} module ...”.  Something about “for use on” sounds
> odd to me; maybe “for use with older versions of Python and with PyPy”?



-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: 0009-gnu-Add-python2-functools32.patch
Description: Text Data

Attachment: pgpl0l4h6IVvJ.pgp
Description: OpenPGP digital signature


reply via email to

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