diff --git a/sys/check_meson_subproject.py b/sys/check_meson_subproject.py index 7d377e941c..02735583e7 100644 --- a/sys/check_meson_subproject.py +++ b/sys/check_meson_subproject.py @@ -7,7 +7,7 @@ # This script is necessary to make sure people notice a subproject has been # changed and need to be updated. Meson does not warn you now (0.56.0) -""" Portable python script to check if subproject is up-to-date and warn if not """ +"""Portable python script to check if subproject is up-to-date and warn if not""" import filecmp import os diff --git a/sys/create_tags_rz.py b/sys/create_tags_rz.py index f459c6397f..a575e07bca 100644 --- a/sys/create_tags_rz.py +++ b/sys/create_tags_rz.py @@ -3,7 +3,7 @@ # SPDX-FileCopyrightText: 2021 ret2libc # SPDX-License-Identifier: LGPL-3.0-only -""" Portable python script to create tags.rz file from a list of files """ +"""Portable python script to create tags.rz file from a list of files""" import os from sys import argv diff --git a/sys/meson_cmake_prefix_dir.py b/sys/meson_cmake_prefix_dir.py index f2c843273b..9217f43674 100755 --- a/sys/meson_cmake_prefix_dir.py +++ b/sys/meson_cmake_prefix_dir.py @@ -3,7 +3,7 @@ # SPDX-FileCopyrightText: 2021 ret2libc # SPDX-License-Identifier: LGPL-3.0-only -""" Python script to workaround issue mesonbuild/meson#9702 +"""Python script to workaround issue mesonbuild/meson#9702 (https://github.com/mesonbuild/meson/issues/9702). It returns the relative path of the prefixdir from the cmake directory.""" diff --git a/sys/meson_git_wrapper.py b/sys/meson_git_wrapper.py index d3d7235330..5f7d6b7a17 100755 --- a/sys/meson_git_wrapper.py +++ b/sys/meson_git_wrapper.py @@ -3,7 +3,7 @@ # SPDX-FileCopyrightText: 2021 ret2libc # SPDX-License-Identifier: LGPL-3.0-only -""" Portable python script to execute git -C (even on system where -C is not available) """ +"""Portable python script to execute git -C (even on system where -C is not available)""" import os import subprocess diff --git a/sys/syscall_preprocessing.py b/sys/syscall_preprocessing.py index 33bed13bed..089465aaaa 100644 --- a/sys/syscall_preprocessing.py +++ b/sys/syscall_preprocessing.py @@ -3,7 +3,7 @@ # SPDX-FileCopyrightText: 2021 ret2libc # SPDX-License-Identifier: LGPL-3.0-only -""" Portable python script to preprocess syscall/d files """ +"""Portable python script to preprocess syscall/d files""" import re import sys diff --git a/sys/version.py b/sys/version.py index c9e395d440..e19812f56a 100755 --- a/sys/version.py +++ b/sys/version.py @@ -3,7 +3,7 @@ # SPDX-FileCopyrightText: 2021 ret2libc # SPDX-License-Identifier: LGPL-3.0-only -""" Portable python script to read version from meson.build until meson provides a proper way """ +"""Portable python script to read version from meson.build until meson provides a proper way""" import os import sys