Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygobject/
Date: Tue, 18 Sep 2018 20:21:57
Message-Id: 1537302030.b6e4a9fc39e39472c08e02714b9ab3ecd8dd6339.leio@gentoo
1 commit: b6e4a9fc39e39472c08e02714b9ab3ecd8dd6339
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 18 18:10:49 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 20:20:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e4a9fc
7
8 dev-python/pygobject: bump to 3.28.3
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-python/pygobject/Manifest | 1 +
13 dev-python/pygobject/pygobject-3.28.3.ebuild | 98 ++++++++++++++++++++++++++++
14 2 files changed, 99 insertions(+)
15
16 diff --git a/dev-python/pygobject/Manifest b/dev-python/pygobject/Manifest
17 index 857d452e7d0..a02014a3b8b 100644
18 --- a/dev-python/pygobject/Manifest
19 +++ b/dev-python/pygobject/Manifest
20 @@ -1,3 +1,4 @@
21 DIST pygobject-2.28.6.tar.xz 747248 BLAKE2B 5f92794034b2d0559a623db4a7d273a7dc3f099cae87ede91b17e81acac085a9298c6b81b45b4b8540b6a75ced97e474a993437dbfcfc2133d3321d6a979b541 SHA512 37544ea2377258758169b25a2969d5ee1c9ffb9b6e63e05bc7a0471a49ac9169c51ec587d4489172c7d256f53df878a81c1992a08059aa7e43dbbb69f799545c
22 DIST pygobject-3.22.0.tar.xz 756820 BLAKE2B 2030b9106c082bbec4418c97945df68e20f49005341ad1d7c6d390b894ac88e13f2619215df4c02587b5ccce606083906609d89c559b790777092e991afbf367 SHA512 1f6f0ea8014b35d7828a6bebc0fe2cf6519016ca5ad3819dc6b7879154d8e27fdd2971620955c8fc4904625814833c8bc8ec0599152720649864262d3b6e33e4
23 DIST pygobject-3.24.1.tar.xz 758648 BLAKE2B 95e3bc6d022b70053549f8a780aa372d8964477e881b825299ca82a7328bbdab58b037a92d36578915ac622b7c223d47cc1c35fccd3ea70d7840841eaec6860d SHA512 f35968ab12b872c85af6b2410cadedcf9fa7e17352a40f3dc557c86203aa1c38753710aab9ce55e986ee2c98b64e14123c65083655445e993d0b53431db6dc93
24 +DIST pygobject-3.28.3.tar.xz 1005368 BLAKE2B 5c24fd25fa20dbdbd3ad18d7e2eafd8f47f5e28903d9f8dab6110f09ccfc13f865149f0d4bd84bc755bc6e4191b903646930e818d85382dfaf4e05f7107b3ecf SHA512 0abda393dd774f9cea04f883eab53f5ebde81d2439ed18cfe08ef39a1996054ab34bf4e770f70116a4485fb4f9970464b9a950ffa4af76cfa21ecc8d4dff968d
25
26 diff --git a/dev-python/pygobject/pygobject-3.28.3.ebuild b/dev-python/pygobject/pygobject-3.28.3.ebuild
27 new file mode 100644
28 index 00000000000..59a56b471d0
29 --- /dev/null
30 +++ b/dev-python/pygobject/pygobject-3.28.3.ebuild
31 @@ -0,0 +1,98 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +GNOME2_LA_PUNT="yes"
37 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
38 +
39 +inherit eutils gnome2 python-r1 virtualx
40 +
41 +DESCRIPTION="GLib's GObject library bindings for Python"
42 +HOMEPAGE="https://wiki.gnome.org/Projects/PyGObject"
43 +
44 +LICENSE="LGPL-2.1+"
45 +SLOT="3"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
47 +IUSE="+cairo examples test"
48 +
49 +REQUIRED_USE="
50 + ${PYTHON_REQUIRED_USE}
51 + test? ( cairo )
52 +"
53 +
54 +COMMON_DEPEND="${PYTHON_DEPS}
55 + >=dev-libs/glib-2.38:2
56 + >=dev-libs/gobject-introspection-1.46.0:=
57 + virtual/libffi:=
58 + cairo? (
59 + >=dev-python/pycairo-1.11.1[${PYTHON_USEDEP}]
60 + x11-libs/cairo )
61 +"
62 +DEPEND="${COMMON_DEPEND}
63 + virtual/pkgconfig
64 + cairo? ( x11-libs/cairo[glib] )
65 + test? (
66 + dev-libs/atk[introspection]
67 + media-fonts/font-cursor-misc
68 + media-fonts/font-misc-misc
69 + x11-libs/cairo[glib]
70 + x11-libs/gdk-pixbuf:2[introspection,jpeg]
71 + x11-libs/gtk+:3[introspection]
72 + x11-libs/pango[introspection]
73 + python_targets_python2_7? ( dev-python/pyflakes[$(python_gen_usedep python2_7)] ) )
74 +"
75 +# autoconf-archive required by eautoreconf
76 +
77 +# We now disable introspection support in slot 2 per upstream recommendation
78 +# (see https://bugzilla.gnome.org/show_bug.cgi?id=642048#c9); however,
79 +# older versions of slot 2 installed their own site-packages/gi, and
80 +# slot 3 will collide with them.
81 +RDEPEND="${COMMON_DEPEND}
82 + !<dev-python/pygtk-2.13
83 + !<dev-python/pygobject-2.28.6-r50:2[introspection]
84 +"
85 +
86 +src_prepare() {
87 + gnome2_src_prepare
88 + python_copy_sources
89 +}
90 +
91 +src_configure() {
92 + # Hard-enable libffi support since both gobject-introspection and
93 + # glib-2.29.x rdepend on it anyway
94 + # docs disabled by upstream default since they are very out of date
95 + configuring() {
96 + gnome2_src_configure \
97 + $(use_enable cairo)
98 +
99 + # Pyflakes tests work only in python2, bug #516744
100 + if use test && [[ ${EPYTHON} != python2.7 ]]; then
101 + sed -e 's/if type pyflakes/if false/' \
102 + -i Makefile || die "sed failed"
103 + fi
104 + }
105 +
106 + python_foreach_impl run_in_build_dir configuring
107 +}
108 +
109 +src_compile() {
110 + python_foreach_impl run_in_build_dir gnome2_src_compile
111 +}
112 +
113 +src_test() {
114 + local -x GIO_USE_VFS="local" # prevents odd issues with deleting ${T}/.gvfs
115 + local -x GIO_USE_VOLUME_MONITOR="unix" # prevent udisks-related failures in chroots, bug #449484
116 + local -x SKIP_PEP8="yes"
117 +
118 + testing() {
119 + local -x XDG_CACHE_HOME="${T}/${EPYTHON}"
120 + emake -C "${BUILD_DIR}" check
121 + }
122 + virtx python_foreach_impl testing
123 +}
124 +
125 +src_install() {
126 + python_foreach_impl run_in_build_dir gnome2_src_install
127 +
128 + dodoc -r examples
129 +}