summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-10-30 14:38:58 +0000
committerSam James <sam@gentoo.org>2025-10-30 14:39:18 +0000
commit344d75be8f3eca86bae785b3d5cf2965833d8eba (patch)
tree094cfbad50aa56d9142a629e218250968da17fac /dev-python
parentc0b75f3aa623ece6a16de53a97651964a7d03591 (diff)
downloadgentoo-344d75be8f3eca86bae785b3d5cf2965833d8eba.tar.gz
gentoo-344d75be8f3eca86bae785b3d5cf2965833d8eba.tar.bz2
gentoo-344d75be8f3eca86bae785b3d5cf2965833d8eba.zip
dev-python/wxpython: add TODO wrt sip regen
It takes even longer since c605f914c04919430e0dd3e5dd15acb7c431e7bc though it wasn't quick before. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/wxpython/wxpython-4.2.4.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/wxpython/wxpython-4.2.4.ebuild b/dev-python/wxpython/wxpython-4.2.4.ebuild
index 0831d8098293..6606c438c36a 100644
--- a/dev-python/wxpython/wxpython-4.2.4.ebuild
+++ b/dev-python/wxpython/wxpython-4.2.4.ebuild
@@ -84,7 +84,9 @@ src_configure() {
python_compile() {
# Patch will fail if copy of refreshed sip file is not restored
- # if using multiple Python implementations
+ # if using multiple Python implementations.
+ # TODO: Could we do this in python_compile_all() instead? It would
+ # save a lot of time.
DOXYGEN="$(type -P doxygen)" ${PYTHON} build.py dox touch etg sip --nodoc || die
cp "${S}/sip/cpp/sip_corewxAppTraits.cpp" "${S}" || die