From 0645e7470851ac3ba8b387422523b97cd80a098e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 5 Dec 2018 09:53:52 -0200 Subject: xlint: advise on usage of py3_sitelib Closes: #109 [via git-merge-pr] --- xlint | 1 + 1 file changed, 1 insertion(+) (limited to 'xlint') diff --git a/xlint b/xlint index e42c9fb..cd27a1c 100755 --- a/xlint +++ b/xlint @@ -273,6 +273,7 @@ for template; do scan 'distfiles=.*ftp\.gnu\.org/(pub/)?gnu' 'use $GNU_SITE' scan 'distfiles=.*freedesktop\.org/software' 'use $FREEDESKTOP_SITE' scan 'distfiles=.*download.kde.org/stable' 'use $KDE_SITE' + scan 'usr/lib/python3.[0-9]/site-packages' 'use $py3_sitelib' scan '^wrksrc=(\$\{[^}]+\}|[^${}/])*/.+' 'wrksrc should be a top-level directory' scan '^\t*function\b' 'do not use the function keyword' scan '^\t*[^ ]* *\(\)' 'do not use space before function parenthesis' -- cgit 1.4.1