From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/pyatspi/Manifest | 2 -- dev-python/pyatspi/metadata.xml | 11 ------ dev-python/pyatspi/pyatspi-2.58.1.ebuild | 59 -------------------------------- dev-python/pyatspi/pyatspi-2.58.2.ebuild | 59 -------------------------------- 4 files changed, 131 deletions(-) delete mode 100644 dev-python/pyatspi/Manifest delete mode 100644 dev-python/pyatspi/metadata.xml delete mode 100644 dev-python/pyatspi/pyatspi-2.58.1.ebuild delete mode 100644 dev-python/pyatspi/pyatspi-2.58.2.ebuild (limited to 'dev-python/pyatspi') diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest deleted file mode 100644 index e24e86a5dcc8..000000000000 --- a/dev-python/pyatspi/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 21bc65fb46b2..000000000000 --- a/dev-python/pyatspi/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - gnome@gentoo.org - Gentoo GNOME Desktop - - - GNOME/pyatspi2 - - diff --git a/dev-python/pyatspi/pyatspi-2.58.1.ebuild b/dev-python/pyatspi/pyatspi-2.58.1.ebuild deleted file mode 100644 index 5d66c3cf4b11..000000000000 --- a/dev-python/pyatspi/pyatspi-2.58.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# 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 deleted file mode 100644 index 016e6a344e9d..000000000000 --- a/dev-python/pyatspi/pyatspi-2.58.2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# 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 -} -- cgit v1.3