# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Tools for manipulating and analyzing SVG Path objects and Bezier curves" HOMEPAGE="https://github.com/mathandy/svgpathtools" LICENSE="MIT" SLOT="0" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] dev-python/svgwrite[${PYTHON_USEDEP}] " if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/mathandy/svgpathtools.git" EGIT_BRANCH="master" SRC_URI="" KEYWORDS="" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi