* [gentoo-commits] gentoo-x86 commit in sci-visualization/mayavi: mayavi-4.3.0.ebuild ChangeLog
@ 2013-04-16 16:00 Ian Delaney (idella4)
0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2013-04-16 16:00 UTC (permalink / raw
To: gentoo-commits
idella4 13/04/16 16:00:48
Modified: ChangeLog
Added: mayavi-4.3.0.ebuild
Log:
bump
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.31 sci-visualization/mayavi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/mayavi/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/mayavi/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/mayavi/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/mayavi/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 6 Dec 2012 19:37:26 -0000 1.30
+++ ChangeLog 16 Apr 2013 16:00:48 -0000 1.31
@@ -1,6 +1,11 @@
# ChangeLog for sci-visualization/mayavi
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/mayavi/ChangeLog,v 1.30 2012/12/06 19:37:26 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/mayavi/ChangeLog,v 1.31 2013/04/16 16:00:48 idella4 Exp $
+
+*mayavi-4.3.0 (16 Apr 2013)
+
+ 16 Apr 2013; Ian Delaney <idella4@gentoo.org> +mayavi-4.3.0.ebuild:
+ bump
06 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> mayavi-4.2.0.ebuild,
metadata.xml:
1.1 sci-visualization/mayavi/mayavi-4.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/mayavi/mayavi-4.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/mayavi/mayavi-4.3.0.ebuild?rev=1.1&content-type=text/plain
Index: mayavi-4.3.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/mayavi/mayavi-4.3.0.ebuild,v 1.1 2013/04/16 16:00:48 idella4 Exp $
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="http://www.enthought.com/repo/ets/${P}.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
)"
#DOCS="docs/*.txt"
# testsuite is a trainwreck; https://github.com/enthought/mayavi/issues/66
#RESTRICT="test"
PATCHES=( "${FILESDIR}"/${PN}-4.2.0-doc.patch )
python_compile_all() {
if use doc; then
${PYTHON} setup.py gen_docs || die
${PYTHON} setup.py build_docs || die
fi
}
python_test() {
VIRTUALX_COMMAND="nosetests" virtualmake
}
python_install_all() {
distutils-r1_python_install_all
use doc && dohtml -r docs/build/mayavi/html/
if use examples; then
docompress -x usr/share/doc/${PF}/examples/
insinto /usr/share/doc/${PF}
doins -r examples
fi
newicon mayavi/core/ui/images/m2.png mayavi2.png
make_desktop_entry ${PN}2 \
"Mayavi2 2D/3D Scientific Visualization" ${PN}2
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/mayavi: mayavi-4.3.0.ebuild ChangeLog
@ 2015-03-06 22:43 Pacho Ramos (pacho)
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:43 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/06 22:43:56
Modified: mayavi-4.3.0.ebuild ChangeLog
Log:
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.2 sci-visualization/mayavi/mayavi-4.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/mayavi/mayavi-4.3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/mayavi/mayavi-4.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/mayavi/mayavi-4.3.0.ebuild?r1=1.1&r2=1.2
Index: mayavi-4.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/mayavi/mayavi-4.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mayavi-4.3.0.ebuild 16 Apr 2013 16:00:48 -0000 1.1
+++ mayavi-4.3.0.ebuild 6 Mar 2015 22:43:56 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/mayavi/mayavi-4.3.0.ebuild,v 1.1 2013/04/16 16:00:48 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/mayavi/mayavi-4.3.0.ebuild,v 1.2 2015/03/06 22:43:56 pacho Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="BSD"
SLOT="2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples test"
RDEPEND="
1.32 sci-visualization/mayavi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/mayavi/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/mayavi/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/mayavi/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/mayavi/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 16 Apr 2013 16:00:48 -0000 1.31
+++ ChangeLog 6 Mar 2015 22:43:56 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/mayavi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/mayavi/ChangeLog,v 1.31 2013/04/16 16:00:48 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/mayavi/ChangeLog,v 1.32 2015/03/06 22:43:56 pacho Exp $
+
+ 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> mayavi-4.3.0.ebuild:
+ amd64 stable, bug 540290
*mayavi-4.3.0 (16 Apr 2013)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-06 22:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-06 22:43 [gentoo-commits] gentoo-x86 commit in sci-visualization/mayavi: mayavi-4.3.0.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2013-04-16 16:00 Ian Delaney (idella4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox