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: dev-python/xcffib/
Date: Sun, 29 Nov 2020 08:19:00
Message-Id: 1606637932.eafb078319ee982aa7a0163177a8555df3555791.mgorny@gentoo
1 commit: eafb078319ee982aa7a0163177a8555df3555791
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 08:07:26 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 08:18:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eafb0783
7
8 dev-python/xcffib: Bump to 0.11.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xcffib/Manifest | 1 +
13 dev-python/xcffib/xcffib-0.11.0.ebuild | 31 +++++++++++++++++++++++++++++++
14 2 files changed, 32 insertions(+)
15
16 diff --git a/dev-python/xcffib/Manifest b/dev-python/xcffib/Manifest
17 index 0c540759216..21988535e76 100644
18 --- a/dev-python/xcffib/Manifest
19 +++ b/dev-python/xcffib/Manifest
20 @@ -1 +1,2 @@
21 DIST xcffib-0.10.1.tar.gz 84689 BLAKE2B e36ad4f9c6bf5bc63400ae35d0d58ea1def00f299c0f811807cde430e6a6850132e77584359f77fb2f4ce5fdf5f22ec91ed22e1b7ce5d6d318b7a8dc5f3e0939 SHA512 98412fe36962108902dc0599f05ac9be5d7412d7f12fc6566e020c2ce84ae4a536a20ae2dfddd2dc9a536f37cd82539bf19e1993ee65f0b09c44372008cd7edf
22 +DIST xcffib-0.11.0.tar.gz 84750 BLAKE2B adc1faebc8f0e83150f50e1b711175f5f4617124e07a4d5744b7d1c116cdb89f6d68617cc0ad0efccf2d9465e6bbd2504ee08c322c61228728aeeccb57fe55fa SHA512 22b82844295b277e2abb363ff818e7163037542ffc1ec2874a948f3b3cc63e9a8fad371fa87099910546a17f2f6f1bfb8f62214869fa30a196fc198adce14384
23
24 diff --git a/dev-python/xcffib/xcffib-0.11.0.ebuild b/dev-python/xcffib/xcffib-0.11.0.ebuild
25 new file mode 100644
26 index 00000000000..790a52834b1
27 --- /dev/null
28 +++ b/dev-python/xcffib/xcffib-0.11.0.ebuild
29 @@ -0,0 +1,31 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{6..9} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A drop in replacement for xpyb, an XCB python binding"
40 +HOMEPAGE="https://github.com/tych0/xcffib"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
46 +
47 +DEPEND="x11-libs/libxcb"
48 +RDEPEND="
49 + $(python_gen_cond_dep '
50 + >=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]
51 + ' 'python*')
52 + dev-python/six[${PYTHON_USEDEP}]
53 + ${DEPEND}"
54 +BDEPEND="
55 + test? (
56 + x11-base/xorg-server[xvfb]
57 + x11-apps/xeyes
58 + )"
59 +
60 +distutils_enable_tests nose