commit:     0cc9d3cc4fab252b0782b8debaeb8408a7c7812f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 21:40:00 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  9 08:43:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc9d3cc

python-utils-r1.eclass: Add status messages to python_optimize

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/python-utils-r1.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index ba350ec5cb17..9dc23bf9bfb0 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -610,6 +610,7 @@ python_optimize() {
                local instpath=${d#${D%/}}
                instpath=/${instpath##/}
 
+               einfo "Optimize Python modules for ${instpath}"
                case "${EPYTHON}" in
                        python2.7|python3.[34])
                                "${PYTHON}" -m compileall -q -f -d 
"${instpath}" "${d}"

Reply via email to