# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 DESCRIPTION="Python library for working with 3D point clouds." HOMEPAGE="https://pypi.org/project/pyntcloud/" SRC_URI="https://github.com/daavoo/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="" RDEPEND="${DEPEND}" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] " RESTRICT="mirror test"