commit: 3e161cf357f0be414d065194cc2c1b5cc46291fe
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 18:26:50 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 18:26:50 2014 +0000
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-9999.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..0000000
--- 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-9999.ebuild
b/dev-python/pyatspi/pyatspi-9999.ebuild
index 3b94fc3..09b8da4 100644
--- a/dev-python/pyatspi/pyatspi-9999.ebuild
+++ b/dev-python/pyatspi/pyatspi-9999.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} = 9999 ]]; 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}]