Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xcffib/
Date: Fri, 25 Sep 2015 18:45:22
Message-Id: 1443206690.d4ebecc8528b97a089bab636cc1760ebfe9118a1.jlec@gentoo
1 commit: d4ebecc8528b97a089bab636cc1760ebfe9118a1
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 18:44:50 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 18:44:50 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ebecc8
7
8 dev-python/xcffib: Drop old
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/xcffib/Manifest | 2 --
14 dev-python/xcffib/xcffib-0.1.10.ebuild | 27 --------------------------
15 dev-python/xcffib/xcffib-0.2.5.ebuild | 35 ----------------------------------
16 3 files changed, 64 deletions(-)
17
18 diff --git a/dev-python/xcffib/Manifest b/dev-python/xcffib/Manifest
19 index f710f4c..1be3050 100644
20 --- a/dev-python/xcffib/Manifest
21 +++ b/dev-python/xcffib/Manifest
22 @@ -1,3 +1 @@
23 -DIST xcffib-0.1.10.tar.gz 69476 SHA256 32265750c67df13dec50b4fe4d72187cb9e38ae303a1b3b2c146ace56a225f69 SHA512 261dcf7fd7b650beba04deafd37d995ba43f0136f779230ec176c6988883d48ebb6c3bf1c79fa695822612cc8767a54f05d55206dfa8ee12f20272210d722ee1 WHIRLPOOL 5722397105a445d5e0a50af0e38f60372fc8b16658a6bf761226bee452e1e30bb689fd3ea652b4c57fa2e4131a7331efc0ac56ffcef05f7430b9021661d29aad
24 -DIST xcffib-0.2.5.tar.gz 72026 SHA256 7f2ff0923d27f76b04cc546729f9d106da84b7214c25ae1cf71502dda4fff988 SHA512 5323e983f5e400675a656a92b89551c80b4fe62ab29028799c63ef26f3cbfa9b2338935a57068d410f90f8afe2c31797987fbe33d68350a88db12df6701fb98a WHIRLPOOL eb0ff753ee595ac3bb12c9e9de036739577ad0926fdce22bafee6ab4b3b5e670df633d6f351ede2e65eff9051302594b97b8aaa9f7b432801266cce197032a82
25 DIST xcffib-0.3.4.tar.gz 65481 SHA256 9c54f835351a1622495322f314ee58ca5cb498fe8a2123a3905a25c1fd66850b SHA512 7c70dc6ae37531e6e9649a9055e4740872fc071620825d647525a236cad95e24e2c5f950e5f916b3742588a3c79363fe56431aba0488d939930398022c832be2 WHIRLPOOL 9b99ae6959bea33df013f21f897edba89d0b66b775ed1c019f5c2a61a23293fb26a0bf3311aa225a05e862bac95ac3d4bcad50023a56dde83a2b12b968b4a987
26
27 diff --git a/dev-python/xcffib/xcffib-0.1.10.ebuild b/dev-python/xcffib/xcffib-0.1.10.ebuild
28 deleted file mode 100644
29 index 860193b..0000000
30 --- a/dev-python/xcffib/xcffib-0.1.10.ebuild
31 +++ /dev/null
32 @@ -1,27 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI="5"
38 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="A drop in replacement for xpyb, an XCB python binding"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -HOMEPAGE="https://github.com/tych0/xcffib"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86"
49 -IUSE=""
50 -
51 -COMMON_DEPEND="x11-libs/libxcb"
52 -
53 -RDEPEND="
54 - $(python_gen_cond_dep '>=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}]' 'python*')
55 - dev-python/six[${PYTHON_USEDEP}]
56 - ${COMMON_DEPEND}"
57 -DEPEND="
58 - dev-python/setuptools[${PYTHON_USEDEP}]
59 - ${COMMON_DEPEND}"
60
61 diff --git a/dev-python/xcffib/xcffib-0.2.5.ebuild b/dev-python/xcffib/xcffib-0.2.5.ebuild
62 deleted file mode 100644
63 index 1246ebe..0000000
64 --- a/dev-python/xcffib/xcffib-0.2.5.ebuild
65 +++ /dev/null
66 @@ -1,35 +0,0 @@
67 -# Copyright 1999-2015 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -# $Id$
70 -
71 -EAPI="5"
72 -
73 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
74 -
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="A drop in replacement for xpyb, an XCB python binding"
78 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
79 -HOMEPAGE="https://github.com/tych0/xcffib"
80 -
81 -LICENSE="MIT"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~x86"
84 -IUSE="test"
85 -
86 -COMMON_DEPEND="x11-libs/libxcb"
87 -
88 -RDEPEND="
89 - $(python_gen_cond_dep '>=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}]' 'python*')
90 - $(python_gen_cond_dep '<dev-python/cffi-1:=[${PYTHON_USEDEP}]' 'python*')
91 - $(python_gen_cond_dep '<virtual/pypy-2.6.0' pypy )
92 - dev-python/six[${PYTHON_USEDEP}]
93 - ${COMMON_DEPEND}"
94 -DEPEND="
95 - dev-python/setuptools[${PYTHON_USEDEP}]
96 - ${COMMON_DEPEND}
97 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
98 -
99 -python_test() {
100 - nosetests -d -v || die
101 -}