summaryrefslogtreecommitdiff
path: root/dev-python/pygccxml
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-07 15:01:52 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-07 15:01:52 -0500
commitcab4bebbee5e50ac2d5275d645904cef772fcc17 (patch)
tree8c8703f7679be915572c609b33068ac5b25d36fa /dev-python/pygccxml
parentdd6cff2d76baa289493b9d53d2f9a5bd287f5055 (diff)
downloadbaldeagleos-repo-cab4bebbee5e50ac2d5275d645904cef772fcc17.tar.gz
baldeagleos-repo-cab4bebbee5e50ac2d5275d645904cef772fcc17.tar.xz
baldeagleos-repo-cab4bebbee5e50ac2d5275d645904cef772fcc17.zip
Adding metadata
Diffstat (limited to 'dev-python/pygccxml')
-rw-r--r--dev-python/pygccxml/pygccxml-3.0.2.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-python/pygccxml/pygccxml-3.0.2.ebuild b/dev-python/pygccxml/pygccxml-3.0.2.ebuild
index 5d6b7bda5f62..8d0430e2158c 100644
--- a/dev-python/pygccxml/pygccxml-3.0.2.ebuild
+++ b/dev-python/pygccxml/pygccxml-3.0.2.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
"
EPYTEST_PLUGINS=()
+EPYTEST_XDIST=1
distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
@@ -38,10 +39,6 @@ EPYTEST_DESELECT=(
tests/test_smart_pointer.py
)
-python_prepare_all() {
- local PATCHES=(
- "${FILESDIR}/${PN}-2.4.0-doc.patch"
- )
-
- distutils-r1_python_prepare_all
-}
+PATCHES=(
+ "${FILESDIR}/${PN}-2.4.0-doc.patch"
+)