1 # Copyright 2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 PYTHON_COMPAT=(python3_9)
9 DESCRIPTION="Image Polygonal Annotation with Python"
10 HOMEPAGE="https://github.com/wkentaro/labelme"
11 SRC_URI="https://github.com/wkentaro/labelme/archive/v${PV}.tar.gz -> ${P}.tar.gz"
17 DEPEND="dev-python/imgviz
23 dev-python/setuptools"
28 "${FILESDIR}/subElementRect.patch"
32 distutils-r1_src_install "$@"
33 install -Dm644 "labelme/icons/icon.png" "${D}/usr/share/pixmaps/labelme.png"
34 install -Dm644 "labelme.desktop" -t "${D}/usr/share/applications"