1
0
Fork 0
Horea Christian 2018-11-08 18:13:18 +01:00
parent 595b3353cc
commit 2cea4e6fb2
4 changed files with 0 additions and 79 deletions

View File

@ -1 +0,0 @@
DIST trimesh-2.34.3.tar.gz 8390792 SHA256 7b37d087f38b6e0b1e4b9c9fddd55b3c4022c2886c27cb5dfef287d9a5d2b93b SHA512 2f3eb685a8ba35ff3e16bb81502f14c5fcbf82394466484c27a61b8b2c87c3287ebf2725270abd91ad01ed8a2068e559a2eaf1fc72f5e1814b26810ab984f3fc WHIRLPOOL 705395edb3a078f127383a4c57733051520ecf4f86134958748705eee8f96e635ed41418dc08c22a6277a2a85739b950bd058eb03686be76b8d2549165d7b4e4

View File

@ -1,11 +0,0 @@
--- a/tests/test_export.py 2018-10-02 22:46:48.992653740 +0200
+++ b/tests/test_export.py 2018-10-07 01:52:37.793858817 +0200
@@ -139,7 +139,7 @@
g.log.error('failed to export {}'.format(
option))
# raise the error again
+ return
- raise E
# load meshlabs export back into trimesh
r = g.trimesh.load(temp_off.name)

View File

@ -1,18 +0,0 @@
<?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>

View File

@ -1,49 +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
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://github.com/mikedh/trimesh/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPEND="
test? (
${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
)
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
dev-python/networkx[${PYTHON_USEDEP}]
"
RDEPEND="
dev-libs/xxhash
dev-python/colorlog[${PYTHON_USEDEP}]
dev-python/deprecation[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/msgpack[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pyglet[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/svg-path[${PYTHON_USEDEP}]
dev-python/sympy[${PYTHON_USEDEP}]
=dev-python/six-1*[${PYTHON_USEDEP}]
sci-libs/Shapely[${PYTHON_USEDEP}]
sci-libs/Rtree[${PYTHON_USEDEP}]
"
PATCHES=( "${FILESDIR}/${P}-suppress-xvfb-test.patch" )
python_test() {
pytest -v || die
}