Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyface/
Date: Mon, 15 Apr 2019 07:39:08
Message-Id: 1555313935.098369f3c8d0e9711eee56e77fa3c73baea00c41.zlogene@gentoo
1 commit: 098369f3c8d0e9711eee56e77fa3c73baea00c41
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 15 07:38:55 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 15 07:38:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098369f3
7
8 dev-python/pyface: remove last rited package
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/pyface/Manifest | 3 ---
13 dev-python/pyface/metadata.xml | 20 --------------
14 dev-python/pyface/pyface-4.4.0-r1.ebuild | 38 ---------------------------
15 dev-python/pyface/pyface-4.5.2-r1.ebuild | 43 ------------------------------
16 dev-python/pyface/pyface-6.0.0.ebuild | 45 --------------------------------
17 5 files changed, 149 deletions(-)
18
19 diff --git a/dev-python/pyface/Manifest b/dev-python/pyface/Manifest
20 deleted file mode 100644
21 index 25638886573..00000000000
22 --- a/dev-python/pyface/Manifest
23 +++ /dev/null
24 @@ -1,3 +0,0 @@
25 -DIST pyface-4.4.0.tar.gz 486490 BLAKE2B 59c3d2facb35da015a5625b8d5dbab8f6347d3e0d78cbe8fa15d9587cd9a62bb7a4dadb9ffdf86f3d9cb927ee378577320a23cfa63485fb74294e7ea2f874b85 SHA512 62c93cbd5e956d56c03580876d5f9191210beb3d81cf8fcd0dfc6b2919263e4bf01219f1372e292fcac4462eaffb45cf9cde62dbe16265134b357dabc47d719d
26 -DIST pyface-4.5.2.tar.gz 5089390 BLAKE2B 6615f9dd66dd8359df27ccc7ecab0678e0bf8370a81a43e74f7452b25e984ae806346dc56c61a2262c648cc580c59a095d06731f90d564b07596052efcfa15a2 SHA512 9f5f34960cce2180eec6c4ba1ef6e19069cb64a05db47644a70c1ff70b93927f80bc20f50cee72daf586722ad618bf19f53182986fef4b93ddb95d29f4a1fcbb
27 -DIST pyface-6.0.0.tar.gz 5238590 BLAKE2B df96cf46e54f540d8dde7c8c3c4844655e30275e4ce93563c2e1aab5aecf766db65c0f098aba532adb27f824d81a7b51e5d9e0635057d81e12870773f1a8c41c SHA512 df411f737555b016e7801d4cb870d8553834150829a9c3fc5f4d3993633c4aee83dd4b41c14f254373d0334f3eba6e9e0f05b3276de5fd99290e3128949def00
28
29 diff --git a/dev-python/pyface/metadata.xml b/dev-python/pyface/metadata.xml
30 deleted file mode 100644
31 index 04911f4f0ba..00000000000
32 --- a/dev-python/pyface/metadata.xml
33 +++ /dev/null
34 @@ -1,20 +0,0 @@
35 -<?xml version="1.0" encoding="UTF-8"?>
36 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
37 -<pkgmetadata>
38 - <!-- maintainer-needed -->
39 - <longdescription lang="en">
40 - The pyface project contains a toolkit-independent GUI abstraction
41 - layer, which is used to support the "visualization" features of the
42 - Traits package. Thus, you can write code in terms of the Traits API
43 - (views, items, editors, etc.), and let pyface and your selected
44 - toolkit and back-end take care of the details of displaying them.
45 - The following GUI backends are supported:
46 - * wxPython
47 - * PyQt
48 - * PySide
49 -</longdescription>
50 - <upstream>
51 - <remote-id type="pypi">pyface</remote-id>
52 - <remote-id type="github">enthought/pyface</remote-id>
53 - </upstream>
54 -</pkgmetadata>
55
56 diff --git a/dev-python/pyface/pyface-4.4.0-r1.ebuild b/dev-python/pyface/pyface-4.4.0-r1.ebuild
57 deleted file mode 100644
58 index db5771d8358..00000000000
59 --- a/dev-python/pyface/pyface-4.4.0-r1.ebuild
60 +++ /dev/null
61 @@ -1,38 +0,0 @@
62 -# Copyright 1999-2018 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=5
66 -
67 -# https://github.com/enthought/pyface/issues/40 confirms only py2.7
68 -PYTHON_COMPAT=( python2_7 )
69 -
70 -inherit distutils-r1 virtualx
71 -
72 -DESCRIPTION="Enthought Tool Suite: Traits-capable windowing framework"
73 -HOMEPAGE="https://github.com/enthought/pyface"
74 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
75 -
76 -LICENSE="BSD"
77 -SLOT="0"
78 -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
79 -IUSE="test"
80 -
81 -RDEPEND="
82 - >=dev-python/traits-4.1[${PYTHON_USEDEP}]
83 - dev-python/wxpython:*[${PYTHON_USEDEP}]"
84 -DEPEND="
85 - dev-python/setuptools[${PYTHON_USEDEP}]
86 - test? (
87 - ${RDEPEND}
88 - dev-python/traitsui[${PYTHON_USEDEP}]
89 - media-fonts/font-cursor-misc
90 - media-fonts/font-misc-misc
91 - )"
92 -
93 -python_test() {
94 - export ETS_TOOLKIT=wx
95 - # set nosetests to ignore tests unpassable by these vars.
96 - VIRTUALX_COMMAND="nosetests" virtualmake -v -I 'composite_grid_model_test_case*' \
97 - -I 'simple_grid_model_test_case*' \
98 - -I 'test_split_editor_area_pane*'
99 -}
100
101 diff --git a/dev-python/pyface/pyface-4.5.2-r1.ebuild b/dev-python/pyface/pyface-4.5.2-r1.ebuild
102 deleted file mode 100644
103 index c68ecf3f383..00000000000
104 --- a/dev-python/pyface/pyface-4.5.2-r1.ebuild
105 +++ /dev/null
106 @@ -1,43 +0,0 @@
107 -# Copyright 1999-2018 Gentoo Foundation
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=5
111 -
112 -# https://github.com/enthought/pyface/issues/40 confirms only py2.7
113 -PYTHON_COMPAT=( python2_7 )
114 -
115 -inherit distutils-r1 virtualx
116 -
117 -DESCRIPTION="Enthought Tool Suite: Traits-capable windowing framework"
118 -HOMEPAGE="https://github.com/enthought/pyface"
119 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
120 -
121 -LICENSE="BSD"
122 -SLOT="0"
123 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
124 -IUSE="examples test"
125 -
126 -RDEPEND="
127 - >=dev-python/traits-4.1[${PYTHON_USEDEP}]
128 - dev-python/wxpython:*[${PYTHON_USEDEP}]"
129 -DEPEND="
130 - dev-python/setuptools[${PYTHON_USEDEP}]
131 - test? (
132 - ${RDEPEND}
133 - dev-python/traitsui[${PYTHON_USEDEP}]
134 - media-fonts/font-cursor-misc
135 - media-fonts/font-misc-misc
136 - )"
137 -
138 -python_test() {
139 - export ETS_TOOLKIT=wx
140 - # set nosetests to ignore tests unpassable by these vars.
141 - VIRTUALX_COMMAND="nosetests" virtualmake -v -I 'composite_grid_model_test_case*' \
142 - -I 'simple_grid_model_test_case*' \
143 - -I 'test_split_editor_area_pane*'
144 -}
145 -
146 -python_install_all() {
147 - use examples && EXAMPLES=( examples/. )
148 - distutils-r1_python_install_all
149 -}
150
151 diff --git a/dev-python/pyface/pyface-6.0.0.ebuild b/dev-python/pyface/pyface-6.0.0.ebuild
152 deleted file mode 100644
153 index fc9f3de7885..00000000000
154 --- a/dev-python/pyface/pyface-6.0.0.ebuild
155 +++ /dev/null
156 @@ -1,45 +0,0 @@
157 -# Copyright 1999-2019 Gentoo Authors
158 -# Distributed under the terms of the GNU General Public License v2
159 -
160 -EAPI=6
161 -
162 -PYTHON_COMPAT=( python2_7 ) # python3_{4,5,6} not supported by traits* deps
163 -
164 -inherit distutils-r1 virtualx
165 -
166 -DESCRIPTION="Enthought Tool Suite: Traits-capable windowing framework"
167 -HOMEPAGE="https://github.com/enthought/pyface"
168 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
169 -
170 -LICENSE="BSD"
171 -SLOT="0"
172 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
173 -IUSE="examples test"
174 -
175 -RDEPEND="
176 - >=dev-python/traits-4.1[${PYTHON_USEDEP}]
177 - || (
178 - (
179 - dev-python/pygments[${PYTHON_USEDEP}]
180 - dev-python/PyQt5[gui,network,opengl,printsupport,svg,test?,webengine,widgets,${PYTHON_USEDEP}]
181 - )
182 - dev-python/wxpython:*[${PYTHON_USEDEP}]
183 - )
184 -"
185 -DEPEND="
186 - dev-python/setuptools[${PYTHON_USEDEP}]
187 - test? (
188 - ${RDEPEND}
189 - dev-python/traitsui[${PYTHON_USEDEP}]
190 - dev-python/unittest2[${PYTHON_USEDEP}]
191 - media-fonts/font-cursor-misc
192 - media-fonts/font-misc-misc
193 - )
194 -"
195 -
196 -RESTRICT="test"
197 -
198 -python_install_all() {
199 - use examples && EXAMPLES=( examples/. )
200 - distutils-r1_python_install_all
201 -}