diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-13 18:55:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-13 18:55:58 +0000 |
| commit | c0c2cbeb1d7b50dcb1988ee42703936629ecfb32 (patch) | |
| tree | 04448bfad625d0c01d27264baf612cacd517eaeb /dev-python/wxpython | |
| parent | aed56da4e80324e823631d72c418ae0fcda86ca5 (diff) | |
| download | baldeagleos-repo-c0c2cbeb1d7b50dcb1988ee42703936629ecfb32.tar.gz baldeagleos-repo-c0c2cbeb1d7b50dcb1988ee42703936629ecfb32.tar.xz baldeagleos-repo-c0c2cbeb1d7b50dcb1988ee42703936629ecfb32.zip | |
Adding metadata
Diffstat (limited to 'dev-python/wxpython')
| -rw-r--r-- | dev-python/wxpython/wxpython-4.2.3-r1.ebuild (renamed from dev-python/wxpython/wxpython-4.2.3.ebuild) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/wxpython/wxpython-4.2.3.ebuild b/dev-python/wxpython/wxpython-4.2.3-r1.ebuild index 83789483cd5e..d6cfd1105668 100644 --- a/dev-python/wxpython/wxpython-4.2.3.ebuild +++ b/dev-python/wxpython/wxpython-4.2.3-r1.ebuild @@ -9,7 +9,7 @@ PYPI_NO_NORMALIZE=1 PYPI_PN="wxPython" WX_GTK_VER="3.2-gtk3" -inherit distutils-r1 multiprocessing virtualx wxwidgets pypi +inherit distutils-r1 multilib multiprocessing virtualx wxwidgets pypi DESCRIPTION="A blending of the wxWindows C++ class library with Python" HOMEPAGE=" @@ -95,6 +95,11 @@ python_compile() { distutils-r1_python_compile + # This package's built system relies on copying extensions back + # to source directory for setuptools to pick them up. This is + # hopeless. + find -name "*$(get_modname)" -delete || die + cp "${S}/sip_corewxAppTraits.cpp" "${S}/sip/cpp/" || die } @@ -128,6 +133,7 @@ python_test() { EPYTEST_IGNORE+=( unittests/test_webview.py ) fi + rm -rf wx || die # We use pytest-forked as opensuse does to avoid tests corrupting each # other. virtx epytest --forked unittests |
