summaryrefslogtreecommitdiff
path: root/dev-python/pyatspi
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/pyatspi
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'dev-python/pyatspi')
-rw-r--r--dev-python/pyatspi/Manifest2
-rw-r--r--dev-python/pyatspi/metadata.xml9
-rw-r--r--dev-python/pyatspi/pyatspi-2.58.1.ebuild59
-rw-r--r--dev-python/pyatspi/pyatspi-2.58.2.ebuild59
4 files changed, 129 insertions, 0 deletions
diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
new file mode 100644
index 000000000000..e24e86a5dcc8
--- /dev/null
+++ b/dev-python/pyatspi/Manifest
@@ -0,0 +1,2 @@
+DIST pyatspi-2.58.1.tar.xz 82620 BLAKE2B 1c96e56ebd274b3760f6b3568f03a98894d95c991356a16095b5a9ef3be73490347166aa0fb74abc5141c644eb20b5b94234fb43fb0fe2228f469e6a6e86c9bd SHA512 b1ad8baac2a3fde60f13399372813404ca3296d5a7036dd9896a3b0fe509353bc2b98b93abf42efa2e7ca703d416ec32a77118baeebbecbe962e99ef2a985dd8
+DIST pyatspi-2.58.2.tar.xz 82640 BLAKE2B 9b25ba8e6d78bc15b399d2b5507e6a0721dc4bb8899df9a1ae1fd2b415685b49f019bd9e6588f16b8e7f7dedc2d35f258f37544b55c38d0288c75ec242d23a82 SHA512 2e6fb18b3bd4bcad4ee25eb53cf4fade0030a1921a861e0a39c89a492dd382cd20071af93207033d9eaed59ae15319245e3e9221678aba5f8cf1790865057a9c
diff --git a/dev-python/pyatspi/metadata.xml b/dev-python/pyatspi/metadata.xml
new file mode 100644
index 000000000000..f6b6cde5f785
--- /dev/null
+++ b/dev-python/pyatspi/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+ </maintainer>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/dev-python/pyatspi/pyatspi-2.58.1.ebuild b/dev-python/pyatspi/pyatspi-2.58.1.ebuild
new file mode 100644
index 000000000000..5d66c3cf4b11
--- /dev/null
+++ b/dev-python/pyatspi/pyatspi-2.58.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit gnome.org meson python-r1
+
+DESCRIPTION="Python client bindings for D-Bus AT-SPI"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/pyatspi2"
+
+# Note: only some of the tests are GPL-licensed, everything else is LGPL
+LICENSE="LGPL-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+ ${PYTHON_DEPS}
+ >=sys-apps/dbus-1
+ >=dev-libs/glib-2.36.0:2
+ >=app-accessibility/at-spi2-core-2.46.0[introspection]
+ dev-libs/libxml2:2
+ >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ test? (
+ >=dev-libs/atk-2.46.0
+ dev-python/dbus-python
+ )
+"
+
+src_configure() {
+ python_foreach_impl run_in_build_dir \
+ meson_src_configure -Denable_tests=$(usex test true false)
+}
+
+src_compile() {
+ python_foreach_impl run_in_build_dir meson_src_compile
+}
+
+src_test() {
+ python_foreach_impl run_in_build_dir \
+ dbus-run-session meson test -C "${BUILD_DIR}" || die
+}
+
+src_install() {
+ python_foreach_impl run_in_build_dir meson_src_install
+ python_foreach_impl run_in_build_dir python_optimize
+
+ einstalldocs
+ docinto examples
+ dodoc examples/*.py
+}
diff --git a/dev-python/pyatspi/pyatspi-2.58.2.ebuild b/dev-python/pyatspi/pyatspi-2.58.2.ebuild
new file mode 100644
index 000000000000..016e6a344e9d
--- /dev/null
+++ b/dev-python/pyatspi/pyatspi-2.58.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit gnome.org meson python-r1
+
+DESCRIPTION="Python client bindings for D-Bus AT-SPI"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/pyatspi2"
+
+# Note: only some of the tests are GPL-licensed, everything else is LGPL
+LICENSE="LGPL-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+ ${PYTHON_DEPS}
+ >=sys-apps/dbus-1
+ >=dev-libs/glib-2.36.0:2
+ >=app-accessibility/at-spi2-core-2.46.0[introspection]
+ dev-libs/libxml2:2
+ >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ test? (
+ >=dev-libs/atk-2.46.0
+ dev-python/dbus-python
+ )
+"
+
+src_configure() {
+ python_foreach_impl run_in_build_dir \
+ meson_src_configure -Denable_tests=$(usex test true false)
+}
+
+src_compile() {
+ python_foreach_impl run_in_build_dir meson_src_compile
+}
+
+src_test() {
+ python_foreach_impl run_in_build_dir \
+ dbus-run-session meson test -C "${BUILD_DIR}" --print-errorlogs || die
+}
+
+src_install() {
+ python_foreach_impl run_in_build_dir meson_src_install
+ python_foreach_impl run_in_build_dir python_optimize
+
+ einstalldocs
+ docinto examples
+ dodoc examples/*.py
+}