From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- sci-visualization/yt/yt-3.4.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 sci-visualization/yt/yt-3.4.0.ebuild (limited to 'sci-visualization/yt/yt-3.4.0.ebuild') diff --git a/sci-visualization/yt/yt-3.4.0.ebuild b/sci-visualization/yt/yt-3.4.0.ebuild new file mode 100644 index 000000000000..9454b3d1e815 --- /dev/null +++ b/sci-visualization/yt/yt-3.4.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) + +inherit distutils-r1 flag-o-matic + +DESCRIPTION="Astrophysical Simulation Analysis and Vizualization package" +HOMEPAGE="http://yt-project.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="hub test" + +CDEPEND=">=dev-python/numpy-1.10.4[${PYTHON_USEDEP}]" +RDEPEND="${CDEPEND} + dev-python/h5py[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + >=dev-python/sympy-1.0[${PYTHON_USEDEP}] + hub? ( dev-python/girder-client[${PYTHON_USEDEP}] ) +" +DEPEND="${CDEPEND} + >=dev-python/cython-0.24[${PYTHON_USEDEP}] + >=dev-python/setuptools-20.0[${PYTHON_USEDEP}] + test? ( ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] + )" + +python_prepare_all() { + append-flags -fno-strict-aliasing + distutils-r1_python_prepare_all +} + +python_test() { + pushd "${BUILD_DIR}"/lib >/dev/null || die + nosetests -sv --exclude=test_flake8 || die "Tests fail with ${EPYTHON} ${PWD}" + popd >/dev/null || die +} -- cgit v1.2.3