public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyface/
Date: Tue,  2 May 2017 09:48:09 +0000 (UTC)	[thread overview]
Message-ID: <1493718478.b4e7b3a4feda8bacf7fea86186baccdcd2268cdd.mgorny@gentoo> (raw)

commit:     b4e7b3a4feda8bacf7fea86186baccdcd2268cdd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 09:05:31 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May  2 09:47:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e7b3a4

dev-python/pyface: Clean old versions up

 dev-python/pyface/Manifest               |  1 -
 dev-python/pyface/pyface-4.3.0-r1.ebuild | 59 --------------------------------
 2 files changed, 60 deletions(-)

diff --git a/dev-python/pyface/Manifest b/dev-python/pyface/Manifest
index d44d5227c58..05d56465da7 100644
--- a/dev-python/pyface/Manifest
+++ b/dev-python/pyface/Manifest
@@ -1,3 +1,2 @@
-DIST pyface-4.3.0.tar.gz 5062628 SHA256 e95e1991231a269324e59ecb0950a3d3ce4aa0cd1ab40d0b301cc8324e502d75 SHA512 14ef540408b5258bdb2efd97873f5c9cbc7ab0110c5a5c71ed5ebcf9b8cd8abbc011666fbacb99ce5bb2ac0ae55dbef731a32ec32cb9bb94107203e6a43862fc WHIRLPOOL 0fa3e35966cf941ca34bafdc2fed551b2b9a1d105f9c3daa2ea2ee8040cf9b491921d67cb007083a063f1c97695855cf4785511353df199bf26250d2242ac202
 DIST pyface-4.4.0.tar.gz 486490 SHA256 270bc35a5364681b78569619917e1b5890150c882b455b52578f0c0752f3d3fc SHA512 62c93cbd5e956d56c03580876d5f9191210beb3d81cf8fcd0dfc6b2919263e4bf01219f1372e292fcac4462eaffb45cf9cde62dbe16265134b357dabc47d719d WHIRLPOOL 0596a09dad5a026c5726ef18b2c507a8adba1c2783d91f81cae0d5238b0d206f8486120c11824e6494153314749cfb812434e5e7c5ccd29cd231b2b2c9460aab
 DIST pyface-4.5.2.tar.gz 5089390 SHA256 3f909bcc3983ad707c69a83bc96858c52c4a0ff4a3358ce9acd7c3febd9c3410 SHA512 9f5f34960cce2180eec6c4ba1ef6e19069cb64a05db47644a70c1ff70b93927f80bc20f50cee72daf586722ad618bf19f53182986fef4b93ddb95d29f4a1fcbb WHIRLPOOL 80c85018dcfe7d2083a3484871d7ff7daf1fb136fe6bfede31ced4ca26020ab2c1d30434d145289b8c353bffa9014d108111de38c20e210c72c867af15813a8e

diff --git a/dev-python/pyface/pyface-4.3.0-r1.ebuild b/dev-python/pyface/pyface-4.3.0-r1.ebuild
deleted file mode 100644
index 58ee2a06d45..00000000000
--- a/dev-python/pyface/pyface-4.3.0-r1.ebuild
+++ /dev/null
@@ -1,59 +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 https://pypi.python.org/pypi/pyface"
-SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc 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}]
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-	test? (
-		${RDEPEND}
-		dev-python/traitsui[${PYTHON_USEDEP}]
-		media-fonts/font-cursor-misc
-		media-fonts/font-misc-misc
-	)"
-
-DOCS=( docs/*.txt )
-
-python_compile_all() {
-	use doc && virtualmake -C docs html
-}
-
-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() {
-	find -name "*LICENSE*.txt" -delete
-	use doc && dohtml -r docs/build/html/*
-
-	if use examples; then
-		insinto /usr/share/doc/${PF}
-		doins -r examples
-	fi
-}


             reply	other threads:[~2017-05-02  9:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-02  9:48 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-15  7:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyface/ Mikle Kolyada
2019-01-27 12:36 Pacho Ramos
2018-04-22  9:32 Andreas Sturmlechner
2018-04-22  9:32 Andreas Sturmlechner
2018-04-22  9:32 Andreas Sturmlechner
2018-04-22  6:32 Michał Górny
2015-09-30 17:29 Justin Lecher
2015-09-29  8:34 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1493718478.b4e7b3a4feda8bacf7fea86186baccdcd2268cdd.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox