guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 01/10] gnu: Add python-pytest-cov.


From: Efraim Flashner
Subject: Re: [PATCH 01/10] gnu: Add python-pytest-cov.
Date: Wed, 30 Dec 2015 22:36:47 +0200

On Wed, 30 Dec 2015 15:10:06 +0100
Ricardo Wurmus <address@hidden> wrote:

> Efraim Flashner <address@hidden> writes:
> 
>  [...]  
>  [...]  
> 
> 
>  [...]  
> 
>  [...]  
> 
> > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> > index 6af2bce..50137bd 100644
> > --- a/gnu/packages/python.scm
> > +++ b/gnu/packages/python.scm
> > @@ -1632,18 +1632,18 @@ and many external plugins.")
> >          (sha256
> >            (base32
> >             "1lf9jsmhqk5nc4w3kzwglmdzjvmi7ajvrsnwv826j3bn0wzx8c92"))))
> > -  (build-system python-build-system)
> > -  (propagated-inputs
> > -   `(("python-coverage" ,python-coverage)
> > -     ("python-pytest" ,python-pytest)))
> > -  (native-inputs
> > -   `(("python-setuptools" ,python-setuptools)))
> > -  (home-page "https://github.com/pytest-dev/pytest-cov";)
> > -  (synopsis "Pytest plugin for measuring coverage")
> > -  (description
> > -   "Pytest-cov produces coverage reports.  It supports centralised testing 
> > and
> > -distributed testing in both load and each modes.  It also supports coverage
> > -of subprocesses.")
> > +    (build-system python-build-system)
> > +    (propagated-inputs
> > +     `(("python-coverage" ,python-coverage)
> > +       ("python-pytest" ,python-pytest)))
> > +    (native-inputs
> > +     `(("python-setuptools" ,python-setuptools)))
> > +    (home-page "https://github.com/pytest-dev/pytest-cov";)
> > +    (synopsis "Pytest plugin for measuring coverage")
> > +    (description
> > +     "Pytest-cov produces coverage reports.  It supports centralised 
> > testing and
> > +distributed testing in both @code{load} and @code{each} modes.  It also
> > +supports coverage of subprocesses.")
> >    (license license:expat)))  
> 
> Why has the indentation changed for all lines since ‘(build-system
> ...)’?  The description is clearer now, thanks.
> 
> ~~ Ricardo

before it was
(define-public python-pytest-cov
  (package
    (name "python-pytest-cov")
...
  (build-system python-build-system)
...

So I had it lined up with package instead of indented 2 more spaces.

-- 
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: pgpZl3_4jzdKm.pgp
Description: OpenPGP digital signature


reply via email to

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