about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPiotr Wójcik <chocimier@tlen.pl>2019-12-06 20:34:44 +0100
committerLeah Neukirchen <chneukirchen@gmail.com>2020-01-10 19:40:23 +0100
commit7ffc3a22a31805eab7a36ddb960d3e430d4c63f0 (patch)
tree66f4a6e8ee4040a6d42dc97f520f34f686d73cea
parent30eeec30515a3bfe47872528c1ef09ac861d561b (diff)
downloadxtools-7ffc3a22a31805eab7a36ddb960d3e430d4c63f0.tar.gz
xtools-7ffc3a22a31805eab7a36ddb960d3e430d4c63f0.tar.xz
xtools-7ffc3a22a31805eab7a36ddb960d3e430d4c63f0.zip
xlint: support autogenerated pycompile_module v0.57
-rwxr-xr-xxlint1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlint b/xlint
index 395e334..16bea0f 100755
--- a/xlint
+++ b/xlint
@@ -320,6 +320,7 @@ for template; do
 	scan 'distfiles=.*download.kde.org/stable' 'use $KDE_SITE'
 	scan 'distfiles=.*xorg\.freedesktop\.org/wiki/' 'use $XORG_HOME'
 	scan 'usr/lib/python3.[0-9]/site-packages' 'use $py3_sitelib'
+	scan 'pycompile_module=' 'do not set pycompile_module, it is autodetected'
 	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'