gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: 5667: move linter deps


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: 5667: move linter deps to setup.py.
Date: Tue, 25 Jun 2019 10:43:41 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new cf09095  5667: move linter deps to setup.py.
cf09095 is described below

commit cf0909586c4ac0bda2bfb3e33e395c2837bb3217
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 25 10:43:06 2019 +0200

    5667: move linter deps to setup.py.
---
 configure.ac | 18 ------------------
 setup.py     |  5 +++--
 2 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6c1a34c..644ee4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,24 +74,6 @@ if test x$pyheaders != x1; then
 fi
 
 #
-# Check for pylint
-#
-
-PYLINT_EXE="$PYTHON -m pylint --version"
-AC_MSG_CHECKING([for pylint])
-# If module load does not return 'No module named', we have test == 0.
-# This implies having a grep implementation which supports the -v
-# switch to be 'invert-match' (select non-matching lines), which the
-# standard implementations support.
-$PYLINT_EXE | grep -v "No module named" >/dev/null
-if test $? -ne 0;
-  then
-  AC_MSG_WARN([pylint NOT found.])
-else
-  AC_MSG_NOTICE([NOTICE: pylint found, make sure plugin 'pylint-django' is 
installed.])
-fi
-
-#
 # Finish
 #
 
diff --git a/setup.py b/setup.py
index 1717d8e..1b979a2 100755
--- a/setup.py
+++ b/setup.py
@@ -15,8 +15,9 @@ setup(name='talerbank',
                         "requests",
                         "uWSGI",
                         "mock",
-                        "jinja2"
-                        ],
+                        "jinja2",
+                        "pylint",
+                        "django-lint"],
 
       package_data={
         'talerbank.app': [

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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