# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="A simple plugin to read, write and adjust mrcfiles in napari."

HOMEPAGE="https://github.com/Croxa/napari-mrcfile_handler"
LICENSE="BSD"
SRC_URI="https://files.pythonhosted.org/packages/df/d9/4a41bb8d8f165aa65a4c9beb0ae0bd0de32dd5da460802fbf28ceab64caa/napari-mrcfile_handler-${REALVERSION}.tar.gz"
SOURCEFILE="napari-mrcfile_handler-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPENDENCIES="dev-python/napari-plugin-engine[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/mrcfile[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"