pynida-0.1.16stuff
download
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="In-situ nanoindentation data analysis"
HOMEPAGE="https://github.com/LebedevV/pynida"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pyside:6[${PYTHON_USEDEP}]
media-libs/opencv[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
>=dev-python/scikit-image-0.18[${PYTHON_USEDEP}]
"
PATCHES=(
"${FILESDIR}"/pynida-0.1.16-pyside6.patch
)