From 3b8e58576bb4e5a24f44480f6d70f0abe71d3069 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 28 Jun 2023 18:14:40 +0000 Subject: Adding metadata --- dev-python/meson-python/meson-python-0.13.1.ebuild | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'dev-python/meson-python') diff --git a/dev-python/meson-python/meson-python-0.13.1.ebuild b/dev-python/meson-python/meson-python-0.13.1.ebuild index ed8b610ed674..eff3f959314f 100644 --- a/dev-python/meson-python/meson-python-0.13.1.ebuild +++ b/dev-python/meson-python/meson-python-0.13.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) inherit distutils-r1 @@ -33,7 +33,6 @@ RDEPEND=" BDEPEND=" >=dev-python/cython-0.29.34[${PYTHON_USEDEP}] test? ( - dev-python/GitPython[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] $(python_gen_cond_dep ' >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}] @@ -53,6 +52,17 @@ python_test() { ) unset NINJA + if [[ ${EPYTHON} == pypy3 ]]; then + EPYTEST_DESELECT+=( + # broken venv usage that copies pypy3 executable, making it + # unable to find lib_pypy + tests/test_editable.py::test_editable_install + tests/test_editable.py::test_editble_reentrant + tests/test_examples.py::test_spam + tests/test_wheel.py::test_local_lib + ) + fi + epytest rm -rf docs/examples/spam/build/ || die # remove artifacts -- cgit v1.3.1