guix-commits
[Top][All Lists]
Advanced

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

15/20: gnu: python-cov-core: Fix & improve synopsis & description.


From: Tobias Geerinckx-Rice
Subject: 15/20: gnu: python-cov-core: Fix & improve synopsis & description.
Date: Tue, 24 Jan 2017 23:11:47 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 49d5e338d6cbf6a4bf6c9a879d763ad5b495e2b3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jan 24 15:13:58 2017 +0100

    gnu: python-cov-core: Fix & improve synopsis & description.
    
    * gnu/packages/python.scm (python-cov-core)[synopsis]: Capitalise and add
    ‘coverage’ key-word.
    [description]: Use @code.
---
 gnu/packages/python.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4c742f8..6967557 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2241,10 +2241,11 @@ executed.")
     (propagated-inputs
      `(("python-coverage" ,python-coverage)))
     (home-page "https://github.com/schlamar/cov-core";)
-    (synopsis "plugin core for use by pytest-cov, nose-cov and nose2-cov")
+    (synopsis "Coverage plugin core for pytest-cov, nose-cov and nose2-cov")
     (description
-     "This is a library package for use by pytest-cov, nose-cov and nose2-cov.
-It is useful for developing coverage plugins for these testing frameworks.")
+     "This is a library package for use by @code{pytest-cov}, @code{nose-cov}
+and @code{nose2-cov}.  It is useful for developing coverage plugins for these
+testing frameworks.")
     (license license:expat)))
 
 (define-public python2-cov-core



reply via email to

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