1
0
Fork 0

sci-visualization/fsleyes-props: new ebuild

Ahead of inclusion in science overlay
(unsubmitted)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
This commit is contained in:
Horea Christian 2018-10-08 05:26:46 +02:00
parent 68dea64dde
commit cdba892650
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,6 @@
*fsleyes-props-1.6.3 (08 Oct 2018)
08 Oct 2018; Horea Christian <h.chr@mail.ru> +fsleyes-props-1.6.3.ebuild,
+metadata.xml:
sci-visualization/fsleyes-props: new ebuild Ahead of inclusion in science
overlay (unsubmitted)

View File

@ -0,0 +1 @@
DIST props-1.6.3.tar.gz 122685 SHA256 074fbbe9fc22ae87d2a620ed2222b6998ac4d96f0a9951f751324b966322c2ce SHA512 3d1441cd2cc13253cead08e52f1c6a12c204df2b69a1c0f15ebd0ccff446ce865f77e9a8a226107f8760bb51cfcc8a00b535577d56f75c45fdfa3a03d54ec1dc WHIRLPOOL 32139abfe588df62ab76bcb1ac14039530f367f03d6e18e03d545e14eedcd638d7f823549ea1e748fae822f3733fdb6b1fef4dad571cb7d8be7c2ad15d9da2ff

View File

@ -0,0 +1,41 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 )
#PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1 virtualx
MY_PN="props"
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/${MY_PN}/-/archive/${PV}/${MY_PN}-${PV}.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}]
sci-visualization/fsleyes-widgets[${PYTHON_USEDEP}]
dev-python/fslpy[${PYTHON_USEDEP}]
"
S="${WORKDIR}/${MY_PN}-${PV}"
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>