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: Mon, 26 Sep 2022 11:22:06
Message-Id: 1664190339.5f8bc31b3ae132fc99dcffb222439bf80db9dba0.mgorny@gentoo
1 commit: 5f8bc31b3ae132fc99dcffb222439bf80db9dba0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 10:48:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 11:05:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8bc31b
7
8 dev-python/xcffib: Bump to 0.12.1
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.12.1.ebuild | 39 ++++++++++++++++++++++++++++++++++
14 2 files changed, 40 insertions(+)
15
16 diff --git a/dev-python/xcffib/Manifest b/dev-python/xcffib/Manifest
17 index 270ed80f043b..ad47711adbfa 100644
18 --- a/dev-python/xcffib/Manifest
19 +++ b/dev-python/xcffib/Manifest
20 @@ -1 +1,2 @@
21 DIST xcffib-0.11.1.tar.gz 84713 BLAKE2B 6ab1ad6e582d71214cd719fdfa898e561e29d5750f5befe5c71173cfe34f2dff7dbd52fe93e618aab695646850f7ef5420114e2b1e725150c643904cdaba560a SHA512 09f4e19b88258446af26628c3a8e694c1f938fe3b5456e797b06174602fa0e9ef6e4eab76daccfd169d98fb7e869c910e6216d1f71fa2853e62b82c62c667669
22 +DIST xcffib-0.12.1.tar.gz 85272 BLAKE2B 6db2f19caf13d406297198c3829456cb45b5195e2d068b1f5ad01c25d4ed75e3187854da24156c3c5396a559b11c2d6949711b793c5bf5c83e18e9aa54307983 SHA512 6530fb53fa18a3905d7c9e8dd5d05ea084de4a5f392e32953a9786998dd194b2db55b54fa44dbc3e6b68e68ae00431de7432d6884f777734409d660dae325d6e
23
24 diff --git a/dev-python/xcffib/xcffib-0.12.1.ebuild b/dev-python/xcffib/xcffib-0.12.1.ebuild
25 new file mode 100644
26 index 000000000000..e4702f7739ee
27 --- /dev/null
28 +++ b/dev-python/xcffib/xcffib-0.12.1.ebuild
29 @@ -0,0 +1,39 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..11} )
36 +DISTUTILS_USE_PEP517=setuptools
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A drop in replacement for xpyb, an XCB python binding"
41 +HOMEPAGE="
42 + https://github.com/tych0/xcffib/
43 + https://pypi.org/project/xcffib/
44 +"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="Apache-2.0"
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
50 +
51 +DEPEND="
52 + x11-libs/libxcb
53 +"
54 +RDEPEND="
55 + $(python_gen_cond_dep '
56 + >=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]
57 + ' 'python*')
58 + dev-python/six[${PYTHON_USEDEP}]
59 + ${DEPEND}
60 +"
61 +BDEPEND="
62 + test? (
63 + x11-base/xorg-server[xvfb]
64 + x11-apps/xeyes
65 + )
66 +"
67 +
68 +distutils_enable_tests pytest