summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-04-15 10:38:55 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-04-15 10:38:55 +0300
commit098369f3c8d0e9711eee56e77fa3c73baea00c41 (patch)
tree04bb4458e2bdaa957bd375084d7244bbf58fcf9d /dev-python
parentdev-python/scimath: remove last rited package (diff)
downloadgentoo-098369f3c8d0e9711eee56e77fa3c73baea00c41.tar.gz
gentoo-098369f3c8d0e9711eee56e77fa3c73baea00c41.tar.bz2
gentoo-098369f3c8d0e9711eee56e77fa3c73baea00c41.zip
dev-python/pyface: remove last rited package
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyface/Manifest3
-rw-r--r--dev-python/pyface/metadata.xml20
-rw-r--r--dev-python/pyface/pyface-4.4.0-r1.ebuild38
-rw-r--r--dev-python/pyface/pyface-4.5.2-r1.ebuild43
-rw-r--r--dev-python/pyface/pyface-6.0.0.ebuild45
5 files changed, 0 insertions, 149 deletions
diff --git a/dev-python/pyface/Manifest b/dev-python/pyface/Manifest
deleted file mode 100644
index 256388865734..000000000000
--- a/dev-python/pyface/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pyface-4.4.0.tar.gz 486490 BLAKE2B 59c3d2facb35da015a5625b8d5dbab8f6347d3e0d78cbe8fa15d9587cd9a62bb7a4dadb9ffdf86f3d9cb927ee378577320a23cfa63485fb74294e7ea2f874b85 SHA512 62c93cbd5e956d56c03580876d5f9191210beb3d81cf8fcd0dfc6b2919263e4bf01219f1372e292fcac4462eaffb45cf9cde62dbe16265134b357dabc47d719d
-DIST pyface-4.5.2.tar.gz 5089390 BLAKE2B 6615f9dd66dd8359df27ccc7ecab0678e0bf8370a81a43e74f7452b25e984ae806346dc56c61a2262c648cc580c59a095d06731f90d564b07596052efcfa15a2 SHA512 9f5f34960cce2180eec6c4ba1ef6e19069cb64a05db47644a70c1ff70b93927f80bc20f50cee72daf586722ad618bf19f53182986fef4b93ddb95d29f4a1fcbb
-DIST pyface-6.0.0.tar.gz 5238590 BLAKE2B df96cf46e54f540d8dde7c8c3c4844655e30275e4ce93563c2e1aab5aecf766db65c0f098aba532adb27f824d81a7b51e5d9e0635057d81e12870773f1a8c41c SHA512 df411f737555b016e7801d4cb870d8553834150829a9c3fc5f4d3993633c4aee83dd4b41c14f254373d0334f3eba6e9e0f05b3276de5fd99290e3128949def00
diff --git a/dev-python/pyface/metadata.xml b/dev-python/pyface/metadata.xml
deleted file mode 100644
index 04911f4f0ba6..000000000000
--- a/dev-python/pyface/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- The pyface project contains a toolkit-independent GUI abstraction
- layer, which is used to support the "visualization" features of the
- Traits package. Thus, you can write code in terms of the Traits API
- (views, items, editors, etc.), and let pyface and your selected
- toolkit and back-end take care of the details of displaying them.
- The following GUI backends are supported:
- * wxPython
- * PyQt
- * PySide
-</longdescription>
- <upstream>
- <remote-id type="pypi">pyface</remote-id>
- <remote-id type="github">enthought/pyface</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pyface/pyface-4.4.0-r1.ebuild b/dev-python/pyface/pyface-4.4.0-r1.ebuild
deleted file mode 100644
index db5771d83587..000000000000
--- a/dev-python/pyface/pyface-4.4.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# https://github.com/enthought/pyface/issues/40 confirms only py2.7
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Enthought Tool Suite: Traits-capable windowing framework"
-HOMEPAGE="https://github.com/enthought/pyface"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- >=dev-python/traits-4.1[${PYTHON_USEDEP}]
- dev-python/wxpython:*[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- ${RDEPEND}
- dev-python/traitsui[${PYTHON_USEDEP}]
- media-fonts/font-cursor-misc
- media-fonts/font-misc-misc
- )"
-
-python_test() {
- export ETS_TOOLKIT=wx
- # set nosetests to ignore tests unpassable by these vars.
- VIRTUALX_COMMAND="nosetests" virtualmake -v -I 'composite_grid_model_test_case*' \
- -I 'simple_grid_model_test_case*' \
- -I 'test_split_editor_area_pane*'
-}
diff --git a/dev-python/pyface/pyface-4.5.2-r1.ebuild b/dev-python/pyface/pyface-4.5.2-r1.ebuild
deleted file mode 100644
index c68ecf3f3836..000000000000
--- a/dev-python/pyface/pyface-4.5.2-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# https://github.com/enthought/pyface/issues/40 confirms only py2.7
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Enthought Tool Suite: Traits-capable windowing framework"
-HOMEPAGE="https://github.com/enthought/pyface"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples test"
-
-RDEPEND="
- >=dev-python/traits-4.1[${PYTHON_USEDEP}]
- dev-python/wxpython:*[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- ${RDEPEND}
- dev-python/traitsui[${PYTHON_USEDEP}]
- media-fonts/font-cursor-misc
- media-fonts/font-misc-misc
- )"
-
-python_test() {
- export ETS_TOOLKIT=wx
- # set nosetests to ignore tests unpassable by these vars.
- VIRTUALX_COMMAND="nosetests" virtualmake -v -I 'composite_grid_model_test_case*' \
- -I 'simple_grid_model_test_case*' \
- -I 'test_split_editor_area_pane*'
-}
-
-python_install_all() {
- use examples && EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/pyface/pyface-6.0.0.ebuild b/dev-python/pyface/pyface-6.0.0.ebuild
deleted file mode 100644
index fc9f3de78859..000000000000
--- a/dev-python/pyface/pyface-6.0.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 ) # python3_{4,5,6} not supported by traits* deps
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Enthought Tool Suite: Traits-capable windowing framework"
-HOMEPAGE="https://github.com/enthought/pyface"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples test"
-
-RDEPEND="
- >=dev-python/traits-4.1[${PYTHON_USEDEP}]
- || (
- (
- dev-python/pygments[${PYTHON_USEDEP}]
- dev-python/PyQt5[gui,network,opengl,printsupport,svg,test?,webengine,widgets,${PYTHON_USEDEP}]
- )
- dev-python/wxpython:*[${PYTHON_USEDEP}]
- )
-"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- ${RDEPEND}
- dev-python/traitsui[${PYTHON_USEDEP}]
- dev-python/unittest2[${PYTHON_USEDEP}]
- media-fonts/font-cursor-misc
- media-fonts/font-misc-misc
- )
-"
-
-RESTRICT="test"
-
-python_install_all() {
- use examples && EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}