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: Sat, 20 Apr 2019 23:25:17
Message-Id: 1555772855.58a6f07aefa3d97ee944a2915944b995c3b2203f.leio@gentoo
1 commit: 58a6f07aefa3d97ee944a2915944b995c3b2203f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 11:20:30 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 15:07:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a6f07a
7
8 dev-python/pygobject: bump to 3.32.1
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/pygobject/Manifest | 1 +
14 dev-python/pygobject/pygobject-3.32.1.ebuild | 74 ++++++++++++++++++++++++++++
15 2 files changed, 75 insertions(+)
16
17 diff --git a/dev-python/pygobject/Manifest b/dev-python/pygobject/Manifest
18 index 6c8ab93b42c..2a6966f2955 100644
19 --- a/dev-python/pygobject/Manifest
20 +++ b/dev-python/pygobject/Manifest
21 @@ -1,3 +1,4 @@
22 DIST pygobject-2.28.6.tar.xz 747248 BLAKE2B 5f92794034b2d0559a623db4a7d273a7dc3f099cae87ede91b17e81acac085a9298c6b81b45b4b8540b6a75ced97e474a993437dbfcfc2133d3321d6a979b541 SHA512 37544ea2377258758169b25a2969d5ee1c9ffb9b6e63e05bc7a0471a49ac9169c51ec587d4489172c7d256f53df878a81c1992a08059aa7e43dbbb69f799545c
23 DIST pygobject-3.28.3.tar.xz 1005368 BLAKE2B 5c24fd25fa20dbdbd3ad18d7e2eafd8f47f5e28903d9f8dab6110f09ccfc13f865149f0d4bd84bc755bc6e4191b903646930e818d85382dfaf4e05f7107b3ecf SHA512 0abda393dd774f9cea04f883eab53f5ebde81d2439ed18cfe08ef39a1996054ab34bf4e770f70116a4485fb4f9970464b9a950ffa4af76cfa21ecc8d4dff968d
24 DIST pygobject-3.32.0.tar.xz 551516 BLAKE2B 4c0b568c900523f4ff6dcf88a85c8780b16004985db6388e29f7d71e7bbac3131779d2652ba760f47cddee8607ca1da7f6144213f29f709069655ec898a125ea SHA512 beb0625e3257cdc2be251624dbf852d2f51bcb95d13bff676b93d46a80d9df94f6fb6ef9850e5c38c56325b72854165fba9ce20ab78f13d99552b3b10ff0fa81
25 +DIST pygobject-3.32.1.tar.xz 551708 BLAKE2B ba7c34e4747d6a11424a23195f71877ecbd69b463b3c8aae7634a320cc8ec723e24301c0674b9ffbfdcb6d798fddddb5b772a723afc7ac28c23461e84cf7485a SHA512 5b325d0caf4f34f783fc2c664a795809f048eb1639d2f2e375fc147c852d6e29a8ab119438cac76786fb20220c72d5859cc06d6f70c29f976f6a5914e0169915
26
27 diff --git a/dev-python/pygobject/pygobject-3.32.1.ebuild b/dev-python/pygobject/pygobject-3.32.1.ebuild
28 new file mode 100644
29 index 00000000000..9563a5a4729
30 --- /dev/null
31 +++ b/dev-python/pygobject/pygobject-3.32.1.ebuild
32 @@ -0,0 +1,74 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
38 +
39 +inherit gnome.org meson python-r1 virtualx xdg
40 +
41 +DESCRIPTION="Python bindings for GObject Introspection"
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="${PYTHON_REQUIRED_USE}"
50 +
51 +RDEPEND="${PYTHON_DEPS}
52 + >=dev-libs/glib-2.48:2
53 + >=dev-libs/gobject-introspection-1.54:=
54 + virtual/libffi:=
55 + cairo? (
56 + >=dev-python/pycairo-1.11.1[${PYTHON_USEDEP}]
57 + x11-libs/cairo[glib] )
58 +"
59 +DEPEND="${RDEPEND}
60 + test? (
61 + dev-libs/atk[introspection]
62 + dev-python/pytest[${PYTHON_USEDEP}]
63 + x11-libs/gdk-pixbuf:2[introspection,jpeg]
64 + x11-libs/gtk+:3[introspection]
65 + x11-libs/pango[introspection] )
66 +"
67 +BDEPEND="
68 + virtual/pkgconfig
69 +"
70 +
71 +RESTRICT="!test? ( test )"
72 +
73 +src_configure() {
74 + configuring() {
75 + meson_src_configure \
76 + $(meson_use cairo pycairo) \
77 + $(meson_use test tests) \
78 + -Dpython="${EPYTHON}"
79 + }
80 +
81 + python_foreach_impl configuring
82 +}
83 +
84 +src_compile() {
85 + python_foreach_impl meson_src_compile
86 +}
87 +
88 +src_test() {
89 + local -x GIO_USE_VFS="local" # prevents odd issues with deleting ${T}/.gvfs
90 + local -x GIO_USE_VOLUME_MONITOR="unix" # prevent udisks-related failures in chroots, bug #449484
91 +
92 + testing() {
93 + local -x XDG_CACHE_HOME="${T}/${EPYTHON}"
94 + meson_src_test || die "test failed for ${EPYTHON}"
95 + }
96 + virtx python_foreach_impl testing
97 +}
98 +
99 +src_install() {
100 + installing() {
101 + meson_src_install
102 + python_optimize
103 + }
104 + python_foreach_impl installing
105 + use examples && dodoc -r examples
106 +}