guix-commits
[Top][All Lists]
Advanced

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

10/97: lint: more packages to probably be a native input.


From: Hartmut Goebel
Subject: 10/97: lint: more packages to probably be a native input.
Date: Tue, 18 Oct 2016 20:13:16 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 0581c9adbf29c7a64c2f2b632038fd099304bd35
Author: Hartmut Goebel <address@hidden>
Date:   Thu Oct 6 16:52:31 2016 +0200

    lint: more packages to probably be a native input.
    
    * guix/scripts/lint.scm (check-inputs-should-be-native package): Add python
      packages which are typically used for testing or for building the
      documentation.
---
 guix/scripts/lint.scm |   12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index 042c679..cd630c1 100644
--- a/guix/scripts/lint.scm
+++ b/guix/scripts/lint.scm
@@ -245,7 +245,17 @@ by two spaces; possible infraction~p at ~{~a~^, ~}")
             "glib:bin"
             "intltool"
             "itstool"
-            "qttools")))
+            "qttools"
+            "python-coverage" "python2-coverage"
+            "python-cython" "python2-cython"
+            "python-docutils" "python2-docutils"
+            "python-mock" "python2-mock"
+            "python-nose" "python2-nose"
+            "python-pbr" "python2-pbr"
+            "python-pytest" "python2-pytest"
+            "python-pytest-cov" "python2-pytest-cov"
+            "python-setuptools-scm" "python2-setuptools-scm"
+            "python-sphinx" "python2-sphinx")))
     (warn-if-package-has-input package inputs input-names message)))
 
 (define (check-inputs-should-not-be-an-input-at-all package)



reply via email to

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