From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5CE91382C5 for ; Sun, 22 Apr 2018 09:32:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF209E08D4; Sun, 22 Apr 2018 09:32:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABE5FE08D3 for ; Sun, 22 Apr 2018 09:32:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41D4F335C7E for ; Sun, 22 Apr 2018 09:32:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C90F8293 for ; Sun, 22 Apr 2018 09:32:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1524389558.13a73cac532b9b52dbb9a4ec20b22da4171c1904.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyface/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyface/pyface-4.4.0.ebuild dev-python/pyface/pyface-4.5.2.ebuild X-VCS-Directories: dev-python/pyface/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 13a73cac532b9b52dbb9a4ec20b22da4171c1904 X-VCS-Branch: master Date: Sun, 22 Apr 2018 09:32:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ffda5ad7-ab21-4d25-a945-667b854dcd85 X-Archives-Hash: 79fa9deab57dd9a45a085a00c828ed24 commit: 13a73cac532b9b52dbb9a4ec20b22da4171c1904 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 22 09:30:45 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 22 09:32:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a73cac dev-python/pyface: Drop old Closes: https://bugs.gentoo.org/649106 Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-python/pyface/pyface-4.4.0.ebuild | 43 ------------------------------- dev-python/pyface/pyface-4.5.2.ebuild | 48 ----------------------------------- 2 files changed, 91 deletions(-) diff --git a/dev-python/pyface/pyface-4.4.0.ebuild b/dev-python/pyface/pyface-4.4.0.ebuild deleted file mode 100644 index 72229f597c3..00000000000 --- a/dev-python/pyface/pyface-4.4.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 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}] - dev-python/PyQt4[${PYTHON_USEDEP}] - dev-python/pyside[${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=qt4 - export QT_API=pyqt - # 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.ebuild b/dev-python/pyface/pyface-4.5.2.ebuild deleted file mode 100644 index a9a4621630c..00000000000 --- a/dev-python/pyface/pyface-4.5.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 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}] - dev-python/PyQt4[${PYTHON_USEDEP}] - dev-python/pyside[${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=qt4 - export QT_API=pyqt - # 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 -}