From 70529355073944f98323cf3d02485d9b1deffdaa Mon Sep 17 00:00:00 2001 From: Maksim Bondarenkov Date: Fri, 13 Sep 2024 11:34:53 +0300 Subject: [PATCH] python template: remove msg invocations --- mingw-w64-PKGBUILD-templates/PKGBUILD.python.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/mingw-w64-PKGBUILD-templates/PKGBUILD.python.sh b/mingw-w64-PKGBUILD-templates/PKGBUILD.python.sh index 3a3e06d0f5..54d298091f 100644 --- a/mingw-w64-PKGBUILD-templates/PKGBUILD.python.sh +++ b/mingw-w64-PKGBUILD-templates/PKGBUILD.python.sh @@ -33,14 +33,12 @@ prepare() { } build() { - msg "Python build for ${MSYSTEM}" cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}" python -m build --wheel --skip-dependency-check --no-isolation } check() { - msg "Python test for ${MSYSTEM}" cd "python-build-${MSYSTEM}" # The test command will usually depend upon what is contained in the tox.ini file @@ -49,7 +47,6 @@ check() { } package() { - msg "Python install for ${MSYSTEM}" cd "python-build-${MSYSTEM}" MSYS2_ARG_CONV_EXCL="--prefix=" \