1
0
mirror of synced 2024-06-08 05:37:53 +02:00
TheChymera-overlay/sci-visualization/niicat/niicat-0.4.3.ebuild
Horea Christian 396d5cb3b4
sci-visualization/niicat: PYTHON_COMPAT and EAPI bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
2022-07-13 03:08:43 -04:00

28 lines
671 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
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"
EGIT_COMMIT="be61c2f1a752ef14e62c4239de11ca5561360f2e"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=sci-libs/nibabel-2.3.0[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
media-libs/libsixel[python]
"
PATCHES=( "${FILESDIR}/libsixel.patch" )