2022-07-13 09:08:43 +02:00
|
|
|
# Copyright 1999-2022 Gentoo Authors
|
2019-11-13 19:10:16 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2022-07-13 09:08:43 +02:00
|
|
|
EAPI=8
|
2019-11-13 19:10:16 +01:00
|
|
|
|
2022-07-13 09:08:43 +02:00
|
|
|
PYTHON_COMPAT=( python3_{8..10} )
|
2019-11-13 19:10:16 +01:00
|
|
|
|
|
|
|
inherit distutils-r1 git-r3
|
|
|
|
|
|
|
|
DESCRIPTION="This is a tool to quickly preview nifti images on the terminal"
|
|
|
|
HOMEPAGE="https://github.com/wasserth/niicat"
|
|
|
|
SRC_URI=""
|
|
|
|
EGIT_REPO_URI="https://github.com/wasserth/niicat"
|
2020-09-26 11:24:48 +02:00
|
|
|
EGIT_COMMIT="be61c2f1a752ef14e62c4239de11ca5561360f2e"
|
2019-11-13 19:10:16 +01:00
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
2020-09-26 11:24:48 +02:00
|
|
|
KEYWORDS="~amd64 ~x86"
|
2019-11-13 19:10:16 +01:00
|
|
|
|
|
|
|
RDEPEND="
|
|
|
|
>=sci-libs/nibabel-2.3.0[${PYTHON_USEDEP}]
|
|
|
|
dev-python/matplotlib[${PYTHON_USEDEP}]
|
|
|
|
dev-python/numpy[${PYTHON_USEDEP}]
|
2020-09-26 11:24:48 +02:00
|
|
|
media-libs/libsixel[python]
|
2019-11-13 19:10:16 +01:00
|
|
|
"
|
2020-09-26 11:24:48 +02:00
|
|
|
|
|
|
|
PATCHES=( "${FILESDIR}/libsixel.patch" )
|