segment-anything-1.0zGentoo
download
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
MY_PN=segment-anything
MY_P=${MY_PN}-${PV}
DESCRIPTION="Meta AI Segment Anything Model (SAM)"
HOMEPAGE="https://github.com/facebookresearch/segment-anything"
SRC_URI="https://files.pythonhosted.org/packages/source/s/${MY_PN}/${PN//-/_}-${PV}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/${PN//-/_}-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
virtual/pytorch
"