The following reply was made to PR ports/155435; it has been noted by GNATS.
From: Raphael Kubo da Costa <[email protected]> To: "Jason E. Hale" <[email protected]> Cc: [email protected] Subject: Re: ports/155435: [PATCH] devel/kdebindings4-python-pykdeuic4 leaves .pyo files after deinstall Date: Thu, 10 Mar 2011 22:10:48 -0300 Jason E.Hale <[email protected]> writes: >>Description: > The .pyo files are generated when the Python module is used. Can you elaborate? The PYTHON_INSTALL macro only seems to "byte-compile" the passed .py file into a .pyc file without passing "-O" to the python interpreter, so a ".pyo" should not have been generated at all. And even if it were, there seems to be no CMake command to install it. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
