From 7491e3c8c88b2befb65ff32794b07dfeb86467b0 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Wed, 1 Jun 2022 07:47:09 +0500 Subject: [PATCH] dev-python/skia-pathops: update EAPI 7 -> 8 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/skia-pathops/skia-pathops-0.7.2.ebuild | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/dev-python/skia-pathops/skia-pathops-0.7.2.ebuild b/dev-python/skia-pathops/skia-pathops-0.7.2.ebuild index 661fa5e186..5400150631 100644 --- a/dev-python/skia-pathops/skia-pathops-0.7.2.ebuild +++ b/dev-python/skia-pathops/skia-pathops-0.7.2.ebuild @@ -1,29 +1,30 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 -MYP="${P/_p/.post}" PYTHON_COMPAT=( python3_{8..10} ) - +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 +MY_P="${P/_p/.post}" DESCRIPTION="Python bindings for the Skia Path Ops" HOMEPAGE=" https://github.com/fonttools/skia-pathops https://skia.org/dev/present/pathops " -SRC_URI="mirror://pypi/${MYP:0:1}/${PN}/${MYP}.zip" -S="${WORKDIR}/${MYP}" +SRC_URI="mirror://pypi/${MY_P:0:1}/${PN}/${MY_P}.zip" +S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" RDEPEND="media-libs/skia" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-python/cython[${PYTHON_USEDEP}] +" BDEPEND=" app-arch/unzip - dev-python/cython[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( dev-python/pytest-cython[${PYTHON_USEDEP}] ) "