View Raw Ebuild
# 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="Implementations of U-Net, Siam U-Net, U-Net++ and 3D U-Net for biological image segmentation"
HOMEPAGE="https://github.com/danihae/bio-image-unet"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDENCIES="dev-python/albumentations[${PYTHON_USEDEP}]
dev-python/tifffile[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
>dev-python/numpy-1.20[${PYTHON_USEDEP}]
<dev-python/scikit-image-1.0[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/torch[${PYTHON_USEDEP}]
dev-python/tensorboard[${PYTHON_USEDEP}]
dev-python/napari[${PYTHON_USEDEP}]
~dev-python/matplotlib-3.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"