dev-python/skia-pathops - 0.9.2 (guru)

Search

Install

Install this version:

emerge -a =dev-python/skia-pathops-0.9.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/skia-pathops-0.9.2

Or alternatively:

emerge --autounmask-write -a =dev-python/skia-pathops-0.9.2

Package Information

Description:
Python bindings for the Skia Path Ops
Homepage:
https://skia.org/dev/present/pathops https://pypi.org/project/skia-pathops/ https://github.com/fonttools/skia-pathops
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.9.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

HASH="ab37d6fa21f25965d4ad059745c76f13ddfb92a2c06a842a42ad77961c24"
DESCRIPTION="Python bindings for the Skia Path Ops"
HOMEPAGE="
	https://skia.org/dev/present/pathops
	https://pypi.org/project/skia-pathops/
	https://github.com/fonttools/skia-pathops
"
SRC_URI="https://files.pythonhosted.org/packages/4a/f6/${HASH}/skia_pathops-${PV}.tar.gz"
S="${WORKDIR}/skia_pathops-${PV}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="
	app-alternatives/ninja
	app-arch/unzip
	dev-python/cython[${PYTHON_USEDEP}]
	dev-build/gn
"

PATCHES=( "${FILESDIR}"/${P}-no-net.patch )

REPYTEST_DESELECT=(
	tests/pathops_test.py::PathTest::test_transform
	"tests/pathops_test.py::test_path_operation[conic_2_quad-operations3-expected3]"
	"tests/pathops_test.py::test_path_operation[arc_to_quads-operations4-expected4]"
)

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

BDEPEND

	app-alternatives/ninja
	app-arch/unzip
	dev-python/cython[]
	dev-build/gn

Manifest for 0.9.2

Type File Size Source URLs
DIST skia_pathops-0.9.2.tar.gz 65115346 bytes https://files.pythonhosted.org/packages/4a/f6/ab37d6fa21f25965d4ad059745c76f13ddfb92a2c06a842a42ad77961c24/skia_pathops-0.9.2.tar.gz