summaryrefslogtreecommitdiff
path: root/dev-python/meson-python/meson-python-0.13.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-28 18:14:40 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-28 18:14:40 +0000
commit3b8e58576bb4e5a24f44480f6d70f0abe71d3069 (patch)
tree887a4720226a4ec6c46c4402ca34b908ae568c69 /dev-python/meson-python/meson-python-0.13.1.ebuild
parentbdb61b01003313ecfce70b8167ecdfb002c1d567 (diff)
downloadbaldeagleos-repo-3b8e58576bb4e5a24f44480f6d70f0abe71d3069.tar.gz
baldeagleos-repo-3b8e58576bb4e5a24f44480f6d70f0abe71d3069.tar.xz
baldeagleos-repo-3b8e58576bb4e5a24f44480f6d70f0abe71d3069.zip
Adding metadata
Diffstat (limited to 'dev-python/meson-python/meson-python-0.13.1.ebuild')
-rw-r--r--dev-python/meson-python/meson-python-0.13.1.ebuild14
1 files changed, 12 insertions, 2 deletions
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