Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/thunarx-python/
Date: Thu, 30 Nov 2017 16:01:08
Message-Id: 1512057659.6eac1347c3ad867fd5930a400575fa25778e2f30.mgorny@gentoo
1 commit: 6eac1347c3ad867fd5930a400575fa25778e2f30
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 30 16:00:23 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 16:00:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eac1347
7
8 dev-python/thunarx-python: Bump to 0.4.0 (masked)
9
10 dev-python/thunarx-python/Manifest | 3 +-
11 .../thunarx-python/thunarx-python-0.4.0.ebuild | 33 ++++++++++++++++++++++
12 profiles/package.mask | 1 +
13 3 files changed, 36 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/thunarx-python/Manifest b/dev-python/thunarx-python/Manifest
16 index 9832d095047..0460cf4c045 100644
17 --- a/dev-python/thunarx-python/Manifest
18 +++ b/dev-python/thunarx-python/Manifest
19 @@ -1 +1,2 @@
20 -DIST thunarx-python-0.3.0.tar.bz2 303035 SHA256 5650e045565af82f3a5f67bbecb46182b502a37f94d08c23adac697dbb4ce258 SHA512 9be3e8b50cd668e0b63fbf54da5dec3685dde40528067b35bd1cfa87db7e037962baafce3059818a7de76101472a2b07ae209c590f2f143dbc71646e8addb28f WHIRLPOOL cfcf986b7ca9bc2fd50d4d5bbb80c6df7ac557e3ca15703eada5c71a302d4275cee7972d13cb3d746e064caeb9e90f366819045bc109d761bcc898ce5a70d577
21 +DIST thunarx-python-0.3.0.tar.bz2 303035 BLAKE2B af0193a3bc97c859ba98f52c612d5af81c5b7a0d8142a8283cf2b308fa183ac57ac1a2163cd882749b6fd33e0529f20f1f9e2db2dcc1aed26cb40cd5995780fb SHA512 9be3e8b50cd668e0b63fbf54da5dec3685dde40528067b35bd1cfa87db7e037962baafce3059818a7de76101472a2b07ae209c590f2f143dbc71646e8addb28f
22 +DIST thunarx-python-0.4.0.tar.bz2 332620 BLAKE2B 768a2a236e12d298efb3abc86f4a339548248f5f88366ec7d956249c028474612b15c340976ac2c2ced806a89517278c70b50069d76b2eee6af6dd097789e275 SHA512 fb54f83c11857ec2236a249895954efc29446120c192b8d19794b7e8145836969f87d1efa524bfaa4c9d31ee08a2c17a57d7210ce4a3a4982780d128839d02b1
23
24 diff --git a/dev-python/thunarx-python/thunarx-python-0.4.0.ebuild b/dev-python/thunarx-python/thunarx-python-0.4.0.ebuild
25 new file mode 100644
26 index 00000000000..5f2803170ad
27 --- /dev/null
28 +++ b/dev-python/thunarx-python/thunarx-python-0.4.0.ebuild
29 @@ -0,0 +1,33 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +PYTHON_COMPAT=( python2_7 )
35 +
36 +inherit python-single-r1
37 +
38 +DESCRIPTION="Python bindings for the Thunar file manager"
39 +HOMEPAGE="https://goodies.xfce.org/projects/bindings/thunarx-python"
40 +SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
41 +
42 +LICENSE="GPL-3"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +IUSE=""
46 +
47 +RDEPEND="${PYTHON_DEPS}
48 + >=x11-libs/gtk+-3.20:3
49 + >=dev-libs/glib-2.30:2
50 + >=dev-python/pygobject-3.20:3[${PYTHON_USEDEP}]
51 + >=xfce-base/thunar-1.7.0"
52 +DEPEND="${RDEPEND}
53 + virtual/pkgconfig"
54 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
55 +
56 +DOCS=( AUTHORS ChangeLog NEWS README )
57 +
58 +src_install() {
59 + default
60 +
61 + find "${D}" -name '*.la' -delete || die
62 +}
63
64 diff --git a/profiles/package.mask b/profiles/package.mask
65 index 4140daa2aed..f6da8a48987 100644
66 --- a/profiles/package.mask
67 +++ b/profiles/package.mask
68 @@ -105,6 +105,7 @@ x11-drivers/xf86-input-pentouch
69 # Michał Górny <mgorny@g.o> (25 Nov 2017)
70 # Testing branch GTK+3 release. Changes API, breaks xfce-base/xfdesktop.
71 # Masked until the latter sees a new release.
72 +>=dev-python/thunarx-python-0.4.0
73 >=xfce-base/thunar-1.7
74
75 # Jonas Stein <jstein@g.o> (25 Nov 2017)