[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2024-07-12 Thread Michał Górny
commit: 8ae5d8737e103d4d1578484d399653b8800f9a8b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 12 14:09:21 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 12 16:10:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae5d873

dev-python/pyatspi: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyatspi/pyatspi-2.46.1.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/pyatspi/pyatspi-2.46.1.ebuild 
b/dev-python/pyatspi/pyatspi-2.46.1.ebuild
index dad7060eb6c6..4e7fb163fffa 100644
--- a/dev-python/pyatspi/pyatspi-2.46.1.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.46.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit gnome2 python-r1
 
@@ -24,11 +24,13 @@ DEPEND="
dev-python/dbus-python[${PYTHON_USEDEP}]
>=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
 "
-RDEPEND="${DEPEND}
+RDEPEND="
+   ${DEPEND}
>=sys-apps/dbus-1
>=app-accessibility/at-spi2-core-2.34[introspection]
 "
-BDEPEND="virtual/pkgconfig
+BDEPEND="
+   virtual/pkgconfig
test? ( x11-libs/gtk+:3 )
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2024-01-25 Thread Michał Górny
commit: eb5988b64a8fc4bb0066da73ecae0094afc28633
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 25 11:29:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 25 11:29:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5988b6

dev-python/pyatspi: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 -
 dev-python/pyatspi/pyatspi-2.46.0.ebuild | 61 
 2 files changed, 62 deletions(-)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index 460c308ab92e..942e96a188d1 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,2 +1 @@
-DIST pyatspi-2.46.0.tar.xz 324112 BLAKE2B 
653e80be2d17f3246bb6bb60c2135f158185374c995ca37d4f132c90d0bf02b79cfcbc4f64d555c557e9f7fd1cf0720de2c5d177b303e35a84d8e4490ae2e660
 SHA512 
4e9d177c930db3ccb5aa41280e33a58b6700d9c45f08b6a2f32fce0ecf5f1faa3f91c57281a5661bb9ccaafd0935e90b44f328a62988ae838b4a008916d2aa0f
 DIST pyatspi-2.46.1.tar.xz 323392 BLAKE2B 
ee55f57616d58ead8bbf14193a984e2d268b0dafd67bdb638086fe531d7d031b6060f2c757036f67ad18ba6c1f774c8ef13a4844c5fb96878604f59903b2653a
 SHA512 
69c1c4c31bef430083a1c9af98ba6b2f1b3d9eec0a5f03982b980838bcf86933069a90d7314d2e5501d5988a453d0a803ad239eca5b98f08cc3bf7dc8d4a7c0c

diff --git a/dev-python/pyatspi/pyatspi-2.46.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.46.0.ebuild
deleted file mode 100644
index 4bb7ab84530d..
--- a/dev-python/pyatspi/pyatspi-2.46.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Python client bindings for D-Bus AT-SPI"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-# 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 ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc 
x86"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-libs/atk-2.11.2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}
-   >=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-2.34[introspection]
-"
-BDEPEND="virtual/pkgconfig
-   test? ( x11-libs/gtk+:3 )
-"
-
-src_prepare() {
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure $(use_enable 
test tests)
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir dbus-run-session emake check
-}
-
-src_install() {
-   installing() {
-   gnome2_src_install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installing
-
-   docinto examples
-   dodoc examples/*.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2024-01-24 Thread Sam James
commit: fe298bec8a0d3bbf987ad88287ba3c16f80dcb61
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 25 05:48:33 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 25 05:48:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe298bec

dev-python/pyatspi: Stabilize 2.46.1 x86, #922853

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyatspi/pyatspi-2.46.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.46.1.ebuild 
b/dev-python/pyatspi/pyatspi-2.46.1.ebuild
index 290fc6c81bd0..dad7060eb6c6 100644
--- a/dev-python/pyatspi/pyatspi-2.46.1.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.46.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc 
x86"
 
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2024-01-24 Thread Sam James
commit: b08b42df7e1d710cd70336f724d060e17a2e7828
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 25 00:42:13 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 25 00:42:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08b42df

dev-python/pyatspi: Stabilize 2.46.1 amd64, #922853

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyatspi/pyatspi-2.46.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.46.1.ebuild 
b/dev-python/pyatspi/pyatspi-2.46.1.ebuild
index f66eb8401482..290fc6c81bd0 100644
--- a/dev-python/pyatspi/pyatspi-2.46.1.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.46.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc 
~x86"
 
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2024-01-24 Thread Michał Górny
commit: c3d34ebe4f6e83c47c0d83e4b95d2390f19529d5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 24 19:21:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 24 19:21:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d34ebe

dev-python/pyatspi: Stabilize 2.46.1 sparc, #922853

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyatspi/pyatspi-2.46.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.46.1.ebuild 
b/dev-python/pyatspi/pyatspi-2.46.1.ebuild
index 3841dbd3042c..f66eb8401482 100644
--- a/dev-python/pyatspi/pyatspi-2.46.1.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.46.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc 
~x86"
 
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2024-01-24 Thread Michał Górny
commit: 84438019b955dc7229cc611bbbe0328fb5dc9456
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 24 18:59:10 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 24 18:59:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84438019

dev-python/pyatspi: Stabilize 2.46.1 arm64, #922853

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyatspi/pyatspi-2.46.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.46.1.ebuild 
b/dev-python/pyatspi/pyatspi-2.46.1.ebuild
index c95ed5df7428..3841dbd3042c 100644
--- a/dev-python/pyatspi/pyatspi-2.46.1.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.46.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2024-01-06 Thread Mart Raudsepp
commit: 2c808dd133ea851a2c609b96600f23a0d0433d18
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan  6 19:17:52 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan  6 19:18:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c808dd1

dev-python/pyatspi: add 2.46.1, enable python3_12

Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 +
 dev-python/pyatspi/pyatspi-2.46.1.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index 29f234a82ccb..460c308ab92e 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1 +1,2 @@
 DIST pyatspi-2.46.0.tar.xz 324112 BLAKE2B 
653e80be2d17f3246bb6bb60c2135f158185374c995ca37d4f132c90d0bf02b79cfcbc4f64d555c557e9f7fd1cf0720de2c5d177b303e35a84d8e4490ae2e660
 SHA512 
4e9d177c930db3ccb5aa41280e33a58b6700d9c45f08b6a2f32fce0ecf5f1faa3f91c57281a5661bb9ccaafd0935e90b44f328a62988ae838b4a008916d2aa0f
+DIST pyatspi-2.46.1.tar.xz 323392 BLAKE2B 
ee55f57616d58ead8bbf14193a984e2d268b0dafd67bdb638086fe531d7d031b6060f2c757036f67ad18ba6c1f774c8ef13a4844c5fb96878604f59903b2653a
 SHA512 
69c1c4c31bef430083a1c9af98ba6b2f1b3d9eec0a5f03982b980838bcf86933069a90d7314d2e5501d5988a453d0a803ad239eca5b98f08cc3bf7dc8d4a7c0c

diff --git a/dev-python/pyatspi/pyatspi-2.46.1.ebuild 
b/dev-python/pyatspi/pyatspi-2.46.1.ebuild
new file mode 100644
index ..c95ed5df7428
--- /dev/null
+++ b/dev-python/pyatspi/pyatspi-2.46.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..12} )
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Python client bindings for D-Bus AT-SPI"
+HOMEPAGE="https://wiki.gnome.org/Accessibility;
+
+# 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 ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-libs/atk-2.11.2
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}
+   >=sys-apps/dbus-1
+   >=app-accessibility/at-spi2-core-2.34[introspection]
+"
+BDEPEND="virtual/pkgconfig
+   test? ( x11-libs/gtk+:3 )
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure $(use_enable 
test tests)
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir dbus-run-session emake check
+}
+
+src_install() {
+   installing() {
+   gnome2_src_install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installing
+
+   docinto examples
+   dodoc examples/*.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2022-11-04 Thread Michał Górny
commit: e52e4c1bc6d95e84b4ae69202cf39d0fe1a06759
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov  4 08:31:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov  4 08:31:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52e4c1b

dev-python/pyatspi: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 -
 dev-python/pyatspi/pyatspi-2.38.2.ebuild | 60 
 2 files changed, 61 deletions(-)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index a26d97dd41db..29f234a82ccb 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,2 +1 @@
-DIST pyatspi-2.38.2.tar.xz 318596 BLAKE2B 
aba5d4fbbc9e0ce4793843270394712e675e6546c781f0523f7f17a79f018fcf4cf209257e9ef0dc03cbe92be7a17c774fd82f2d9997d9aa8c6b6be65a72ef8a
 SHA512 
03e10af5f0eb2ab89518229f049f497635ec1ae85a948a02813a5eb00eef395a3934f578b56054f8e73ae3c5c28760ad1f2b93e8876b8724c64b622d966aa5d9
 DIST pyatspi-2.46.0.tar.xz 324112 BLAKE2B 
653e80be2d17f3246bb6bb60c2135f158185374c995ca37d4f132c90d0bf02b79cfcbc4f64d555c557e9f7fd1cf0720de2c5d177b303e35a84d8e4490ae2e660
 SHA512 
4e9d177c930db3ccb5aa41280e33a58b6700d9c45f08b6a2f32fce0ecf5f1faa3f91c57281a5661bb9ccaafd0935e90b44f328a62988ae838b4a008916d2aa0f

diff --git a/dev-python/pyatspi/pyatspi-2.38.2.ebuild 
b/dev-python/pyatspi/pyatspi-2.38.2.ebuild
deleted file mode 100644
index 394c05e7d059..
--- a/dev-python/pyatspi/pyatspi-2.38.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit gnome2 python-r1 virtualx
-
-DESCRIPTION="Python client bindings for D-Bus AT-SPI"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-# 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 ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
-
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-libs/atk-2.11.2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}
-   >=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-2.34[introspection]
-"
-BDEPEND="virtual/pkgconfig
-   test? ( x11-libs/gtk+:3 )
-"
-
-src_prepare() {
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure $(use_enable 
test tests)
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir virtx dbus-run-session emake check
-}
-
-src_install() {
-   installing() {
-   gnome2_src_install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installing
-
-   docinto examples
-   dodoc examples/*.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2022-11-04 Thread Agostino Sarubbo
commit: 10e967e87ca6f644873dd1ae1c3b708f389967a7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov  4 08:15:41 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov  4 08:15:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e967e8

dev-python/pyatspi: Stabilize 2.46.0 x86, #879429

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pyatspi/pyatspi-2.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.46.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.46.0.ebuild
index 42cbb58777de..11ad93a31dcc 100644
--- a/dev-python/pyatspi/pyatspi-2.46.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.46.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2022-11-03 Thread Sam James
commit: 5570a55fc5974c9b14283a8b4fe7cd710fa0d865
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  3 22:04:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  3 22:04:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5570a55f

dev-python/pyatspi: Stabilize 2.46.0 amd64, #879429

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyatspi/pyatspi-2.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.46.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.46.0.ebuild
index 782ae91eeebb..42cbb58777de 100644
--- a/dev-python/pyatspi/pyatspi-2.46.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.46.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
 
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2022-11-03 Thread Arthur Zamarin
commit: c3bc760f5a160fa273773f939b86d0cbada8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov  3 20:34:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov  3 20:34:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3bc

dev-python/pyatspi: Stabilize 2.46.0 sparc, #879429

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyatspi/pyatspi-2.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.46.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.46.0.ebuild
index bcf6cea25b54..782ae91eeebb 100644
--- a/dev-python/pyatspi/pyatspi-2.46.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.46.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
 
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2022-11-03 Thread Arthur Zamarin
commit: 141fd14558fc1888af73c0796dee1a5cba2ba85c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov  3 19:37:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov  3 19:37:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141fd145

dev-python/pyatspi: Stabilize 2.46.0 arm64, #879429

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyatspi/pyatspi-2.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.46.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.46.0.ebuild
index af4901a332e4..bcf6cea25b54 100644
--- a/dev-python/pyatspi/pyatspi-2.46.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.46.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2022-10-29 Thread Matt Turner
commit: 18c6de5bc138681b34e09d2a10d1afaeb52cb058
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:19:51 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 30 01:49:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c6de5b

dev-python/pyatspi: Set remote-id

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pyatspi/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyatspi/metadata.xml b/dev-python/pyatspi/metadata.xml
index 7b343b06be8a..21bc65fb46b2 100644
--- a/dev-python/pyatspi/metadata.xml
+++ b/dev-python/pyatspi/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
+  
+gn...@gentoo.org
+Gentoo GNOME Desktop
+  
+  
+GNOME/pyatspi2
+  
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2022-10-01 Thread Matt Turner
commit: 8d852e1f935c8f6f052f267e047850bd9fce0119
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  2 04:22:17 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  2 04:34:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d852e1f

dev-python/pyatspi: Version bump to 2.46.0

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 +
 dev-python/pyatspi/pyatspi-2.46.0.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index ec3e93bdc012..a26d97dd41db 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1 +1,2 @@
 DIST pyatspi-2.38.2.tar.xz 318596 BLAKE2B 
aba5d4fbbc9e0ce4793843270394712e675e6546c781f0523f7f17a79f018fcf4cf209257e9ef0dc03cbe92be7a17c774fd82f2d9997d9aa8c6b6be65a72ef8a
 SHA512 
03e10af5f0eb2ab89518229f049f497635ec1ae85a948a02813a5eb00eef395a3934f578b56054f8e73ae3c5c28760ad1f2b93e8876b8724c64b622d966aa5d9
+DIST pyatspi-2.46.0.tar.xz 324112 BLAKE2B 
653e80be2d17f3246bb6bb60c2135f158185374c995ca37d4f132c90d0bf02b79cfcbc4f64d555c557e9f7fd1cf0720de2c5d177b303e35a84d8e4490ae2e660
 SHA512 
4e9d177c930db3ccb5aa41280e33a58b6700d9c45f08b6a2f32fce0ecf5f1faa3f91c57281a5661bb9ccaafd0935e90b44f328a62988ae838b4a008916d2aa0f

diff --git a/dev-python/pyatspi/pyatspi-2.46.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.46.0.ebuild
new file mode 100644
index ..af4901a332e4
--- /dev/null
+++ b/dev-python/pyatspi/pyatspi-2.46.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Python client bindings for D-Bus AT-SPI"
+HOMEPAGE="https://wiki.gnome.org/Accessibility;
+
+# 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 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-libs/atk-2.11.2
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}
+   >=sys-apps/dbus-1
+   >=app-accessibility/at-spi2-core-2.34[introspection]
+"
+BDEPEND="virtual/pkgconfig
+   test? ( x11-libs/gtk+:3 )
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure $(use_enable 
test tests)
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir dbus-run-session emake check
+}
+
+src_install() {
+   installing() {
+   gnome2_src_install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installing
+
+   docinto examples
+   dodoc examples/*.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2022-01-20 Thread Michał Górny
commit: e5c6800269353a9ee493a5c963a16348deeec6c3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 20 13:47:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 20 13:54:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c68002

dev-python/pyatspi: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 -
 dev-python/pyatspi/pyatspi-2.38.1.ebuild | 60 
 2 files changed, 61 deletions(-)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index df7e467d27de..ec3e93bdc012 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,2 +1 @@
-DIST pyatspi-2.38.1.tar.xz 316724 BLAKE2B 
59ca2569575f3d319d33972477ebc966670138df8cb6570ac260dd903f54df66fd12be53e3380938e4571910b99ae2bf3f395776b16a73ac27f8fa023c49
 SHA512 
bf8f1ee9a6e00014a84e4329bb971bec8b4bc8f72c3905ca585ca20b1cf000b855965159fcc10871eb92e9808a6b41b5d793f3ab563ff0867f185279eedcd487
 DIST pyatspi-2.38.2.tar.xz 318596 BLAKE2B 
aba5d4fbbc9e0ce4793843270394712e675e6546c781f0523f7f17a79f018fcf4cf209257e9ef0dc03cbe92be7a17c774fd82f2d9997d9aa8c6b6be65a72ef8a
 SHA512 
03e10af5f0eb2ab89518229f049f497635ec1ae85a948a02813a5eb00eef395a3934f578b56054f8e73ae3c5c28760ad1f2b93e8876b8724c64b622d966aa5d9

diff --git a/dev-python/pyatspi/pyatspi-2.38.1.ebuild 
b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
deleted file mode 100644
index dad98d0a2868..
--- a/dev-python/pyatspi/pyatspi-2.38.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit gnome2 python-r1 virtualx
-
-DESCRIPTION="Python client bindings for D-Bus AT-SPI"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-# 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 ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
-
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-libs/atk-2.11.2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}
-   >=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-2.34[introspection]
-"
-BDEPEND="virtual/pkgconfig
-   test? ( x11-libs/gtk+:3 )
-"
-
-src_prepare() {
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure $(use_enable 
test tests)
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir virtx dbus-run-session emake check
-}
-
-src_install() {
-   installing() {
-   gnome2_src_install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installing
-
-   docinto examples
-   dodoc examples/*.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2022-01-20 Thread Arthur Zamarin
commit: a46e711bac54bc3e82714683cacb9b4bb634ea68
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 20 12:44:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 20 12:58:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46e711b

dev-python/pyatspi: Stabilize 2.38.2 arm64, #831538

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyatspi/pyatspi-2.38.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.38.2.ebuild 
b/dev-python/pyatspi/pyatspi-2.38.2.ebuild
index 35f71320cde7..394c05e7d059 100644
--- a/dev-python/pyatspi/pyatspi-2.38.2.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.38.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2022-01-20 Thread Arthur Zamarin
commit: b17a44ee6ab4a2c45f529bcbdaa092117c87c492
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 20 09:58:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 20 09:58:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17a44ee

dev-python/pyatspi: Stabilize 2.38.2 sparc, #831538

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyatspi/pyatspi-2.38.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.38.2.ebuild 
b/dev-python/pyatspi/pyatspi-2.38.2.ebuild
index 5999d39b36f7..35f71320cde7 100644
--- a/dev-python/pyatspi/pyatspi-2.38.2.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.38.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2022-01-20 Thread Jakov Smolić
commit: 05e263a5fdc5818c652525abfa9491eeb753ed55
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jan 20 09:46:14 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jan 20 09:46:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e263a5

dev-python/pyatspi: Stabilize 2.38.2 x86, #831538

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pyatspi/pyatspi-2.38.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.38.2.ebuild 
b/dev-python/pyatspi/pyatspi-2.38.2.ebuild
index 97dfd4ecb4c5..5999d39b36f7 100644
--- a/dev-python/pyatspi/pyatspi-2.38.2.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.38.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2022-01-20 Thread Jakov Smolić
commit: 6ac24e1142723e688ff2edca0db7593242983841
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jan 20 09:45:38 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jan 20 09:45:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac24e11

dev-python/pyatspi: Stabilize 2.38.2 amd64, #831538

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pyatspi/pyatspi-2.38.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyatspi/pyatspi-2.38.2.ebuild 
b/dev-python/pyatspi/pyatspi-2.38.2.ebuild
index fb04dba8dd7e..97dfd4ecb4c5 100644
--- a/dev-python/pyatspi/pyatspi-2.38.2.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.38.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2021-12-19 Thread Matt Turner
commit: 112c77df67ca7491c8118e9756b4aa801e7784d4
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 19 16:47:52 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 19 16:59:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=112c77df

dev-python/pyatspi: Version bump to 2.38.2

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 +
 dev-python/pyatspi/pyatspi-2.38.2.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index abf1bc5ff677..df7e467d27de 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1 +1,2 @@
 DIST pyatspi-2.38.1.tar.xz 316724 BLAKE2B 
59ca2569575f3d319d33972477ebc966670138df8cb6570ac260dd903f54df66fd12be53e3380938e4571910b99ae2bf3f395776b16a73ac27f8fa023c49
 SHA512 
bf8f1ee9a6e00014a84e4329bb971bec8b4bc8f72c3905ca585ca20b1cf000b855965159fcc10871eb92e9808a6b41b5d793f3ab563ff0867f185279eedcd487
+DIST pyatspi-2.38.2.tar.xz 318596 BLAKE2B 
aba5d4fbbc9e0ce4793843270394712e675e6546c781f0523f7f17a79f018fcf4cf209257e9ef0dc03cbe92be7a17c774fd82f2d9997d9aa8c6b6be65a72ef8a
 SHA512 
03e10af5f0eb2ab89518229f049f497635ec1ae85a948a02813a5eb00eef395a3934f578b56054f8e73ae3c5c28760ad1f2b93e8876b8724c64b622d966aa5d9

diff --git a/dev-python/pyatspi/pyatspi-2.38.2.ebuild 
b/dev-python/pyatspi/pyatspi-2.38.2.ebuild
new file mode 100644
index ..fb04dba8dd7e
--- /dev/null
+++ b/dev-python/pyatspi/pyatspi-2.38.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit gnome2 python-r1 virtualx
+
+DESCRIPTION="Python client bindings for D-Bus AT-SPI"
+HOMEPAGE="https://wiki.gnome.org/Accessibility;
+
+# 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 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-libs/atk-2.11.2
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}
+   >=sys-apps/dbus-1
+   >=app-accessibility/at-spi2-core-2.34[introspection]
+"
+BDEPEND="virtual/pkgconfig
+   test? ( x11-libs/gtk+:3 )
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure $(use_enable 
test tests)
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir virtx dbus-run-session emake check
+}
+
+src_install() {
+   installing() {
+   gnome2_src_install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installing
+
+   docinto examples
+   dodoc examples/*.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2021-07-08 Thread Mart Raudsepp
commit: 3f7ca329b0fc8021d08ba454fa489303823edca0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Jul  8 13:18:39 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Jul  8 13:20:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7ca329

dev-python/pyatspi: fix test depend to not bleed into RDEPEND

Fixes repoman warning "RDEPEND.suspect: 'test?' USE conditional in RDEPEND"

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pyatspi/pyatspi-2.38.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyatspi/pyatspi-2.38.1.ebuild 
b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
index 2adfdd78e14..2f8ef1cb453 100644
--- a/dev-python/pyatspi/pyatspi-2.38.1.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
@@ -22,13 +22,14 @@ DEPEND="
>=dev-libs/atk-2.11.2
dev-python/dbus-python[${PYTHON_USEDEP}]
>=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-   test? ( x11-libs/gtk+:3 )
 "
 RDEPEND="${DEPEND}
>=sys-apps/dbus-1
>=app-accessibility/at-spi2-core-2.34[introspection]
 "
-BDEPEND="virtual/pkgconfig"
+BDEPEND="virtual/pkgconfig
+   test? ( x11-libs/gtk+:3 )
+"
 
 src_prepare() {
gnome2_src_prepare



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2021-07-08 Thread Mart Raudsepp
commit: 0889e40a7f6404d200b352be210549903746bd56
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Jul  8 13:15:17 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Jul  8 13:20:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0889e40a

dev-python/pyatspi: Enable py3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pyatspi/pyatspi-2.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.38.1.ebuild 
b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
index 0fcfe8055d4..2adfdd78e14 100644
--- a/dev-python/pyatspi/pyatspi-2.38.1.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit gnome2 python-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2021-05-28 Thread Sam James
commit: d78681245ba8e3e5af3bbf65a623e2236e1894cd
Author: Sam James  gentoo  org>
AuthorDate: Fri May 28 19:16:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 28 19:17:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7868124

dev-python/pyatspi: Stabilize 2.38.1 sparc, #792327

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyatspi/pyatspi-2.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.38.1.ebuild 
b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
index e1cb0d9edad..ea2386801c4 100644
--- a/dev-python/pyatspi/pyatspi-2.38.1.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2021-04-16 Thread Matt Turner
commit: 92bf2469af69f939144dca6ee386a2e62dc83bc6
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr 17 03:36:52 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr 17 03:48:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bf2469

dev-python/pyatspi: Version bump to 2.38.1

* Add test dependency on gtk+3 (bug #764797)

Closes: https://bugs.gentoo.org/764797
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 +
 dev-python/pyatspi/pyatspi-2.38.1.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index f4a02a997de..3912a10f292 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1 +1,2 @@
 DIST pyatspi-2.36.0.tar.xz 315076 BLAKE2B 
f3f92dafab68ce003e9d63f8ebf901ef834eafb1fab3ddd2051dcfb308b79d7ce6fc4d9187ed51f3af8bebad5e6ef2296c19215ee209ad37fe717f332af8d8f7
 SHA512 
709236fd992f570426043e32b201bdfee06bb28faa3d1237778f4069d3548b88b8336e53c0951359f5c7e2914b90f6f682ac58e33c84e32f360bdc32662800af
+DIST pyatspi-2.38.1.tar.xz 316724 BLAKE2B 
59ca2569575f3d319d33972477ebc966670138df8cb6570ac260dd903f54df66fd12be53e3380938e4571910b99ae2bf3f395776b16a73ac27f8fa023c49
 SHA512 
bf8f1ee9a6e00014a84e4329bb971bec8b4bc8f72c3905ca585ca20b1cf000b855965159fcc10871eb92e9808a6b41b5d793f3ab563ff0867f185279eedcd487

diff --git a/dev-python/pyatspi/pyatspi-2.38.1.ebuild 
b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
new file mode 100644
index 000..e1cb0d9edad
--- /dev/null
+++ b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit gnome2 python-r1 virtualx
+
+DESCRIPTION="Python client bindings for D-Bus AT-SPI"
+HOMEPAGE="https://wiki.gnome.org/Accessibility;
+
+# 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-libs/atk-2.11.2
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
+   test? ( x11-libs/gtk+:3 )
+"
+RDEPEND="${DEPEND}
+   >=sys-apps/dbus-1
+   >=app-accessibility/at-spi2-core-2.34[introspection]
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure $(use_enable 
test tests)
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir virtx dbus-run-session emake check
+}
+
+src_install() {
+   installing() {
+   gnome2_src_install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installing
+
+   docinto examples
+   dodoc examples/*.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2021-01-09 Thread Matt Turner
commit: ba23f449895395fe71e5a2ba8340cf89118c4b0b
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 10 02:06:05 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 10 02:17:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba23f449

dev-python/pyatspi: Add Python 3.9 compat

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pyatspi/pyatspi-2.36.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.36.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.36.0.ebuild
index fc64d663390..eb0d1d6d98b 100644
--- a/dev-python/pyatspi/pyatspi-2.36.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.36.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit gnome2 python-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2021-01-09 Thread Matt Turner
commit: 3a8290313911f062c3b046036f4c302954436977
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 10 02:10:46 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 10 02:17:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a829031

dev-python/pyatspi: Fix test deps

Closes: https://bugs.gentoo.org/739730
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pyatspi/pyatspi-2.36.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyatspi/pyatspi-2.36.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.36.0.ebuild
index 803dd65fb50..fc64d663390 100644
--- a/dev-python/pyatspi/pyatspi-2.36.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.36.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,7 +29,7 @@ RDEPEND="${COMMON_DEPEND}
 "
 DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
-   test? ( sys-apps/dbus )
+   test? ( dev-libs/dbus-glib )
 "
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2020-09-11 Thread Sergei Trofimovich
commit: 201c28ad75e2b99efca9d70ef5cb521849b0ce6f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Sep 11 13:58:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 11 16:56:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201c28ad

dev-python/pyatspi: stable 2.36.0 for sparc, bug #738728

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pyatspi/pyatspi-2.36.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.36.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.36.0.ebuild
index 4c5230acd97..803dd65fb50 100644
--- a/dev-python/pyatspi/pyatspi-2.36.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.36.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2020-08-16 Thread Mart Raudsepp
commit: 65db49f158d6f4c4e77f5d33d01baa30f876e9c5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Aug 16 07:14:15 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Aug 16 07:49:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65db49f1

dev-python/pyatspi: enable py3.8, tests

Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pyatspi/pyatspi-2.36.0.ebuild | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyatspi/pyatspi-2.36.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.36.0.ebuild
index 3c1b5335abf..3e2dd64de8a 100644
--- a/dev-python/pyatspi/pyatspi-2.36.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.36.0.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit gnome2 python-r1
+inherit gnome2 python-r1 virtualx
 
 DESCRIPTION="Python client bindings for D-Bus AT-SPI"
 HOMEPAGE="https://wiki.gnome.org/Accessibility;
@@ -14,7 +14,7 @@ LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
-IUSE="" # test
+IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 COMMON_DEPEND="${PYTHON_DEPS}
@@ -29,6 +29,7 @@ RDEPEND="${COMMON_DEPEND}
 "
 DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
+   test? ( sys-apps/dbus )
 "
 
 src_prepare() {
@@ -37,13 +38,17 @@ src_prepare() {
 }
 
 src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
+   python_foreach_impl run_in_build_dir gnome2_src_configure $(use_enable 
test tests)
 }
 
 src_compile() {
python_foreach_impl run_in_build_dir gnome2_src_compile
 }
 
+src_test() {
+   python_foreach_impl run_in_build_dir virtx dbus-run-session emake check
+}
+
 src_install() {
installing() {
gnome2_src_install



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2020-08-02 Thread Michał Górny
commit: f5294a473dde772276e83b1bc36c401b2d9db554
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 08:35:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 08:36:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5294a47

dev-python/pyatspi: Remove py2.7

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyatspi/pyatspi-2.34.0.ebuild | 2 +-
 dev-python/pyatspi/pyatspi-2.36.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyatspi/pyatspi-2.34.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.34.0.ebuild
index 30a72070bd9..911087e5669 100644
--- a/dev-python/pyatspi/pyatspi-2.34.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.34.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit gnome2 python-r1
 

diff --git a/dev-python/pyatspi/pyatspi-2.36.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.36.0.ebuild
index 0b7083708f4..3c1b5335abf 100644
--- a/dev-python/pyatspi/pyatspi-2.36.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.36.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit gnome2 python-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/files/, dev-python/pyatspi/

2020-07-29 Thread Mart Raudsepp
commit: 3ca09aabd4c7642d738b7bb111cf4f8acfb1b041
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 29 11:06:54 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 29 11:23:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca09aab

dev-python/pyatspi: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pyatspi/Manifest|  1 -
 .../files/pyatspi-2.6.0-examples-python3.patch | 26 --
 dev-python/pyatspi/pyatspi-2.32.1.ebuild   | 57 --
 3 files changed, 84 deletions(-)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index d3814ee8204..cecbf393cce 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,3 +1,2 @@
-DIST pyatspi-2.32.1.tar.xz 310896 BLAKE2B 
acf4a0211015daf5a19a796de9e267637ae77b2f79f0c6af20bfa5eb5a0fa0d4a62cf23524348299daebd515cccb7a4a1c18226e8c04356ea6439840613242a7
 SHA512 
6cdddc4275770a4f89e66355e18518f5cbf1c1f27298be1fb5bb8b67676eeeb81ce7f4fbb5ad617573f574e5fd5858d363c77a0e5727d637ae7275429b03
 DIST pyatspi-2.34.0.tar.xz 314060 BLAKE2B 
1d2c390c6f110a37e9553b1f1aeba75fa0585beabddb2d6db54aa8fddc671b844e7c670c7fdf9696e3833c8f9619dc8a2ecc364019f14703647e7996033c7dd7
 SHA512 
61b157f067e23b7a964cf8268f556ad059982f448e436ecb25c96915ecb53918c6ab7b29bfb4e7b85e25e6038e27678fbd3d0bfb61d14a038ab5eaeee1f682b4
 DIST pyatspi-2.36.0.tar.xz 315076 BLAKE2B 
f3f92dafab68ce003e9d63f8ebf901ef834eafb1fab3ddd2051dcfb308b79d7ce6fc4d9187ed51f3af8bebad5e6ef2296c19215ee209ad37fe717f332af8d8f7
 SHA512 
709236fd992f570426043e32b201bdfee06bb28faa3d1237778f4069d3548b88b8336e53c0951359f5c7e2914b90f6f682ac58e33c84e32f360bdc32662800af

diff --git a/dev-python/pyatspi/files/pyatspi-2.6.0-examples-python3.patch 
b/dev-python/pyatspi/files/pyatspi-2.6.0-examples-python3.patch
deleted file mode 100644
index 423cd644073..000
--- a/dev-python/pyatspi/files/pyatspi-2.6.0-examples-python3.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 4f10a696002179082e41568b5109400ac8478a96 Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev 
-Date: Mon, 10 Dec 2012 04:52:03 -0500
-Subject: [PATCH] examples: support python2 and python3 syntax
-
-https://bugzilla.gnome.org/show_bug.cgi?id=689957

- examples/magFocusTracker.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/examples/magFocusTracker.py b/examples/magFocusTracker.py
-index 47efe00..7ca3b67 100755
 a/examples/magFocusTracker.py
-+++ b/examples/magFocusTracker.py
-@@ -282,7 +282,7 @@ def main():
- startTracking()
- pyatspi.Registry.start()
- else:
--print 'Magnification service not available. Exiting.'
-+print('Magnification service not available. Exiting.')
- 
- return 0
- 
--- 
-1.8.0
-

diff --git a/dev-python/pyatspi/pyatspi-2.32.1.ebuild 
b/dev-python/pyatspi/pyatspi-2.32.1.ebuild
deleted file mode 100644
index b50265f49f9..000
--- a/dev-python/pyatspi/pyatspi-2.32.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Python binding to at-spi library"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-# 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 ~ia64 ~ppc ~ppc64 sparc x86"
-
-IUSE="" # test
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-libs/atk-2.11.2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-"
-RDEPEND="${COMMON_DEPEND}
-   >=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-2.32[introspection]
-   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
-   "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
-)
-
-src_prepare() {
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_install() {
-   python_foreach_impl run_in_build_dir gnome2_src_install
-
-   docinto examples
-   dodoc examples/*.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2020-07-28 Thread Sam James
commit: 9a9cddcd95d614bc8ed037b0d34901da01fa
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 29 04:46:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 29 04:49:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9cddcd

dev-python/pyatspi: sparc stable (bug #717144)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pyatspi/pyatspi-2.34.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.34.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.34.0.ebuild
index 61f12303c97..30a72070bd9 100644
--- a/dev-python/pyatspi/pyatspi-2.34.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.34.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2020-03-24 Thread Matt Turner
commit: 0004ad37a9032385a5ff4a10851388166b77aac2
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 25 04:20:34 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 25 04:38:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0004ad37

dev-python/pyatspi: Version bump to 2.36.0

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 +
 dev-python/pyatspi/pyatspi-2.36.0.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index 749dd6ca025..d3814ee8204 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,2 +1,3 @@
 DIST pyatspi-2.32.1.tar.xz 310896 BLAKE2B 
acf4a0211015daf5a19a796de9e267637ae77b2f79f0c6af20bfa5eb5a0fa0d4a62cf23524348299daebd515cccb7a4a1c18226e8c04356ea6439840613242a7
 SHA512 
6cdddc4275770a4f89e66355e18518f5cbf1c1f27298be1fb5bb8b67676eeeb81ce7f4fbb5ad617573f574e5fd5858d363c77a0e5727d637ae7275429b03
 DIST pyatspi-2.34.0.tar.xz 314060 BLAKE2B 
1d2c390c6f110a37e9553b1f1aeba75fa0585beabddb2d6db54aa8fddc671b844e7c670c7fdf9696e3833c8f9619dc8a2ecc364019f14703647e7996033c7dd7
 SHA512 
61b157f067e23b7a964cf8268f556ad059982f448e436ecb25c96915ecb53918c6ab7b29bfb4e7b85e25e6038e27678fbd3d0bfb61d14a038ab5eaeee1f682b4
+DIST pyatspi-2.36.0.tar.xz 315076 BLAKE2B 
f3f92dafab68ce003e9d63f8ebf901ef834eafb1fab3ddd2051dcfb308b79d7ce6fc4d9187ed51f3af8bebad5e6ef2296c19215ee209ad37fe717f332af8d8f7
 SHA512 
709236fd992f570426043e32b201bdfee06bb28faa3d1237778f4069d3548b88b8336e53c0951359f5c7e2914b90f6f682ac58e33c84e32f360bdc32662800af

diff --git a/dev-python/pyatspi/pyatspi-2.36.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.36.0.ebuild
new file mode 100644
index 000..0b7083708f4
--- /dev/null
+++ b/dev-python/pyatspi/pyatspi-2.36.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Python client bindings for D-Bus AT-SPI"
+HOMEPAGE="https://wiki.gnome.org/Accessibility;
+
+# 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="" # test
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-libs/atk-2.11.2
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
+"
+RDEPEND="${COMMON_DEPEND}
+   >=sys-apps/dbus-1
+   >=app-accessibility/at-spi2-core-2.34[introspection]
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2019-12-23 Thread Mart Raudsepp
commit: e1fb8adb1ef39ee9448c0dc5680efa7905cff777
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:10:51 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fb8adb

dev-python/pyatspi: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 -
 dev-python/pyatspi/pyatspi-2.30.0.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index aead3b53bcd..749dd6ca025 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,3 +1,2 @@
-DIST pyatspi-2.30.0.tar.xz 310672 BLAKE2B 
76d51e6ce2f39305bcda8f706b5207738d3a2c0fd7480efb77c4dab8baf8ed6eb71263375ff0c16be0087e47f7f6b5eab99c6fc8992b83bdea6e64c92c381043
 SHA512 
a7af81bb55dff45d1bceced645f6aeb1adc1fa2a2b61fc39d9e97b6659e474636e5ac1af9923588311e651fee57b5e31a62ea5b2977b341eda43a5a736bf27ed
 DIST pyatspi-2.32.1.tar.xz 310896 BLAKE2B 
acf4a0211015daf5a19a796de9e267637ae77b2f79f0c6af20bfa5eb5a0fa0d4a62cf23524348299daebd515cccb7a4a1c18226e8c04356ea6439840613242a7
 SHA512 
6cdddc4275770a4f89e66355e18518f5cbf1c1f27298be1fb5bb8b67676eeeb81ce7f4fbb5ad617573f574e5fd5858d363c77a0e5727d637ae7275429b03
 DIST pyatspi-2.34.0.tar.xz 314060 BLAKE2B 
1d2c390c6f110a37e9553b1f1aeba75fa0585beabddb2d6db54aa8fddc671b844e7c670c7fdf9696e3833c8f9619dc8a2ecc364019f14703647e7996033c7dd7
 SHA512 
61b157f067e23b7a964cf8268f556ad059982f448e436ecb25c96915ecb53918c6ab7b29bfb4e7b85e25e6038e27678fbd3d0bfb61d14a038ab5eaeee1f682b4

diff --git a/dev-python/pyatspi/pyatspi-2.30.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.30.0.ebuild
deleted file mode 100644
index 5a8d07f7a65..000
--- a/dev-python/pyatspi/pyatspi-2.30.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Python binding to at-spi library"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-# 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 ~ia64 ~ppc ~ppc64 sparc x86"
-
-IUSE="" # test
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-libs/atk-2.11.2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-"
-RDEPEND="${COMMON_DEPEND}
-   >=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-2.20.2[introspection]
-   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
-   "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
-)
-
-src_prepare() {
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_install() {
-   python_foreach_impl run_in_build_dir gnome2_src_install
-
-   docinto examples
-   dodoc examples/*.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2019-12-08 Thread Mikle Kolyada
commit: a9b74ed8bece3ca6fbe02dc9a8c53bd0ee4e4b73
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:57:26 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:57:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b74ed8

dev-python/pyatspi: sparc stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/pyatspi/pyatspi-2.32.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.32.1.ebuild 
b/dev-python/pyatspi/pyatspi-2.32.1.ebuild
index 9f60e6cf36b..4ce30738e66 100644
--- a/dev-python/pyatspi/pyatspi-2.32.1.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.32.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # 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 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2019-11-17 Thread Mart Raudsepp
commit: 947ed4030afc261a1c03390fcd529e8119a1ea8b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Nov 17 20:34:21 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Nov 17 20:34:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947ed403

dev-python/pyatspi: bump to 2.34.0, other tweaks

Fix lack of python optimization all levels with py3.
Update DESCRIPTION.
Support python3.7.

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 +
 dev-python/pyatspi/pyatspi-2.34.0.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index 5c0d1ddce50..aead3b53bcd 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,2 +1,3 @@
 DIST pyatspi-2.30.0.tar.xz 310672 BLAKE2B 
76d51e6ce2f39305bcda8f706b5207738d3a2c0fd7480efb77c4dab8baf8ed6eb71263375ff0c16be0087e47f7f6b5eab99c6fc8992b83bdea6e64c92c381043
 SHA512 
a7af81bb55dff45d1bceced645f6aeb1adc1fa2a2b61fc39d9e97b6659e474636e5ac1af9923588311e651fee57b5e31a62ea5b2977b341eda43a5a736bf27ed
 DIST pyatspi-2.32.1.tar.xz 310896 BLAKE2B 
acf4a0211015daf5a19a796de9e267637ae77b2f79f0c6af20bfa5eb5a0fa0d4a62cf23524348299daebd515cccb7a4a1c18226e8c04356ea6439840613242a7
 SHA512 
6cdddc4275770a4f89e66355e18518f5cbf1c1f27298be1fb5bb8b67676eeeb81ce7f4fbb5ad617573f574e5fd5858d363c77a0e5727d637ae7275429b03
+DIST pyatspi-2.34.0.tar.xz 314060 BLAKE2B 
1d2c390c6f110a37e9553b1f1aeba75fa0585beabddb2d6db54aa8fddc671b844e7c670c7fdf9696e3833c8f9619dc8a2ecc364019f14703647e7996033c7dd7
 SHA512 
61b157f067e23b7a964cf8268f556ad059982f448e436ecb25c96915ecb53918c6ab7b29bfb4e7b85e25e6038e27678fbd3d0bfb61d14a038ab5eaeee1f682b4

diff --git a/dev-python/pyatspi/pyatspi-2.34.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.34.0.ebuild
new file mode 100644
index 000..11642c0a868
--- /dev/null
+++ b/dev-python/pyatspi/pyatspi-2.34.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Python client bindings for D-Bus AT-SPI"
+HOMEPAGE="https://wiki.gnome.org/Accessibility;
+
+# 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="" # test
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-libs/atk-2.11.2
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
+"
+RDEPEND="${COMMON_DEPEND}
+   >=sys-apps/dbus-1
+   >=app-accessibility/at-spi2-core-2.34[introspection]
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2019-10-13 Thread Mart Raudsepp
commit: 4b5c4dffb78ff281d043609490996e39b1ff64d2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 13 15:34:43 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 13 16:26:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5c4dff

dev-python/pyatspi: bump to 2.32.1

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 +
 dev-python/pyatspi/pyatspi-2.32.1.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index a93cac21597..5c0d1ddce50 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1 +1,2 @@
 DIST pyatspi-2.30.0.tar.xz 310672 BLAKE2B 
76d51e6ce2f39305bcda8f706b5207738d3a2c0fd7480efb77c4dab8baf8ed6eb71263375ff0c16be0087e47f7f6b5eab99c6fc8992b83bdea6e64c92c381043
 SHA512 
a7af81bb55dff45d1bceced645f6aeb1adc1fa2a2b61fc39d9e97b6659e474636e5ac1af9923588311e651fee57b5e31a62ea5b2977b341eda43a5a736bf27ed
+DIST pyatspi-2.32.1.tar.xz 310896 BLAKE2B 
acf4a0211015daf5a19a796de9e267637ae77b2f79f0c6af20bfa5eb5a0fa0d4a62cf23524348299daebd515cccb7a4a1c18226e8c04356ea6439840613242a7
 SHA512 
6cdddc4275770a4f89e66355e18518f5cbf1c1f27298be1fb5bb8b67676eeeb81ce7f4fbb5ad617573f574e5fd5858d363c77a0e5727d637ae7275429b03

diff --git a/dev-python/pyatspi/pyatspi-2.32.1.ebuild 
b/dev-python/pyatspi/pyatspi-2.32.1.ebuild
new file mode 100644
index 000..9476dbba39d
--- /dev/null
+++ b/dev-python/pyatspi/pyatspi-2.32.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Python binding to at-spi library"
+HOMEPAGE="https://wiki.gnome.org/Accessibility;
+
+# 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="" # test
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-libs/atk-2.11.2
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
+"
+RDEPEND="${COMMON_DEPEND}
+   >=sys-apps/dbus-1
+   >=app-accessibility/at-spi2-core-2.32[introspection]
+   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
+   "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
+)
+
+src_prepare() {
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_install() {
+   python_foreach_impl run_in_build_dir gnome2_src_install
+
+   docinto examples
+   dodoc examples/*.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2019-08-03 Thread Aaron Bauman
commit: 5e1c298a66d4701e985701a6fb587d227e03854a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Aug  3 14:00:46 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Aug  3 14:04:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1c298a

dev-python/pyatspi: arm64 keyworded

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16

 dev-python/pyatspi/pyatspi-2.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.30.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.30.0.ebuild
index a7cd3471d98..5a8d07f7a65 100644
--- a/dev-python/pyatspi/pyatspi-2.30.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.30.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2019-06-20 Thread Mart Raudsepp
commit: dd416da52b99c3f4d1e7736adbc38f2c3209ee37
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Jun 20 20:11:36 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Jun 20 20:25:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd416da5

dev-python/pyatspi: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 -
 dev-python/pyatspi/pyatspi-2.24.0.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index edcd5ef6073..a93cac21597 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,2 +1 @@
-DIST pyatspi-2.24.0.tar.xz 298228 BLAKE2B 
a1c989df5431a9fdf0b35c5fa75a12b9c083c6a979052e3a621685feada611f4322195b30bc1f4f56cd35f305087756cded31a445cca07e74262ecd807926239
 SHA512 
ea0c3e5a5a417c4d494cfe33ccfcca1996f417e51f5ccd3508372a0df636fb186b9940d7832681af9b353aa50a9aabd64c5477fdabbc5016794a502396b3d67a
 DIST pyatspi-2.30.0.tar.xz 310672 BLAKE2B 
76d51e6ce2f39305bcda8f706b5207738d3a2c0fd7480efb77c4dab8baf8ed6eb71263375ff0c16be0087e47f7f6b5eab99c6fc8992b83bdea6e64c92c381043
 SHA512 
a7af81bb55dff45d1bceced645f6aeb1adc1fa2a2b61fc39d9e97b6659e474636e5ac1af9923588311e651fee57b5e31a62ea5b2977b341eda43a5a736bf27ed

diff --git a/dev-python/pyatspi/pyatspi-2.24.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.24.0.ebuild
deleted file mode 100644
index a7cd3471d98..000
--- a/dev-python/pyatspi/pyatspi-2.24.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Python binding to at-spi library"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-# Note: only some of the tests are GPL-licensed, everything else is LGPL
-LICENSE="LGPL-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
-
-IUSE="" # test
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-libs/atk-2.11.2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-"
-RDEPEND="${COMMON_DEPEND}
-   >=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-2.20.2[introspection]
-   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
-   "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
-)
-
-src_prepare() {
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_install() {
-   python_foreach_impl run_in_build_dir gnome2_src_install
-
-   docinto examples
-   dodoc examples/*.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2019-06-17 Thread Sergei Trofimovich
commit: 82429e73a98381e76882220abc59bb6175d6622b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:38:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82429e73

dev-python/pyatspi: stable 2.30.0 for sparc, bug #685254

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pyatspi/pyatspi-2.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.30.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.30.0.ebuild
index a092e8ba085..a7cd3471d98 100644
--- a/dev-python/pyatspi/pyatspi-2.30.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.30.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2019-03-30 Thread Mart Raudsepp
commit: 6241b19e127fe7351282967056539922216f1f1d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:16:53 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:55:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6241b19e

dev-python/pyatspi: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 -
 dev-python/pyatspi/pyatspi-2.26.0.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index 50d269886f5..edcd5ef6073 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,3 +1,2 @@
 DIST pyatspi-2.24.0.tar.xz 298228 BLAKE2B 
a1c989df5431a9fdf0b35c5fa75a12b9c083c6a979052e3a621685feada611f4322195b30bc1f4f56cd35f305087756cded31a445cca07e74262ecd807926239
 SHA512 
ea0c3e5a5a417c4d494cfe33ccfcca1996f417e51f5ccd3508372a0df636fb186b9940d7832681af9b353aa50a9aabd64c5477fdabbc5016794a502396b3d67a
-DIST pyatspi-2.26.0.tar.xz 309780 BLAKE2B 
f3657052ef7c5fde35506e04e5f1a3920fed5edd1af182b3e9bff6fc0461595e9b14644c8858d6f12b1042d57231fc09ae5061129d74a1030e0c8de88364ec7b
 SHA512 
a1aa7e608fa95bdf4c891666fe5038dd2fd7cc7e675cef4c9759ffed4f6342e3cebbc6d5fad8899c0c91eda29664a5f8ff06a1cb0ab46958c8f629cd014d3579
 DIST pyatspi-2.30.0.tar.xz 310672 BLAKE2B 
76d51e6ce2f39305bcda8f706b5207738d3a2c0fd7480efb77c4dab8baf8ed6eb71263375ff0c16be0087e47f7f6b5eab99c6fc8992b83bdea6e64c92c381043
 SHA512 
a7af81bb55dff45d1bceced645f6aeb1adc1fa2a2b61fc39d9e97b6659e474636e5ac1af9923588311e651fee57b5e31a62ea5b2977b341eda43a5a736bf27ed

diff --git a/dev-python/pyatspi/pyatspi-2.26.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.26.0.ebuild
deleted file mode 100644
index 25898e111ef..000
--- a/dev-python/pyatspi/pyatspi-2.26.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Python binding to at-spi library"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-# Note: only some of the tests are GPL-licensed, everything else is LGPL
-LICENSE="LGPL-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-IUSE="" # test
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-libs/atk-2.11.2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-"
-RDEPEND="${COMMON_DEPEND}
-   >=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-2.20.2[introspection]
-   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
-   "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
-)
-
-src_prepare() {
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_install() {
-   python_foreach_impl run_in_build_dir gnome2_src_install
-
-   docinto examples
-   dodoc examples/*.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2019-03-11 Thread Mart Raudsepp
commit: 0945241c04c71df904276a671da9783dbd4aa698
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Mar 11 18:36:02 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Mar 11 18:36:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0945241c

dev-python/pyatspi: bump to 2.30.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 +
 dev-python/pyatspi/pyatspi-2.30.0.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index 3c438ea0bad..50d269886f5 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,2 +1,3 @@
 DIST pyatspi-2.24.0.tar.xz 298228 BLAKE2B 
a1c989df5431a9fdf0b35c5fa75a12b9c083c6a979052e3a621685feada611f4322195b30bc1f4f56cd35f305087756cded31a445cca07e74262ecd807926239
 SHA512 
ea0c3e5a5a417c4d494cfe33ccfcca1996f417e51f5ccd3508372a0df636fb186b9940d7832681af9b353aa50a9aabd64c5477fdabbc5016794a502396b3d67a
 DIST pyatspi-2.26.0.tar.xz 309780 BLAKE2B 
f3657052ef7c5fde35506e04e5f1a3920fed5edd1af182b3e9bff6fc0461595e9b14644c8858d6f12b1042d57231fc09ae5061129d74a1030e0c8de88364ec7b
 SHA512 
a1aa7e608fa95bdf4c891666fe5038dd2fd7cc7e675cef4c9759ffed4f6342e3cebbc6d5fad8899c0c91eda29664a5f8ff06a1cb0ab46958c8f629cd014d3579
+DIST pyatspi-2.30.0.tar.xz 310672 BLAKE2B 
76d51e6ce2f39305bcda8f706b5207738d3a2c0fd7480efb77c4dab8baf8ed6eb71263375ff0c16be0087e47f7f6b5eab99c6fc8992b83bdea6e64c92c381043
 SHA512 
a7af81bb55dff45d1bceced645f6aeb1adc1fa2a2b61fc39d9e97b6659e474636e5ac1af9923588311e651fee57b5e31a62ea5b2977b341eda43a5a736bf27ed

diff --git a/dev-python/pyatspi/pyatspi-2.30.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.30.0.ebuild
new file mode 100644
index 000..25898e111ef
--- /dev/null
+++ b/dev-python/pyatspi/pyatspi-2.30.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Python binding to at-spi library"
+HOMEPAGE="https://wiki.gnome.org/Accessibility;
+
+# Note: only some of the tests are GPL-licensed, everything else is LGPL
+LICENSE="LGPL-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="" # test
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-libs/atk-2.11.2
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
+"
+RDEPEND="${COMMON_DEPEND}
+   >=sys-apps/dbus-1
+   >=app-accessibility/at-spi2-core-2.20.2[introspection]
+   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
+   "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
+)
+
+src_prepare() {
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_install() {
+   python_foreach_impl run_in_build_dir gnome2_src_install
+
+   docinto examples
+   dodoc examples/*.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2019-01-17 Thread Mart Raudsepp
commit: 707caa7dd9ba83fc90109499e2cf0eb2fe079a49
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Jan 17 13:49:35 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Jan 17 13:58:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707caa7d

dev-python/pyatspi: bump to 2.26.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pyatspi/Manifest  |  1 +
 dev-python/pyatspi/pyatspi-2.26.0.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index 4875a57f887..3c438ea0bad 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1 +1,2 @@
 DIST pyatspi-2.24.0.tar.xz 298228 BLAKE2B 
a1c989df5431a9fdf0b35c5fa75a12b9c083c6a979052e3a621685feada611f4322195b30bc1f4f56cd35f305087756cded31a445cca07e74262ecd807926239
 SHA512 
ea0c3e5a5a417c4d494cfe33ccfcca1996f417e51f5ccd3508372a0df636fb186b9940d7832681af9b353aa50a9aabd64c5477fdabbc5016794a502396b3d67a
+DIST pyatspi-2.26.0.tar.xz 309780 BLAKE2B 
f3657052ef7c5fde35506e04e5f1a3920fed5edd1af182b3e9bff6fc0461595e9b14644c8858d6f12b1042d57231fc09ae5061129d74a1030e0c8de88364ec7b
 SHA512 
a1aa7e608fa95bdf4c891666fe5038dd2fd7cc7e675cef4c9759ffed4f6342e3cebbc6d5fad8899c0c91eda29664a5f8ff06a1cb0ab46958c8f629cd014d3579

diff --git a/dev-python/pyatspi/pyatspi-2.26.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.26.0.ebuild
new file mode 100644
index 000..25898e111ef
--- /dev/null
+++ b/dev-python/pyatspi/pyatspi-2.26.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Python binding to at-spi library"
+HOMEPAGE="https://wiki.gnome.org/Accessibility;
+
+# Note: only some of the tests are GPL-licensed, everything else is LGPL
+LICENSE="LGPL-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="" # test
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-libs/atk-2.11.2
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
+"
+RDEPEND="${COMMON_DEPEND}
+   >=sys-apps/dbus-1
+   >=app-accessibility/at-spi2-core-2.20.2[introspection]
+   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
+   "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
+)
+
+src_prepare() {
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_install() {
+   python_foreach_impl run_in_build_dir gnome2_src_install
+
+   docinto examples
+   dodoc examples/*.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2018-02-03 Thread Mart Raudsepp
commit: b52c31334fbf8fec115f8bbd60e1f5a9807bc24e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb  3 19:23:37 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb  3 19:38:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52c3133

dev-python/pyatspi: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/pyatspi/Manifest  |  1 -
 dev-python/pyatspi/pyatspi-2.20.3.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index c95968623ba..4875a57f887 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,2 +1 @@
-DIST pyatspi-2.20.3.tar.xz 297368 BLAKE2B 
47b82bc5fffd513eb9c9be608172df2b434c6696567a7fb9b78393e5e591a88ffedb8d398bc8fc537ec0d8d1e693ce06e9b9f45bd89e3a5465e18ba09fe83224
 SHA512 
87f9dccb0be1b85ed850abaf28270c2fd5e52a43dcd94e452f650d6aea8a52bb59d9b9e9d4312bd0fe88d549812c1ddbbceb05955687134613ecd6e1b7af4ace
 DIST pyatspi-2.24.0.tar.xz 298228 BLAKE2B 
a1c989df5431a9fdf0b35c5fa75a12b9c083c6a979052e3a621685feada611f4322195b30bc1f4f56cd35f305087756cded31a445cca07e74262ecd807926239
 SHA512 
ea0c3e5a5a417c4d494cfe33ccfcca1996f417e51f5ccd3508372a0df636fb186b9940d7832681af9b353aa50a9aabd64c5477fdabbc5016794a502396b3d67a

diff --git a/dev-python/pyatspi/pyatspi-2.20.3.ebuild 
b/dev-python/pyatspi/pyatspi-2.20.3.ebuild
deleted file mode 100644
index 18ee017f27f..000
--- a/dev-python/pyatspi/pyatspi-2.20.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Python binding to at-spi library"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-# Note: only some of the tests are GPL-licensed, everything else is LGPL
-LICENSE="LGPL-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
-
-IUSE="" # test
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-libs/atk-2.11.2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-"
-RDEPEND="${COMMON_DEPEND}
-   >=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-2.20.2[introspection]
-   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
-   "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
-)
-
-src_prepare() {
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_install() {
-   python_foreach_impl run_in_build_dir gnome2_src_install
-
-   docinto examples
-   dodoc examples/*.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2018-01-26 Thread Thomas Deutschmann
commit: fef254c5841471c61e182eff41c39fff033a76f4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:31:49 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef254c5

dev-python/pyatspi: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 dev-python/pyatspi/pyatspi-2.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.24.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.24.0.ebuild
index 9a677317201..347a19895d3 100644
--- a/dev-python/pyatspi/pyatspi-2.24.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.24.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2018-01-17 Thread Mikle Kolyada
commit: 00998b29f6514501333085eddb55ff992481b2fc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 02:18:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 02:19:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00998b29

dev-python/pyatspi: amd64 stable wrt bug #631656

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/pyatspi/pyatspi-2.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.24.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.24.0.ebuild
index 28383dc3283..9a677317201 100644
--- a/dev-python/pyatspi/pyatspi-2.24.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.24.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2018-01-13 Thread Sergei Trofimovich
commit: d24c1e7bf59a479f18700abc2b156d766459b296
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jan 13 11:40:09 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 13 12:12:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24c1e7b

dev-python/pyatspi: stable 2.24.0 for sparc, bug #631656

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 dev-python/pyatspi/pyatspi-2.24.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyatspi/pyatspi-2.24.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.24.0.ebuild
index 48ca4d41ff7..28383dc3283 100644
--- a/dev-python/pyatspi/pyatspi-2.24.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.24.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2017-12-09 Thread Sergei Trofimovich
commit: 4c308b9f736f6623673f56006f70ea520ab93cb4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec 10 00:35:26 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 10 00:35:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c308b9f

dev-python/pyatspi: stable 2.20.3 for sparc, bug #606818 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-python/pyatspi/pyatspi-2.20.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.20.3.ebuild 
b/dev-python/pyatspi/pyatspi-2.20.3.ebuild
index b186e079ea3..18ee017f27f 100644
--- a/dev-python/pyatspi/pyatspi-2.20.3.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.20.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2017-08-27 Thread Mart Raudsepp
commit: cea013186a241dfcee335cd99fa25290eb4d8ee6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Aug 27 21:08:04 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Aug 27 21:24:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea01318

dev-python/pyatspi-2.20.3: Add python3_6 compatibility

2.20.3 also did the enum keyword changes for 3.6 compat, just
like 2.24.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pyatspi/pyatspi-2.20.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.20.3.ebuild 
b/dev-python/pyatspi/pyatspi-2.20.3.ebuild
index a26fbd3eaf2..b186e079ea3 100644
--- a/dev-python/pyatspi/pyatspi-2.20.3.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.20.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit gnome2 python-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2017-08-15 Thread Gilles Dartiguelongue
commit: e4ac27f0ee90fcbcf8f8113de417b1ad31e037c5
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Aug 15 21:26:20 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Aug 15 22:43:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ac27f0

dev-python/pyatspi: version bump 2.20.3 → 2.24.0

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/pyatspi/Manifest  |  1 +
 dev-python/pyatspi/pyatspi-2.24.0.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index 134bbbaab28..99bc955c119 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1 +1,2 @@
 DIST pyatspi-2.20.3.tar.xz 297368 SHA256 
628f19cc5790b02ae6ec8580902683520087fba503c06c71257c572108cb5850 SHA512 
87f9dccb0be1b85ed850abaf28270c2fd5e52a43dcd94e452f650d6aea8a52bb59d9b9e9d4312bd0fe88d549812c1ddbbceb05955687134613ecd6e1b7af4ace
 WHIRLPOOL 
5468c5cc1fc12fad84c10184014167f69b322757eaaa27e4abc25d376be27a6664a53295d66f0909923920316a4dc8c0d018165d5f5b0e382c84dc9e4252714d
+DIST pyatspi-2.24.0.tar.xz 298228 SHA256 
e7ef47a5d387fdc64a01722ef2bcced54c4d6b225fbe34867189e1f88ff0a692 SHA512 
ea0c3e5a5a417c4d494cfe33ccfcca1996f417e51f5ccd3508372a0df636fb186b9940d7832681af9b353aa50a9aabd64c5477fdabbc5016794a502396b3d67a
 WHIRLPOOL 
e39152ebe90a2e5461bbc663910821306a18a524a687cf72985bcb3601ca428ce85aa05cc6e1b9e30992eee64c1c9e434c5a039f8f6b18d7f3d133c51168a33d

diff --git a/dev-python/pyatspi/pyatspi-2.24.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.24.0.ebuild
new file mode 100644
index 000..48ca4d41ff7
--- /dev/null
+++ b/dev-python/pyatspi/pyatspi-2.24.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Python binding to at-spi library"
+HOMEPAGE="https://wiki.gnome.org/Accessibility;
+
+# Note: only some of the tests are GPL-licensed, everything else is LGPL
+LICENSE="LGPL-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="" # test
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-libs/atk-2.11.2
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
+"
+RDEPEND="${COMMON_DEPEND}
+   >=sys-apps/dbus-1
+   >=app-accessibility/at-spi2-core-2.20.2[introspection]
+   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
+   "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
+)
+
+src_prepare() {
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_install() {
+   python_foreach_impl run_in_build_dir gnome2_src_install
+
+   docinto examples
+   dodoc examples/*.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2017-02-15 Thread Mart Raudsepp
commit: 92449118e15353d87b752f8697b2ca7019fbc2d5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Feb 15 19:19:52 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Feb 15 19:23:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92449118

dev-python/pyatspi: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/pyatspi/Manifest  |  1 -
 dev-python/pyatspi/pyatspi-2.20.2.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index 0b04d9e11f..134bbbaab2 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,2 +1 @@
-DIST pyatspi-2.20.2.tar.xz 298724 SHA256 
50e5021cd19f2b12b36ba06635aa4e8c9d980eb988855b352b24f80bddf317da SHA512 
5110ca81520d673b3a96ae094b5727ff62601b4ab07af8cf50cdfe4e26db3d11e9dedd69d629b5630a67b5de3be306d9c432a8a76ffbf73041303fbd751a1d0a
 WHIRLPOOL 
2ebbe67ffdf05f701b930112b8aeb8491b6b6d0a55e632445e5b29f11742b1ee3e2d219ca249169cb3414954951ff5e9873cbc527a798efbe0802bf9b1155a20
 DIST pyatspi-2.20.3.tar.xz 297368 SHA256 
628f19cc5790b02ae6ec8580902683520087fba503c06c71257c572108cb5850 SHA512 
87f9dccb0be1b85ed850abaf28270c2fd5e52a43dcd94e452f650d6aea8a52bb59d9b9e9d4312bd0fe88d549812c1ddbbceb05955687134613ecd6e1b7af4ace
 WHIRLPOOL 
5468c5cc1fc12fad84c10184014167f69b322757eaaa27e4abc25d376be27a6664a53295d66f0909923920316a4dc8c0d018165d5f5b0e382c84dc9e4252714d

diff --git a/dev-python/pyatspi/pyatspi-2.20.2.ebuild 
b/dev-python/pyatspi/pyatspi-2.20.2.ebuild
deleted file mode 100644
index a06111aade..00
--- a/dev-python/pyatspi/pyatspi-2.20.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Python binding to at-spi library"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-# Note: only some of the tests are GPL-licensed, everything else is LGPL
-LICENSE="LGPL-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="" # test
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-libs/atk-2.11.2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-"
-RDEPEND="${COMMON_DEPEND}
-   >=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-${PV}[introspection]
-   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
-   "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
-)
-
-src_prepare() {
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_install() {
-   python_foreach_impl run_in_build_dir gnome2_src_install
-
-   docinto examples
-   dodoc examples/*.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2017-01-21 Thread Pacho Ramos
commit: 36c1407344fa5661d35051ce4cd10c33d986fdea
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 21 21:50:14 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 21 21:50:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c14073

dev-python/pyatspi: This only needs to be stable on amd64 and x86

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/pyatspi/pyatspi-2.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.20.2.ebuild 
b/dev-python/pyatspi/pyatspi-2.20.2.ebuild
index 8c0ea76..a06111a 100644
--- a/dev-python/pyatspi/pyatspi-2.20.2.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.20.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2017-01-21 Thread Pacho Ramos
commit: 4ac77aa770f8fe3634ada85a9e5a0cfd18215b9f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 21 19:49:43 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 21 19:51:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac77aa7

dev-python/pyatspi: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/pyatspi/Manifest  |  2 --
 dev-python/pyatspi/pyatspi-2.16.0.ebuild | 58 
 dev-python/pyatspi/pyatspi-2.18.0.ebuild | 58 
 3 files changed, 118 deletions(-)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index 6c9e8ef..0b04d9e 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,4 +1,2 @@
-DIST pyatspi-2.16.0.tar.xz 301204 SHA256 
a67a857ca5eaf16fc059d9be47d0850edd93bffdd777c1b7612ecc95f6e3b4a0 SHA512 
aeb3f288a40bbc9a92dc5e8155f632af5545e72452aeef4ae27d878a8b517f04ea2d39dbc88a98ecfe3404adc0d7badf77a2f2df13354d9fceedb594e4a70468
 WHIRLPOOL 
c9afdd8f239b59121cf87f3c40412133172960edfd26bbc5c6a47183a11454301aa3a90815a03036065fa4ae1437487e53c8374fa412dc72ae5f600b15f9165e
-DIST pyatspi-2.18.0.tar.xz 297992 SHA256 
f86f03ad05d0502cd60fe8b98f746f74ce3bc208e9f3798f6a2130b3c5f4ab46 SHA512 
606caf4315c4ab6893583f1af7f6e7d55bfd13c04c20465af4cf49d29285b5ab8434d3cb48e57b854a8fe9c80eb8dd926726c804f5f319606dd78c812a15ef98
 WHIRLPOOL 
4a5b12ad8a15591142d323bb8022d56e467f9b74700bb52da8740a80ad3864437ecd07887f05029df7be200adb4c30910c8b0c7015ded4e1c96caa33009c8e3e
 DIST pyatspi-2.20.2.tar.xz 298724 SHA256 
50e5021cd19f2b12b36ba06635aa4e8c9d980eb988855b352b24f80bddf317da SHA512 
5110ca81520d673b3a96ae094b5727ff62601b4ab07af8cf50cdfe4e26db3d11e9dedd69d629b5630a67b5de3be306d9c432a8a76ffbf73041303fbd751a1d0a
 WHIRLPOOL 
2ebbe67ffdf05f701b930112b8aeb8491b6b6d0a55e632445e5b29f11742b1ee3e2d219ca249169cb3414954951ff5e9873cbc527a798efbe0802bf9b1155a20
 DIST pyatspi-2.20.3.tar.xz 297368 SHA256 
628f19cc5790b02ae6ec8580902683520087fba503c06c71257c572108cb5850 SHA512 
87f9dccb0be1b85ed850abaf28270c2fd5e52a43dcd94e452f650d6aea8a52bb59d9b9e9d4312bd0fe88d549812c1ddbbceb05955687134613ecd6e1b7af4ace
 WHIRLPOOL 
5468c5cc1fc12fad84c10184014167f69b322757eaaa27e4abc25d376be27a6664a53295d66f0909923920316a4dc8c0d018165d5f5b0e382c84dc9e4252714d

diff --git a/dev-python/pyatspi/pyatspi-2.16.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.16.0.ebuild
deleted file mode 100644
index 7ca4feb..
--- a/dev-python/pyatspi/pyatspi-2.16.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit eutils gnome2 python-r1
-
-DESCRIPTION="Python binding to at-spi library"
-HOMEPAGE="https://live.gnome.org/Accessibility;
-
-# Note: only some of the tests are GPL-licensed, everything else is LGPL
-LICENSE="LGPL-2 GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="" # test
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
-   >=dev-libs/atk-2.11.2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS}
-"
-RDEPEND="${COMMON_DEPEND}
-   >=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-${PV}[introspection]
-   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
-   epatch "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
-
-   gnome2_src_prepare
-
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_install() {
-   python_foreach_impl run_in_build_dir gnome2_src_install
-
-   docinto examples
-   dodoc examples/*.py
-}

diff --git a/dev-python/pyatspi/pyatspi-2.18.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.18.0.ebuild
deleted file mode 100644
index 56dcd5d..
--- a/dev-python/pyatspi/pyatspi-2.18.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit eutils gnome2 python-r1
-
-DESCRIPTION="Python binding to at-spi library"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-# Note: only some of the tests are GPL-licensed, everything else is LGPL
-LICENSE="LGPL-2 GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
-IUSE="" # test
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
-   >=dev-libs/atk-2.11.2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS}
-"
-RDEPEND="${COMMON_DEPEND}
-   >=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-${PV}[introspection]
- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2017-01-21 Thread Pacho Ramos
commit: 1ef3fb4393d51170a7f013b8c8124fc99cd3decd
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 21 19:48:33 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 21 19:51:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef3fb43

dev-python/pyatspi: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/pyatspi/Manifest  |  1 +
 dev-python/pyatspi/pyatspi-2.20.3.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index c5e2258..6c9e8ef 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,3 +1,4 @@
 DIST pyatspi-2.16.0.tar.xz 301204 SHA256 
a67a857ca5eaf16fc059d9be47d0850edd93bffdd777c1b7612ecc95f6e3b4a0 SHA512 
aeb3f288a40bbc9a92dc5e8155f632af5545e72452aeef4ae27d878a8b517f04ea2d39dbc88a98ecfe3404adc0d7badf77a2f2df13354d9fceedb594e4a70468
 WHIRLPOOL 
c9afdd8f239b59121cf87f3c40412133172960edfd26bbc5c6a47183a11454301aa3a90815a03036065fa4ae1437487e53c8374fa412dc72ae5f600b15f9165e
 DIST pyatspi-2.18.0.tar.xz 297992 SHA256 
f86f03ad05d0502cd60fe8b98f746f74ce3bc208e9f3798f6a2130b3c5f4ab46 SHA512 
606caf4315c4ab6893583f1af7f6e7d55bfd13c04c20465af4cf49d29285b5ab8434d3cb48e57b854a8fe9c80eb8dd926726c804f5f319606dd78c812a15ef98
 WHIRLPOOL 
4a5b12ad8a15591142d323bb8022d56e467f9b74700bb52da8740a80ad3864437ecd07887f05029df7be200adb4c30910c8b0c7015ded4e1c96caa33009c8e3e
 DIST pyatspi-2.20.2.tar.xz 298724 SHA256 
50e5021cd19f2b12b36ba06635aa4e8c9d980eb988855b352b24f80bddf317da SHA512 
5110ca81520d673b3a96ae094b5727ff62601b4ab07af8cf50cdfe4e26db3d11e9dedd69d629b5630a67b5de3be306d9c432a8a76ffbf73041303fbd751a1d0a
 WHIRLPOOL 
2ebbe67ffdf05f701b930112b8aeb8491b6b6d0a55e632445e5b29f11742b1ee3e2d219ca249169cb3414954951ff5e9873cbc527a798efbe0802bf9b1155a20
+DIST pyatspi-2.20.3.tar.xz 297368 SHA256 
628f19cc5790b02ae6ec8580902683520087fba503c06c71257c572108cb5850 SHA512 
87f9dccb0be1b85ed850abaf28270c2fd5e52a43dcd94e452f650d6aea8a52bb59d9b9e9d4312bd0fe88d549812c1ddbbceb05955687134613ecd6e1b7af4ace
 WHIRLPOOL 
5468c5cc1fc12fad84c10184014167f69b322757eaaa27e4abc25d376be27a6664a53295d66f0909923920316a4dc8c0d018165d5f5b0e382c84dc9e4252714d

diff --git a/dev-python/pyatspi/pyatspi-2.20.3.ebuild 
b/dev-python/pyatspi/pyatspi-2.20.3.ebuild
new file mode 100644
index ..161e119
--- /dev/null
+++ b/dev-python/pyatspi/pyatspi-2.20.3.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Python binding to at-spi library"
+HOMEPAGE="https://wiki.gnome.org/Accessibility;
+
+# Note: only some of the tests are GPL-licensed, everything else is LGPL
+LICENSE="LGPL-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="" # test
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-libs/atk-2.11.2
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
+"
+RDEPEND="${COMMON_DEPEND}
+   >=sys-apps/dbus-1
+   >=app-accessibility/at-spi2-core-2.20.2[introspection]
+   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
+   "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
+)
+
+src_prepare() {
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_install() {
+   python_foreach_impl run_in_build_dir gnome2_src_install
+
+   docinto examples
+   dodoc examples/*.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2017-01-21 Thread Pacho Ramos
commit: 0866519450fcc4b62836da84fe035f6b37d93b6e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 21 19:50:17 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 21 19:51:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08665194

dev-python/pyatspi: This only needs to be stable on amd64 and x86

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/pyatspi/pyatspi-2.20.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyatspi/pyatspi-2.20.2.ebuild 
b/dev-python/pyatspi/pyatspi-2.20.2.ebuild
index 0c3109f..a06111a 100644
--- a/dev-python/pyatspi/pyatspi-2.20.2.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.20.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2016-12-06 Thread Markus Meier
commit: b442e94856e6d3f7fe76198ee7e1aedf8132239e
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Dec  6 20:23:55 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Dec  6 20:23:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b442e948

dev-python/pyatspi: arm stable, bug #587010

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 dev-python/pyatspi/pyatspi-2.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.20.2.ebuild 
b/dev-python/pyatspi/pyatspi-2.20.2.ebuild
index 456dbe4..0c3109f 100644
--- a/dev-python/pyatspi/pyatspi-2.20.2.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.20.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2016-06-07 Thread Tobias Klausmann
commit: abaffcd0b44e6fd370908ee1bd54321abf781ae5
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun  7 06:56:31 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun  7 07:02:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abaffcd0

dev-python/pyatspi-2.18.0-r0: add alpha keyword

Gentoo-Bug: 584468

Package-Manager: portage-2.3.0_rc1

 dev-python/pyatspi/pyatspi-2.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyatspi/pyatspi-2.18.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.18.0.ebuild
index 6b1082b..8ab0852 100644
--- a/dev-python/pyatspi/pyatspi-2.18.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2016-05-03 Thread Markus Meier
commit: 806feaa7c0316e2b8c43127c1d0d1bc614c0fdd0
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May  3 20:09:33 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May  3 20:09:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806feaa7

dev-python/pyatspi: arm stable, bug #566378

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 dev-python/pyatspi/pyatspi-2.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.18.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.18.0.ebuild
index 6ac0582..6b1082b 100644
--- a/dev-python/pyatspi/pyatspi-2.18.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.18.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2016-03-06 Thread Mikle Kolyada
commit: de1d0020031776d5380a3ec891e2d4906e8a2b57
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  6 16:25:16 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  6 16:40:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1d0020

dev-python/pyatspi: x86 stable wrt bug #427546

Package-Manager: portage-2.2.26

 dev-python/pyatspi/pyatspi-2.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.18.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.18.0.ebuild
index 7e7fb8c..b81e6eb 100644
--- a/dev-python/pyatspi/pyatspi-2.18.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.18.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2015-11-16 Thread Pacho Ramos
commit: 36db4c211481eae600ae0a0b914182edbe81b8a8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Nov 16 21:24:35 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Nov 16 21:55:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36db4c21

dev-python/pyatspi: Drop old

Package-Manager: portage-2.2.24

 dev-python/pyatspi/Manifest  |  2 --
 dev-python/pyatspi/pyatspi-2.12.0.ebuild | 58 
 dev-python/pyatspi/pyatspi-2.14.0.ebuild | 58 
 3 files changed, 118 deletions(-)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index 03bad1d..be6c5d4 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,4 +1,2 @@
-DIST pyatspi-2.12.0.tar.xz 300092 SHA256 
4e6cd801412a090dcc7ec2a27298dee5e84dc0af11479d5d5c061254b8ea6ac4 SHA512 
2ac9f4e40d35594ca9327b431c28ae2d02380e7c4f4fff4f65282dbdfe4cec76ee09c306eafcd175bcaeb2e6bcfb911e8d4c8ed8366ccb88e7fadf0aac2b3cb7
 WHIRLPOOL 
c3dfb65082ce1f444fdddbef95119def1cd7b48b4d965d7b9e4306be8a71cbab6268f6d42793f4c89470833418c45c24991d90cadaa4a4f47ce6b589979f
-DIST pyatspi-2.14.0.tar.xz 300100 SHA256 
b615dd81abccb929b0e120f64573b1f8c2a8f6d0651185d32d4fb7e75613bb48 SHA512 
016c55cb10c52a8e3382531bda655a936c40a915aadb1400d0d28786c8a6d95c790830b63662c29000ce26b43bda46cdf604d334696fb94e7d8d964e52d1226c
 WHIRLPOOL 
dab1e37880b7439b889961982c918c2254540454a89733a0aaec9bc851297d78cd40ed524e792a55ee2a2cf982379fac883850fa71a0ee9c3e540054ec65f61b
 DIST pyatspi-2.16.0.tar.xz 301204 SHA256 
a67a857ca5eaf16fc059d9be47d0850edd93bffdd777c1b7612ecc95f6e3b4a0 SHA512 
aeb3f288a40bbc9a92dc5e8155f632af5545e72452aeef4ae27d878a8b517f04ea2d39dbc88a98ecfe3404adc0d7badf77a2f2df13354d9fceedb594e4a70468
 WHIRLPOOL 
c9afdd8f239b59121cf87f3c40412133172960edfd26bbc5c6a47183a11454301aa3a90815a03036065fa4ae1437487e53c8374fa412dc72ae5f600b15f9165e
 DIST pyatspi-2.18.0.tar.xz 297992 SHA256 
f86f03ad05d0502cd60fe8b98f746f74ce3bc208e9f3798f6a2130b3c5f4ab46 SHA512 
606caf4315c4ab6893583f1af7f6e7d55bfd13c04c20465af4cf49d29285b5ab8434d3cb48e57b854a8fe9c80eb8dd926726c804f5f319606dd78c812a15ef98
 WHIRLPOOL 
4a5b12ad8a15591142d323bb8022d56e467f9b74700bb52da8740a80ad3864437ecd07887f05029df7be200adb4c30910c8b0c7015ded4e1c96caa33009c8e3e

diff --git a/dev-python/pyatspi/pyatspi-2.12.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.12.0.ebuild
deleted file mode 100644
index 2ee0a00..000
--- a/dev-python/pyatspi/pyatspi-2.12.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit eutils gnome2 python-r1
-
-DESCRIPTION="Python binding to at-spi library"
-HOMEPAGE="https://live.gnome.org/Accessibility;
-
-# Note: only some of the tests are GPL-licensed, everything else is LGPL
-LICENSE="LGPL-2 GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="" # test
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
-   >=dev-libs/atk-2.11.2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS}
-"
-RDEPEND="${COMMON_DEPEND}
-   >=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-${PV}[introspection]
-   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
-   epatch "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
-
-   gnome2_src_prepare
-
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_install() {
-   python_foreach_impl run_in_build_dir gnome2_src_install
-
-   docinto examples
-   dodoc examples/*.py
-}

diff --git a/dev-python/pyatspi/pyatspi-2.14.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.14.0.ebuild
deleted file mode 100644
index 2ee0a00..000
--- a/dev-python/pyatspi/pyatspi-2.14.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit eutils gnome2 python-r1
-
-DESCRIPTION="Python binding to at-spi library"
-HOMEPAGE="https://live.gnome.org/Accessibility;
-
-# Note: only some of the tests are GPL-licensed, everything else is LGPL
-LICENSE="LGPL-2 GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="" # test
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
-   >=dev-libs/atk-2.11.2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS}
-"
-RDEPEND="${COMMON_DEPEND}
-   >=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-${PV}[introspection]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2015-11-16 Thread Pacho Ramos
commit: 2acbdbd8e77f425fd1df093101de88e20b418abd
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Nov 16 21:24:05 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Nov 16 21:55:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2acbdbd8

dev-python/pyatspi: Version bump

Package-Manager: portage-2.2.24

 dev-python/pyatspi/Manifest  |  1 +
 dev-python/pyatspi/pyatspi-2.18.0.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index 089b82e..03bad1d 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,3 +1,4 @@
 DIST pyatspi-2.12.0.tar.xz 300092 SHA256 
4e6cd801412a090dcc7ec2a27298dee5e84dc0af11479d5d5c061254b8ea6ac4 SHA512 
2ac9f4e40d35594ca9327b431c28ae2d02380e7c4f4fff4f65282dbdfe4cec76ee09c306eafcd175bcaeb2e6bcfb911e8d4c8ed8366ccb88e7fadf0aac2b3cb7
 WHIRLPOOL 
c3dfb65082ce1f444fdddbef95119def1cd7b48b4d965d7b9e4306be8a71cbab6268f6d42793f4c89470833418c45c24991d90cadaa4a4f47ce6b589979f
 DIST pyatspi-2.14.0.tar.xz 300100 SHA256 
b615dd81abccb929b0e120f64573b1f8c2a8f6d0651185d32d4fb7e75613bb48 SHA512 
016c55cb10c52a8e3382531bda655a936c40a915aadb1400d0d28786c8a6d95c790830b63662c29000ce26b43bda46cdf604d334696fb94e7d8d964e52d1226c
 WHIRLPOOL 
dab1e37880b7439b889961982c918c2254540454a89733a0aaec9bc851297d78cd40ed524e792a55ee2a2cf982379fac883850fa71a0ee9c3e540054ec65f61b
 DIST pyatspi-2.16.0.tar.xz 301204 SHA256 
a67a857ca5eaf16fc059d9be47d0850edd93bffdd777c1b7612ecc95f6e3b4a0 SHA512 
aeb3f288a40bbc9a92dc5e8155f632af5545e72452aeef4ae27d878a8b517f04ea2d39dbc88a98ecfe3404adc0d7badf77a2f2df13354d9fceedb594e4a70468
 WHIRLPOOL 
c9afdd8f239b59121cf87f3c40412133172960edfd26bbc5c6a47183a11454301aa3a90815a03036065fa4ae1437487e53c8374fa412dc72ae5f600b15f9165e
+DIST pyatspi-2.18.0.tar.xz 297992 SHA256 
f86f03ad05d0502cd60fe8b98f746f74ce3bc208e9f3798f6a2130b3c5f4ab46 SHA512 
606caf4315c4ab6893583f1af7f6e7d55bfd13c04c20465af4cf49d29285b5ab8434d3cb48e57b854a8fe9c80eb8dd926726c804f5f319606dd78c812a15ef98
 WHIRLPOOL 
4a5b12ad8a15591142d323bb8022d56e467f9b74700bb52da8740a80ad3864437ecd07887f05029df7be200adb4c30910c8b0c7015ded4e1c96caa33009c8e3e

diff --git a/dev-python/pyatspi/pyatspi-2.18.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.18.0.ebuild
new file mode 100644
index 000..66f9f44
--- /dev/null
+++ b/dev-python/pyatspi/pyatspi-2.18.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit eutils gnome2 python-r1
+
+DESCRIPTION="Python binding to at-spi library"
+HOMEPAGE="https://wiki.gnome.org/Accessibility;
+
+# Note: only some of the tests are GPL-licensed, everything else is LGPL
+LICENSE="LGPL-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="" # test
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="
+   >=dev-libs/atk-2.11.2
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
+"
+RDEPEND="${COMMON_DEPEND}
+   >=sys-apps/dbus-1
+   >=app-accessibility/at-spi2-core-${PV}[introspection]
+   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
+   epatch "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
+
+   gnome2_src_prepare
+
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_install() {
+   python_foreach_impl run_in_build_dir gnome2_src_install
+
+   docinto examples
+   dodoc examples/*.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2015-11-09 Thread Pacho Ramos
commit: dfd19ddc33c8f6b1ed18f6192bf8e40e6d8a1b24
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Nov  9 21:44:35 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Nov  9 21:51:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd19ddc

dev-python/pyatspi: Support python3_5

Package-Manager: portage-2.2.24

 dev-python/pyatspi/pyatspi-2.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.16.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.16.0.ebuild
index c8d1b19..a150972 100644
--- a/dev-python/pyatspi/pyatspi-2.16.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.16.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit eutils gnome2 python-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2015-10-03 Thread Markus Meier
commit: 69cb9af2557982931f643fe8afd828b5be6d2907
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Oct  3 08:30:42 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Oct  3 08:30:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cb9af2

dev-python/pyatspi: arm stable, bug #551826

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="arm"

 dev-python/pyatspi/pyatspi-2.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.16.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.16.0.ebuild
index 12f5955..db1853a 100644
--- a/dev-python/pyatspi/pyatspi-2.16.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.16.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://live.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/

2015-09-20 Thread Jeroen Roovers
commit: 09983bdc5f6d5256512e0dae622100c53fc02dd5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 20 05:54:58 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 20 05:54:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09983bdc

dev-python/pyatspi: Stable for HPPA (bug #551826).

Package-Manager: portage-2.2.20.1
RepoMan-Options: --ignore-arches

 dev-python/pyatspi/pyatspi-2.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyatspi/pyatspi-2.16.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.16.0.ebuild
index e2a9d82..56e38f0 100644
--- a/dev-python/pyatspi/pyatspi-2.16.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.16.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://live.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"