diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/wxpython/files/wxpython-4.2.2-setuppy.patch | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/wxpython/files/wxpython-4.2.2-setuppy.patch')
| -rw-r--r-- | dev-python/wxpython/files/wxpython-4.2.2-setuppy.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/wxpython/files/wxpython-4.2.2-setuppy.patch b/dev-python/wxpython/files/wxpython-4.2.2-setuppy.patch deleted file mode 100644 index 229d372aa5af..000000000000 --- a/dev-python/wxpython/files/wxpython-4.2.2-setuppy.patch +++ /dev/null @@ -1,38 +0,0 @@ -Created by Quincy Fleming -https://bugs.gentoo.org/909973 - ---- a/setup.py -+++ b/setup.py -@@ -113,6 +113,7 @@ - """ - user_options = [ - ('skip-build', None, 'skip building the C/C++ code (assumes it has already been done)'), -+ ('buildpy-options=', None, 'string of commands and options passed to build.py'), - ] - boolean_options = ['skip-build'] - -@@ -120,6 +121,7 @@ - def initialize_options(self): - orig_build.initialize_options(self) - self.skip_build = '--skip-build' in sys.argv -+ self.buildpy_options = 'build' - - def finalize_options(self): - orig_build.finalize_options(self) -@@ -135,7 +137,7 @@ - 'message and the wxWidgets and Phoenix build steps in the future.\n') - - # Use the same Python that is running this script. -- cmd = ['"{}"'.format(sys.executable), '-u', 'build.py', 'build'] -+ cmd = ['"{}"'.format(sys.executable), '-u', 'build.py',self.buildpy_options] - cmd = ' '.join(cmd) - runcmd(cmd) - -@@ -143,7 +145,6 @@ - # build/lib folder like normal. - orig_build.run(self) - -- - def _cleanup_symlinks(cmd): - # Clean out any libwx* symlinks in the build_lib folder, as they will - # turn into copies in the egg since zip files can't handle symlinks. |
