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

2019-02-23 Thread Mart Raudsepp
commit: fbe20a66c4a6f3603a6c1ab406a64c959d04a5b5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb 23 20:32:37 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 23 20:32:37 2019 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=fbe20a66

dev-python/pyatspi: remove 2.26, available in ::gentoo

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

 dev-python/pyatspi/pyatspi-2.26.0.ebuild | 57 
 1 file changed, 57 deletions(-)

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 07a9163d..
--- a/dev-python/pyatspi/pyatspi-2.26.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 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] proj/gnome:master commit in: dev-python/pyatspi/

2018-09-10 Thread Gilles Dartiguelongue
commit: 2b55ec62959c37c95448daef2770381eb8a02812
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Sep 10 20:06:02 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Sep 10 20:32:16 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2b55ec62

dev-python/pyatspi: 2.24.0 → 2.26.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 .../{pyatspi-.ebuild => pyatspi-2.26.0.ebuild} | 35 --
 dev-python/pyatspi/pyatspi-.ebuild | 22 +++---
 2 files changed, 23 insertions(+), 34 deletions(-)

diff --git a/dev-python/pyatspi/pyatspi-.ebuild 
b/dev-python/pyatspi/pyatspi-2.26.0.ebuild
similarity index 63%
copy from dev-python/pyatspi/pyatspi-.ebuild
copy to dev-python/pyatspi/pyatspi-2.26.0.ebuild
index d1fda773..07a9163d 100644
--- a/dev-python/pyatspi/pyatspi-.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.26.0.ebuild
@@ -1,52 +1,43 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 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} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit eutils gnome2 python-r1
-if [[ ${PV} =  ]]; then
-   GNOME_LIVE_MODULE="pyatspi2"
-   inherit gnome2-live
-fi
+inherit gnome2 python-r1
 
 DESCRIPTION="Python binding to at-spi library"
-HOMEPAGE="http://live.gnome.org/Accessibility;
+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"
-if [[ ${PV} =  ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-COMMON_DEPEND="
+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}]
-   ${PYTHON_DEPS}
 "
 RDEPEND="${COMMON_DEPEND}
>=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-${PV}[introspection]
+   >=app-accessibility/at-spi2-core-2.20.2[introspection]
!https://bugzilla.gnome.org/show_bug.cgi?id=689957
-   epatch "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
+   "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
+)
 
+src_prepare() {
gnome2_src_prepare
-
python_copy_sources
 }
 

diff --git a/dev-python/pyatspi/pyatspi-.ebuild 
b/dev-python/pyatspi/pyatspi-.ebuild
index d1fda773..50395370 100644
--- a/dev-python/pyatspi/pyatspi-.ebuild
+++ b/dev-python/pyatspi/pyatspi-.ebuild
@@ -1,19 +1,17 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 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} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit eutils gnome2 python-r1
+inherit gnome2 python-r1
 if [[ ${PV} =  ]]; then
GNOME_LIVE_MODULE="pyatspi2"
inherit gnome2-live
 fi
 
 DESCRIPTION="Python binding to at-spi library"
-HOMEPAGE="http://live.gnome.org/Accessibility;
+HOMEPAGE="https://wiki.gnome.org/Accessibility;
 
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
@@ -26,11 +24,10 @@ fi
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-COMMON_DEPEND="
+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}]
-   ${PYTHON_DEPS}
 "
 RDEPEND="${COMMON_DEPEND}
>=sys-apps/dbus-1
@@ -41,12 +38,13 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
 "
 
-src_prepare() {
+PATCHES=(
# https://bugzilla.gnome.org/show_bug.cgi?id=689957
-   epatch "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
+   "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
+)
 
+src_prepare() {
gnome2_src_prepare
-
python_copy_sources
 }
 



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

2014-12-22 Thread Gilles Dartiguelongue
commit: 3e161cf357f0be414d065194cc2c1b5cc46291fe
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Mon Dec 22 18:26:50 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Mon Dec 22 18:26:50 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3e161cf3

dev-python/pyatspi: moved to gentoo-x86, sync live ebuild

---
 dev-python/pyatspi/pyatspi-2.14.0.ebuild | 61 
 dev-python/pyatspi/pyatspi-.ebuild   |  5 +--
 2 files changed, 1 insertion(+), 65 deletions(-)

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 3c39497..000
--- a/dev-python/pyatspi/pyatspi-2.14.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-GCONF_DEBUG=no
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
-
-inherit eutils gnome2 python-r1
-
-DESCRIPTION=Python binding to at-spi library
-HOMEPAGE=http://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}
-
-# test suite is obsolete (at-spi-1.x era) and unpassable
-#RESTRICT=test
-
-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]
-   !gnome-extra/at-spi-1.32.0-r1
-
-DEPEND=${COMMON_DEPEND}
-   virtual/pkgconfig
-
-
-src_prepare() {
-   # 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-.ebuild 
b/dev-python/pyatspi/pyatspi-.ebuild
index 3b94fc3..09b8da4 100644
--- a/dev-python/pyatspi/pyatspi-.ebuild
+++ b/dev-python/pyatspi/pyatspi-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 GCONF_DEBUG=no
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 inherit eutils gnome2 python-r1
 if [[ ${PV} =  ]]; then
@@ -26,9 +26,6 @@ fi
 IUSE= # test
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
-# test suite is obsolete (at-spi-1.x era) and unpassable
-RESTRICT=test
-
 COMMON_DEPEND=
=dev-libs/atk-2.11.2
dev-python/dbus-python[${PYTHON_USEDEP}]



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

2014-10-11 Thread Gilles Dartiguelongue
commit: c14a279c246fc3f50c195a76446d7d31a0ddff8d
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sat Oct 11 23:03:44 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sat Oct 11 23:03:44 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c14a279c

dev-python/pyatspi: 2.12.0 → 2.14.0

---
 dev-python/pyatspi/{pyatspi-2.12.0.ebuild = pyatspi-2.14.0.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-python/pyatspi/pyatspi-2.12.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.14.0.ebuild
similarity index 100%
rename from dev-python/pyatspi/pyatspi-2.12.0.ebuild
rename to dev-python/pyatspi/pyatspi-2.14.0.ebuild



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

2014-04-21 Thread Gilles Dartiguelongue
commit: 29de203f900d75e99eb8670f4cda83c849ca8777
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Apr 20 16:04:23 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Mon Apr 21 13:20:09 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=29de203f

dev-python/pyatspi: 2.10.0 → 2.12.0

---
 .../{pyatspi-.ebuild = pyatspi-2.12.0.ebuild}   | 20 +++-
 dev-python/pyatspi/pyatspi-.ebuild   |  8 +---
 2 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/dev-python/pyatspi/pyatspi-.ebuild 
b/dev-python/pyatspi/pyatspi-2.12.0.ebuild
similarity index 79%
copy from dev-python/pyatspi/pyatspi-.ebuild
copy to dev-python/pyatspi/pyatspi-2.12.0.ebuild
index 80dceb8..3c39497 100644
--- a/dev-python/pyatspi/pyatspi-.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.12.0.ebuild
@@ -1,16 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 GCONF_DEBUG=no
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
 
 inherit eutils gnome2 python-r1
-if [[ ${PV} =  ]]; then
-   GNOME_LIVE_MODULE=pyatspi2
-   inherit gnome2-live
-fi
 
 DESCRIPTION=Python binding to at-spi library
 HOMEPAGE=http://live.gnome.org/Accessibility;
@@ -18,18 +14,15 @@ HOMEPAGE=http://live.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE=LGPL-2 GPL-2+
 SLOT=0
-if [[ ${PV} =  ]]; then
-   KEYWORDS=
-else
-   KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
-fi
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
 IUSE= # test
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 # test suite is obsolete (at-spi-1.x era) and unpassable
-RESTRICT=test
+#RESTRICT=test
 
 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}
@@ -40,7 +33,8 @@ RDEPEND=${COMMON_DEPEND}
!gnome-extra/at-spi-1.32.0-r1
 
 DEPEND=${COMMON_DEPEND}
-   virtual/pkgconfig
+   virtual/pkgconfig
+
 
 src_prepare() {
# https://bugzilla.gnome.org/show_bug.cgi?id=689957

diff --git a/dev-python/pyatspi/pyatspi-.ebuild 
b/dev-python/pyatspi/pyatspi-.ebuild
index 80dceb8..3b94fc3 100644
--- a/dev-python/pyatspi/pyatspi-.ebuild
+++ b/dev-python/pyatspi/pyatspi-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 GCONF_DEBUG=no
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
 
 inherit eutils gnome2 python-r1
 if [[ ${PV} =  ]]; then
@@ -30,6 +30,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
 RESTRICT=test
 
 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}
@@ -40,7 +41,8 @@ RDEPEND=${COMMON_DEPEND}
!gnome-extra/at-spi-1.32.0-r1
 
 DEPEND=${COMMON_DEPEND}
-   virtual/pkgconfig
+   virtual/pkgconfig
+
 
 src_prepare() {
# https://bugzilla.gnome.org/show_bug.cgi?id=689957