1
0
Fork 0

Removed old version

This commit is contained in:
Horea Christian 2018-10-15 00:34:17 +02:00
parent e3f8af4870
commit 3da657ccc4
2 changed files with 1 additions and 41 deletions

View File

@ -1,3 +1 @@
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
DIST fsleyes-widgets-0.6.5.tar.gz 1035501 SHA256 498af133b6ee811f3e77657975fb198eee52880ff5b10bd55becc4e59a56dd16 SHA512 686f248276eaead7de26547f27d03c089cef06e3bbadb745527a22fad4c89ca14569bcf267a108ecb6bde64055256f24ca66f2940e1fe896787660ce6b2b672b WHIRLPOOL 768eba8d56e41c53c24c65c63b0ff27a78dc3e6af183bbf5e6ef55d86d4d915a3d0910f3fdc6d032bda434a253713e02bb58dfb135afc6097ff6da7e3db85515

View File

@ -1,38 +0,0 @@
# 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
}