From 68dea64ddeb2cc3d5645792ca8f9e90b93d613a0 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Mon, 8 Oct 2018 05:25:36 +0200 Subject: [PATCH] New ebuild Ahead of inclusion in science overlay (unsubmitted) --- sci-visualization/fsleyes-widgets/Manifest | 3 ++ .../fsleyes-widgets-0.6.3.ebuild | 38 +++++++++++++++++++ .../fsleyes-widgets/manifest.xml | 18 +++++++++ 3 files changed, 59 insertions(+) create mode 100644 sci-visualization/fsleyes-widgets/Manifest create mode 100644 sci-visualization/fsleyes-widgets/fsleyes-widgets-0.6.3.ebuild create mode 100644 sci-visualization/fsleyes-widgets/manifest.xml diff --git a/sci-visualization/fsleyes-widgets/Manifest b/sci-visualization/fsleyes-widgets/Manifest new file mode 100644 index 0000000..57b702a --- /dev/null +++ b/sci-visualization/fsleyes-widgets/Manifest @@ -0,0 +1,3 @@ +DIST fsleyes-widgets-0.6.3.tar.gz 1036187 BLAKE2B d2cab3965d28735eb4e7a14f41b23303d1a478d0d8e84b888a360a859d32db9d978891dfd73641f32370a49b1f8b8e0b5065557162ea6bbb4fba73cbea7bf43c SHA512 c63bee4703e9d91b32aa6d878351e7babb5bcdbef1f41eb73720653f3d904365d9feb69f14605223e4e886602a6f91d0417063914197a56cbd20e7fe48d6d506 +EBUILD fsleyes-widgets-0.6.3.ebuild 898 BLAKE2B 55bed59ba57bc563c3680e2dcbe79b3a25e679e981ef36b804e538afdda8d3a778de7e15e5b8156d5c9748fd6c76b11584c692b8d2ead65222cf720faf64f931 SHA512 e5f70544ba39632e7dbac5fffcd972f20ada944dd95a8e2a39e6d3c204a0f2595df4f6c2d83610408940eac94966994e0e158a2a8d9b66ac928bee674c704611 +MISC manifest.xml 655 BLAKE2B e43c6f3c232be474cd579a5277566aa925dbe2ded7239462b8e28de71aabb8e4b543593f5b9ef67c617aa3f7545fc1ba184330a53adea52df548e28cb6cfd37b SHA512 1880788a55ff8dfa824edb261ac1d53fb90512d0c0b865549f3f86b96e96209ff9c4fa5c00c0dbeb82812b933ef3ecbd40474a65662a6b9ceb59b62f062934b4 diff --git a/sci-visualization/fsleyes-widgets/fsleyes-widgets-0.6.3.ebuild b/sci-visualization/fsleyes-widgets/fsleyes-widgets-0.6.3.ebuild new file mode 100644 index 0000000..456f63c --- /dev/null +++ b/sci-visualization/fsleyes-widgets/fsleyes-widgets-0.6.3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6} ) + +inherit distutils-r1 virtualx + +MY_P="widgets-${PV}" + +DESCRIPTION="The new FSL image viewer, released with FSL 5.0.10" +HOMEPAGE="https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/tree/master" +SRC_URI="https://git.fmrib.ox.ac.uk/fsl/fsleyes/widgets/-/archive/${PV}/${MY_P}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND=" + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + dev-python/setuptools[${PYTHON_USEDEP}] + " +RDEPEND=" + dev-python/deprecation[${PYTHON_USEDEP}] + =dev-python/numpy-1*[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + =dev-python/six-1*[${PYTHON_USEDEP}] + dev-python/wxpython[${PYTHON_USEDEP}] + " + +S="${WORKDIR}/${MY_P}" + +python_test() { + virtx pytest --verbose || die +} + diff --git a/sci-visualization/fsleyes-widgets/manifest.xml b/sci-visualization/fsleyes-widgets/manifest.xml new file mode 100644 index 0000000..1e458f8 --- /dev/null +++ b/sci-visualization/fsleyes-widgets/manifest.xml @@ -0,0 +1,18 @@ + + + + + horea.christ@gmail.com + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + FSLeyes is a viewer for 3D and 4D neuroimaging data. It is intended as a + replacement for the much loved FSLView. FSLeyes offers similar functionality + to FSLView, and aims to improve and expand upon this functionality in many + ways. + +