diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-24 09:52:10 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-24 09:52:10 +0000 |
commit | 5c5f2d83bcc4b3082ba7a38ed4a57a5906e0fa91 (patch) | |
tree | 23541c09e844cdc85ef03283e0df4210af39ed72 /dev-python/pyatspi | |
parent | clean old python impl, add py3.4 (diff) | |
download | gentoo-2-5c5f2d83bcc4b3082ba7a38ed4a57a5906e0fa91.tar.gz gentoo-2-5c5f2d83bcc4b3082ba7a38ed4a57a5906e0fa91.tar.bz2 gentoo-2-5c5f2d83bcc4b3082ba7a38ed4a57a5906e0fa91.zip |
Support python 3.4, drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/pyatspi')
-rw-r--r-- | dev-python/pyatspi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pyatspi/files/pyatspi-2.2.0-AM_CHECK_PYMOD-pygtk.patch | 26 | ||||
-rw-r--r-- | dev-python/pyatspi/files/pyatspi-2.2.1-configure-check.patch | 11 | ||||
-rw-r--r-- | dev-python/pyatspi/pyatspi-2.10.0.ebuild | 59 | ||||
-rw-r--r-- | dev-python/pyatspi/pyatspi-2.12.0.ebuild | 4 |
5 files changed, 9 insertions, 99 deletions
diff --git a/dev-python/pyatspi/ChangeLog b/dev-python/pyatspi/ChangeLog index b5919a09de00..03de7d98a340 100644 --- a/dev-python/pyatspi/ChangeLog +++ b/dev-python/pyatspi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pyatspi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.49 2014/10/11 11:54:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.50 2014/11/24 09:52:10 pacho Exp $ + + 24 Nov 2014; Pacho Ramos <pacho@gentoo.org> + -files/pyatspi-2.2.0-AM_CHECK_PYMOD-pygtk.patch, + -files/pyatspi-2.2.1-configure-check.patch, -pyatspi-2.10.0.ebuild, + pyatspi-2.12.0.ebuild: + Support python 3.4, drop old 11 Oct 2014; Markus Meier <maekke@gentoo.org> pyatspi-2.12.0.ebuild: arm stable, bug #512012 diff --git a/dev-python/pyatspi/files/pyatspi-2.2.0-AM_CHECK_PYMOD-pygtk.patch b/dev-python/pyatspi/files/pyatspi-2.2.0-AM_CHECK_PYMOD-pygtk.patch deleted file mode 100644 index a8f68d30269c..000000000000 --- a/dev-python/pyatspi/files/pyatspi-2.2.0-AM_CHECK_PYMOD-pygtk.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 484a3285a5f66ab05ab030fc9217685f02052c91 Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev <tetromino@gmail.com> -Date: Mon, 3 Oct 2011 16:32:23 -0400 -Subject: [PATCH] Drop unneeded pygtk check from AM_CHECK_PYMOD - -https://bugzilla.gnome.org/show_bug.cgi?id=660826 ---- - acinclude.m4 | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) - -diff --git a/acinclude.m4 b/acinclude.m4 -index 79c3c7c..6622932 100644 ---- a/acinclude.m4 -+++ b/acinclude.m4 -@@ -51,8 +51,6 @@ AC_CACHE_VAL(py_cv_mod_$py_mod_var, [ - ifelse([$2],[], [prog=" - import sys - try: -- import pygtk -- pygtk.require('2.0') - import $1 - except ImportError: - sys.exit(1) --- -1.7.7 - diff --git a/dev-python/pyatspi/files/pyatspi-2.2.1-configure-check.patch b/dev-python/pyatspi/files/pyatspi-2.2.1-configure-check.patch deleted file mode 100644 index 14279f6aa3cd..000000000000 --- a/dev-python/pyatspi/files/pyatspi-2.2.1-configure-check.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2012-02-11 21:00:51.650000004 -0500 -+++ configure.ac 2012-02-11 21:01:02.680000006 -0500 -@@ -25,7 +25,7 @@ - AC_MSG_CHECKING([whether tests are enabled]) - AC_ARG_ENABLE(tests, - [AS_HELP_STRING([--enable-tests], [Build with testing enabled])], -- enable_tests=yes, -+ enable_tests=$enableval, - enable_tests=no) - AC_MSG_RESULT($enable_tests) - AM_CONDITIONAL(ENABLE_TESTING, test x$enable_tests == xyes) diff --git a/dev-python/pyatspi/pyatspi-2.10.0.ebuild b/dev-python/pyatspi/pyatspi-2.10.0.ebuild deleted file mode 100644 index 2b725e1abed3..000000000000 --- a/dev-python/pyatspi/pyatspi-2.10.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.10.0.ebuild,v 1.13 2014/04/21 10:28:56 ago Exp $ - -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-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-2.12.0.ebuild b/dev-python/pyatspi/pyatspi-2.12.0.ebuild index 8b1d3da753cb..063fa1ceeb7b 100644 --- a/dev-python/pyatspi/pyatspi-2.12.0.ebuild +++ b/dev-python/pyatspi/pyatspi-2.12.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.12.0.ebuild,v 1.10 2014/10/11 11:54:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.12.0.ebuild,v 1.11 2014/11/24 09:52:10 pacho Exp $ 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 |