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 5784E139694 for ; Mon, 3 Jul 2017 08:46:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 913941FC004; Mon, 3 Jul 2017 08:46:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B8751FC004 for ; Mon, 3 Jul 2017 08:46:01 +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 D0C463416FC for ; Mon, 3 Jul 2017 08:45:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45BB67487 for ; Mon, 3 Jul 2017 08:45:58 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1499071552.d14ceb7c914422eb14ad65131d9035dcff205119.heroxbd@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mayavi/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/mayavi/mayavi-4.4.0.ebuild sci-visualization/mayavi/mayavi-4.4.2.ebuild sci-visualization/mayavi/metadata.xml X-VCS-Directories: sci-visualization/mayavi/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: d14ceb7c914422eb14ad65131d9035dcff205119 X-VCS-Branch: master Date: Mon, 3 Jul 2017 08:45:58 +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: bdf0ba94-bf97-497b-b91d-134d99978146 X-Archives-Hash: 05136ac72918b6b1eb7ffda8246655fb commit: d14ceb7c914422eb14ad65131d9035dcff205119 Author: Benda Xu gentoo org> AuthorDate: Mon Jul 3 08:45:25 2017 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Jul 3 08:45:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d14ceb7c sci-visualization/mayavi: committed to gentoo main repo. sci-visualization/mayavi/mayavi-4.4.0.ebuild | 68 ---------------------------- sci-visualization/mayavi/mayavi-4.4.2.ebuild | 68 ---------------------------- sci-visualization/mayavi/metadata.xml | 30 ------------ 3 files changed, 166 deletions(-) diff --git a/sci-visualization/mayavi/mayavi-4.4.0.ebuild b/sci-visualization/mayavi/mayavi-4.4.0.ebuild deleted file mode 100644 index 6243950a7..000000000 --- a/sci-visualization/mayavi/mayavi-4.4.0.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Enthought Tool Suite: Scientific data 3-dimensional visualizer" -HOMEPAGE=" - http://code.enthought.com/projects/mayavi/ - http://pypi.python.org/pypi/mayavi/" -SRC_URI="https://github.com/enthought/${PN}/archive/${PV}.tar.gz" - -LICENSE="BSD" -SLOT="2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples test" - -RDEPEND=" - >=dev-python/apptools-4[${PYTHON_USEDEP}] - dev-python/configobj[${PYTHON_USEDEP}] - >=dev-python/envisage-4[${PYTHON_USEDEP}] - dev-python/ipython[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pyface[${PYTHON_USEDEP}] - >=dev-python/traitsui-4[${PYTHON_USEDEP}] - dev-python/wxpython:*[${PYTHON_USEDEP}]" -CDEPEND="sci-libs/vtk[python]" -DEPEND=" - ${CDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( - ${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] - dev-python/wxpython[opengl] - media-fonts/font-cursor-misc - media-fonts/font-misc-misc - )" - -# testsuite is a trainwreck; https://github.com/enthought/mayavi/issues/66 -#RESTRICT="test" - -# not sure if this is still needed -#PATCHES=( "${FILESDIR}"/${PN}-4.2.0-doc.patch ) - -python_compile_all() { - if use doc; then - esetup.py gen_docs - esetup.py build_docs - fi -} - -python_test() { - VIRTUALX_COMMAND="nosetests" virtualmake -} - -python_install_all() { - use examples && EXAMPLES=( examples/. ) - use doc && HTML_DOCS=( docs/build/mayavi/html/. ) - distutils-r1_python_install_all - - newicon mayavi/core/ui/images/m2.png mayavi2.png - make_desktop_entry ${PN}2 \ - "Mayavi2 2D/3D Scientific Visualization" ${PN}2 -} diff --git a/sci-visualization/mayavi/mayavi-4.4.2.ebuild b/sci-visualization/mayavi/mayavi-4.4.2.ebuild deleted file mode 100644 index 6243950a7..000000000 --- a/sci-visualization/mayavi/mayavi-4.4.2.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Enthought Tool Suite: Scientific data 3-dimensional visualizer" -HOMEPAGE=" - http://code.enthought.com/projects/mayavi/ - http://pypi.python.org/pypi/mayavi/" -SRC_URI="https://github.com/enthought/${PN}/archive/${PV}.tar.gz" - -LICENSE="BSD" -SLOT="2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples test" - -RDEPEND=" - >=dev-python/apptools-4[${PYTHON_USEDEP}] - dev-python/configobj[${PYTHON_USEDEP}] - >=dev-python/envisage-4[${PYTHON_USEDEP}] - dev-python/ipython[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pyface[${PYTHON_USEDEP}] - >=dev-python/traitsui-4[${PYTHON_USEDEP}] - dev-python/wxpython:*[${PYTHON_USEDEP}]" -CDEPEND="sci-libs/vtk[python]" -DEPEND=" - ${CDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( - ${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] - dev-python/wxpython[opengl] - media-fonts/font-cursor-misc - media-fonts/font-misc-misc - )" - -# testsuite is a trainwreck; https://github.com/enthought/mayavi/issues/66 -#RESTRICT="test" - -# not sure if this is still needed -#PATCHES=( "${FILESDIR}"/${PN}-4.2.0-doc.patch ) - -python_compile_all() { - if use doc; then - esetup.py gen_docs - esetup.py build_docs - fi -} - -python_test() { - VIRTUALX_COMMAND="nosetests" virtualmake -} - -python_install_all() { - use examples && EXAMPLES=( examples/. ) - use doc && HTML_DOCS=( docs/build/mayavi/html/. ) - distutils-r1_python_install_all - - newicon mayavi/core/ui/images/m2.png mayavi2.png - make_desktop_entry ${PN}2 \ - "Mayavi2 2D/3D Scientific Visualization" ${PN}2 -} diff --git a/sci-visualization/mayavi/metadata.xml b/sci-visualization/mayavi/metadata.xml deleted file mode 100644 index 295da5bc4..000000000 --- a/sci-visualization/mayavi/metadata.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - Mayavi2 is a general purpose, cross-platform tool for 3-D scientific - data visualization. Its features include: - * Visualization of scalar, vector and tensor data in 2 and 3 dimensions. - * Easy scriptability using Python. - * Easy extendibility via custom sources, modules, and data filters. - * Reading several file formats: VTK (legacy and XML), PLOT3D, etc. - * Saving of visualizations. - * Saving rendered visualization in a variety of image formats. - * Convenient functionality for rapid scientific plotting via mlab - - Mayavi2 has been designed with scriptability and extensibility in - mind. Mayavi2 provides a mayavi2 application which is usable by - itself. However, Mayavi2 may also be used as a plotting engine, in - scripts, like with matplotlib or gnuplot, as well as a library for - interactive visualizations in any other application. It may also be - used as an Envisage plug-in which allows it to be embedded in other - Envisage based applications natively. - - - enthought/mayavi - -