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: Sat, 25 Jun 2022 11:18:55
Message-Id: 1656155919.00f1e8071d313849b5723dd09ba917cfd97db053.mgorny@gentoo
1 commit: 00f1e8071d313849b5723dd09ba917cfd97db053
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 09:40:33 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 11:18:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f1e807
7
8 dev-python/xcffib: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xcffib/xcffib-0.11.1.ebuild | 31 -------------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/dev-python/xcffib/xcffib-0.11.1.ebuild b/dev-python/xcffib/xcffib-0.11.1.ebuild
16 deleted file mode 100644
17 index adbe92f9e203..000000000000
18 --- a/dev-python/xcffib/xcffib-0.11.1.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="A drop in replacement for xpyb, an XCB python binding"
31 -HOMEPAGE="https://github.com/tych0/xcffib"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="Apache-2.0"
35 -SLOT="0"
36 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
37 -
38 -DEPEND="x11-libs/libxcb"
39 -RDEPEND="
40 - $(python_gen_cond_dep '
41 - >=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]
42 - ' 'python*')
43 - dev-python/six[${PYTHON_USEDEP}]
44 - ${DEPEND}"
45 -BDEPEND="
46 - test? (
47 - x11-base/xorg-server[xvfb]
48 - x11-apps/xeyes
49 - )"
50 -
51 -distutils_enable_tests nose