diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-13 22:21:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-13 22:21:26 -0500 |
| commit | f997c3ee588099e4f43e9ec845935868e3e60b8e (patch) | |
| tree | 07f0967cda575ee2edf2d62ed8c0f67855ae6bd3 /dev-python/python3-xapp/python3-xapp-3.0.2.ebuild | |
| parent | b589bc93e15b300c3e5318fe97241d57e464bea1 (diff) | |
| download | baldeagleos-repo-f997c3ee588099e4f43e9ec845935868e3e60b8e.tar.gz baldeagleos-repo-f997c3ee588099e4f43e9ec845935868e3e60b8e.tar.xz baldeagleos-repo-f997c3ee588099e4f43e9ec845935868e3e60b8e.zip | |
Diffstat (limited to 'dev-python/python3-xapp/python3-xapp-3.0.2.ebuild')
| -rw-r--r-- | dev-python/python3-xapp/python3-xapp-3.0.2.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-python/python3-xapp/python3-xapp-3.0.2.ebuild b/dev-python/python3-xapp/python3-xapp-3.0.2.ebuild index a8f716797a21..9e43b39287a5 100644 --- a/dev-python/python3-xapp/python3-xapp-3.0.2.ebuild +++ b/dev-python/python3-xapp/python3-xapp-3.0.2.ebuild @@ -13,23 +13,18 @@ SRC_URI="https://github.com/linuxmint/python3-xapp/archive/${PV}.tar.gz -> ${P}. LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -# There are no tests, and src_test() needs to be overridden -# using python_foreach_impl otherwise theres an error. -RESTRICT="test" - DEPEND=" $(python_gen_cond_dep ' - >=x11-libs/xapp-3.2.2[introspection,${PYTHON_USEDEP}] + >=x11-libs/xapp-2.8.4[introspection,${PYTHON_USEDEP}] ') " RDEPEND=" ${DEPEND} ${PYTHON_DEPS} dev-python/psutil[${PYTHON_USEDEP}] - x11-themes/xapp-symbolic-icon-theme " src_configure() { @@ -44,6 +39,10 @@ src_compile() { python_foreach_impl meson_src_compile } +src_test() { + python_foreach_impl meson_src_test +} + src_install() { installing() { meson_src_install |
