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 | |
| 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')
| -rw-r--r-- | dev-python/python3-xapp/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-python/python3-xapp/python3-xapp-3.0.2.ebuild | 13 |
2 files changed, 9 insertions, 15 deletions
diff --git a/dev-python/python3-xapp/metadata.xml b/dev-python/python3-xapp/metadata.xml index d47e66179ed4..a91a1b954a63 100644 --- a/dev-python/python3-xapp/metadata.xml +++ b/dev-python/python3-xapp/metadata.xml @@ -1,14 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>sparky@bluefang-logic.com</email> - <name>Matthew Turnbull</name> + <maintainer type="project"> + <email>core@baldeagleos.com</email> + <name>Development</name> </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <stabilize-allarches /> <origin>baldeagleos-repo</origin> </pkgmetadata> 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 |
