From eb879137397b2780739bdbeddd7ea01439186c1c Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 4 Apr 2026 19:14:59 +0000 Subject: Adding metadata --- dev-python/wxpython/wxpython-4.2.5.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dev-python/wxpython/wxpython-4.2.5.ebuild') 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 -- cgit v1.3.1