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: Thu, 07 Jan 2021 09:22:22
Message-Id: 1610011310.1ee67196b3439e3d82b88471f6ffff79b2ae2776.mgorny@gentoo
1 commit: 1ee67196b3439e3d82b88471f6ffff79b2ae2776
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 09:21:50 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 09:21:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee67196
7
8 dev-python/xcffib: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xcffib/Manifest | 2 --
13 dev-python/xcffib/xcffib-0.10.1.ebuild | 31 -------------------------------
14 dev-python/xcffib/xcffib-0.11.0.ebuild | 31 -------------------------------
15 3 files changed, 64 deletions(-)
16
17 diff --git a/dev-python/xcffib/Manifest b/dev-python/xcffib/Manifest
18 index 89938e081fb..270ed80f043 100644
19 --- a/dev-python/xcffib/Manifest
20 +++ b/dev-python/xcffib/Manifest
21 @@ -1,3 +1 @@
22 -DIST xcffib-0.10.1.tar.gz 84689 BLAKE2B e36ad4f9c6bf5bc63400ae35d0d58ea1def00f299c0f811807cde430e6a6850132e77584359f77fb2f4ce5fdf5f22ec91ed22e1b7ce5d6d318b7a8dc5f3e0939 SHA512 98412fe36962108902dc0599f05ac9be5d7412d7f12fc6566e020c2ce84ae4a536a20ae2dfddd2dc9a536f37cd82539bf19e1993ee65f0b09c44372008cd7edf
23 -DIST xcffib-0.11.0.tar.gz 84750 BLAKE2B adc1faebc8f0e83150f50e1b711175f5f4617124e07a4d5744b7d1c116cdb89f6d68617cc0ad0efccf2d9465e6bbd2504ee08c322c61228728aeeccb57fe55fa SHA512 22b82844295b277e2abb363ff818e7163037542ffc1ec2874a948f3b3cc63e9a8fad371fa87099910546a17f2f6f1bfb8f62214869fa30a196fc198adce14384
24 DIST xcffib-0.11.1.tar.gz 84713 BLAKE2B 6ab1ad6e582d71214cd719fdfa898e561e29d5750f5befe5c71173cfe34f2dff7dbd52fe93e618aab695646850f7ef5420114e2b1e725150c643904cdaba560a SHA512 09f4e19b88258446af26628c3a8e694c1f938fe3b5456e797b06174602fa0e9ef6e4eab76daccfd169d98fb7e869c910e6216d1f71fa2853e62b82c62c667669
25
26 diff --git a/dev-python/xcffib/xcffib-0.10.1.ebuild b/dev-python/xcffib/xcffib-0.10.1.ebuild
27 deleted file mode 100644
28 index 5a3d6f10490..00000000000
29 --- a/dev-python/xcffib/xcffib-0.10.1.ebuild
30 +++ /dev/null
31 @@ -1,31 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{6..9} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A drop in replacement for xpyb, an XCB python binding"
42 -HOMEPAGE="https://github.com/tych0/xcffib"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
48 -
49 -DEPEND="x11-libs/libxcb"
50 -RDEPEND="
51 - $(python_gen_cond_dep '
52 - >=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]
53 - ' 'python*')
54 - dev-python/six[${PYTHON_USEDEP}]
55 - ${DEPEND}"
56 -BDEPEND="
57 - test? (
58 - x11-base/xorg-server[xvfb]
59 - x11-apps/xeyes
60 - )"
61 -
62 -distutils_enable_tests nose
63
64 diff --git a/dev-python/xcffib/xcffib-0.11.0.ebuild b/dev-python/xcffib/xcffib-0.11.0.ebuild
65 deleted file mode 100644
66 index 790a52834b1..00000000000
67 --- a/dev-python/xcffib/xcffib-0.11.0.ebuild
68 +++ /dev/null
69 @@ -1,31 +0,0 @@
70 -# Copyright 1999-2020 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=7
74 -
75 -PYTHON_COMPAT=( python3_{6..9} )
76 -
77 -inherit distutils-r1
78 -
79 -DESCRIPTION="A drop in replacement for xpyb, an XCB python binding"
80 -HOMEPAGE="https://github.com/tych0/xcffib"
81 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
82 -
83 -LICENSE="Apache-2.0"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
86 -
87 -DEPEND="x11-libs/libxcb"
88 -RDEPEND="
89 - $(python_gen_cond_dep '
90 - >=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]
91 - ' 'python*')
92 - dev-python/six[${PYTHON_USEDEP}]
93 - ${DEPEND}"
94 -BDEPEND="
95 - test? (
96 - x11-base/xorg-server[xvfb]
97 - x11-apps/xeyes
98 - )"
99 -
100 -distutils_enable_tests nose