Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-python/pyatspi/
Date: Sat, 23 Feb 2019 20:37:49
Message-Id: 1550953957.fbe20a66c4a6f3603a6c1ab406a64c959d04a5b5.leio@gentoo
1 commit: fbe20a66c4a6f3603a6c1ab406a64c959d04a5b5
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 20:32:37 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 20:32:37 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=fbe20a66
7
8 dev-python/pyatspi: remove 2.26, available in ::gentoo
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-python/pyatspi/pyatspi-2.26.0.ebuild | 57 --------------------------------
14 1 file changed, 57 deletions(-)
15
16 diff --git a/dev-python/pyatspi/pyatspi-2.26.0.ebuild b/dev-python/pyatspi/pyatspi-2.26.0.ebuild
17 deleted file mode 100644
18 index 07a9163d..00000000
19 --- a/dev-python/pyatspi/pyatspi-2.26.0.ebuild
20 +++ /dev/null
21 @@ -1,57 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
27 -
28 -inherit gnome2 python-r1
29 -
30 -DESCRIPTION="Python binding to at-spi library"
31 -HOMEPAGE="https://wiki.gnome.org/Accessibility"
32 -
33 -# Note: only some of the tests are GPL-licensed, everything else is LGPL
34 -LICENSE="LGPL-2 GPL-2+"
35 -SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
37 -
38 -IUSE="" # test
39 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
40 -
41 -COMMON_DEPEND="${PYTHON_DEPS}
42 - >=dev-libs/atk-2.11.2
43 - dev-python/dbus-python[${PYTHON_USEDEP}]
44 - >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
45 -"
46 -RDEPEND="${COMMON_DEPEND}
47 - >=sys-apps/dbus-1
48 - >=app-accessibility/at-spi2-core-2.20.2[introspection]
49 - !<gnome-extra/at-spi-1.32.0-r1
50 -"
51 -DEPEND="${COMMON_DEPEND}
52 - virtual/pkgconfig
53 -"
54 -
55 -PATCHES=(
56 - # https://bugzilla.gnome.org/show_bug.cgi?id=689957
57 - "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
58 -)
59 -
60 -src_prepare() {
61 - gnome2_src_prepare
62 - python_copy_sources
63 -}
64 -
65 -src_configure() {
66 - python_foreach_impl run_in_build_dir gnome2_src_configure --disable-tests
67 -}
68 -
69 -src_compile() {
70 - python_foreach_impl run_in_build_dir gnome2_src_compile
71 -}
72 -
73 -src_install() {
74 - python_foreach_impl run_in_build_dir gnome2_src_install
75 -
76 - docinto examples
77 - dodoc examples/*.py
78 -}