diff options
Diffstat (limited to 'dev-python/wxpython/wxpython-4.2.5.ebuild')
| -rw-r--r-- | dev-python/wxpython/wxpython-4.2.5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/wxpython/wxpython-4.2.5.ebuild b/dev-python/wxpython/wxpython-4.2.5.ebuild index 1b6dab08228a..18f5cb18ec3c 100644 --- a/dev-python/wxpython/wxpython-4.2.5.ebuild +++ b/dev-python/wxpython/wxpython-4.2.5.ebuild @@ -2,10 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..14} ) PYPI_PN="wxPython" +PYPI_VERIFY_REPO=https://github.com/wxWidgets/Phoenix WX_GTK_VER="3.2-gtk3" inherit distutils-r1 multilib multiprocessing virtualx wxwidgets pypi @@ -44,10 +46,10 @@ BDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pytest-forked[${PYTHON_USEDEP}] ) " +EPYTEST_PLUGINS=( pytest-forked ) EPYTEST_XDIST=1 distutils_enable_tests pytest |
