public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Benda XU" <heroxbd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mayavi/
Date: Mon,  3 Jul 2017 08:45:58 +0000 (UTC)	[thread overview]
Message-ID: <1499071552.d14ceb7c914422eb14ad65131d9035dcff205119.heroxbd@gentoo> (raw)

commit:     d14ceb7c914422eb14ad65131d9035dcff205119
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 08:45:25 2017 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> 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 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>sci@gentoo.org</email>
-    <name>Gentoo Science Project</name>
-  </maintainer>
-  <longdescription lang="en">
-  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.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">enthought/mayavi</remote-id>
-  </upstream>
-</pkgmetadata>


             reply	other threads:[~2017-07-03  8:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-03  8:45 Benda XU [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-07-10  3:59 [gentoo-commits] proj/sci:master commit in: sci-visualization/mayavi/ Nicolas Bock
2015-06-06 10:23 Justin Lecher
2015-02-18 16:41 Justin Lecher
2015-01-22  0:12 Christoph Junghans
2015-01-22  0:12 Christoph Junghans
2015-01-22  0:12 Christoph Junghans
2015-01-22  0:12 Christoph Junghans
2015-01-22  0:12 Christoph Junghans

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=1499071552.d14ceb7c914422eb14ad65131d9035dcff205119.heroxbd@gentoo \
    --to=heroxbd@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