1
0
Fork 0

New ebuild

Ahead of inclusion in science overlay
(unsubmitted)
This commit is contained in:
Horea Christian 2018-10-08 05:25:36 +02:00
parent 4aa8b74b29
commit 68dea64dde
3 changed files with 59 additions and 0 deletions

View File

@ -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

View File

@ -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
}

View File

@ -0,0 +1,18 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>horea.christ@gmail.com</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
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.
</longdescription>
</pkgmetadata>