From e0d1da933ff252e048117d71509092f32b3fbd27 Mon Sep 17 00:00:00 2001 From: Henri Gasc Date: Sat, 10 Jan 2026 17:22:45 +0100 Subject: [PATCH] dev-python/skia-pathops: add 0.9.1, drop 0.8.0-r1 Signed-off-by: Henri Gasc --- dev-python/skia-pathops/Manifest | 2 +- ...-no-net.patch => skia-pathops-0.9.1-no-net.patch} | 0 ...ops-0.8.0-r1.ebuild => skia-pathops-0.9.1.ebuild} | 12 ++++++------ 3 files changed, 7 insertions(+), 7 deletions(-) rename dev-python/skia-pathops/files/{skia-pathops-0.8.0-no-net.patch => skia-pathops-0.9.1-no-net.patch} (100%) rename dev-python/skia-pathops/{skia-pathops-0.8.0-r1.ebuild => skia-pathops-0.9.1.ebuild} (69%) diff --git a/dev-python/skia-pathops/Manifest b/dev-python/skia-pathops/Manifest index fc226097fb..8815ccf9c9 100644 --- a/dev-python/skia-pathops/Manifest +++ b/dev-python/skia-pathops/Manifest @@ -1 +1 @@ -DIST skia_pathops-0.8.0.post2.zip 66956087 BLAKE2B 10b899c6f8bf642163b157ac0f15473a723b624a7cbad0436f4e98c3608b717f8b54f61c95e71032550891f1528ccf79a60265a6edcc69f3669bc9f11fd4ad96 SHA512 ae3634613551b4465919bbbab4030a03e4c2cb4776d7257a690694a34fdfe246374d406585aa08c4fbf4760be0da8d0aae7dd8a4f84d9e3702b17c62b35449ca +DIST skia_pathops-0.9.1.tar.gz 65116011 BLAKE2B de7971f2e127d205f7e74a6700de9f0364a15ee268b5fd8c8ff6f36b066e467791d58bc26a7f99bbfdb759bed1781e0f7ba1019f523691d05b638af0802d267a SHA512 bc35ced1ad433e51b56b4a5d4a5fbe9156281b3db50ce63800ea576392700ca51fa5dc1bbe5ba165e9ac5095d3f8a44ada52a60fa3d3e8e9d726845175a0a86d diff --git a/dev-python/skia-pathops/files/skia-pathops-0.8.0-no-net.patch b/dev-python/skia-pathops/files/skia-pathops-0.9.1-no-net.patch similarity index 100% rename from dev-python/skia-pathops/files/skia-pathops-0.8.0-no-net.patch rename to dev-python/skia-pathops/files/skia-pathops-0.9.1-no-net.patch diff --git a/dev-python/skia-pathops/skia-pathops-0.8.0-r1.ebuild b/dev-python/skia-pathops/skia-pathops-0.9.1.ebuild similarity index 69% rename from dev-python/skia-pathops/skia-pathops-0.8.0-r1.ebuild rename to dev-python/skia-pathops/skia-pathops-0.9.1.ebuild index b8f66a2651..e6bd1fb7de 100644 --- a/dev-python/skia-pathops/skia-pathops-0.8.0-r1.ebuild +++ b/dev-python/skia-pathops/skia-pathops-0.9.1.ebuild @@ -1,22 +1,22 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi -HASH="4c6ce1f1f3e8d3888165f2830adcf340922416c155647b12ebac2dcc423e" +HASH="2df8c918ffcb4ad847d2571f32a92447ffebe2e9c94d4ea05d9a86f20beb" 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/e5/85/${HASH}/skia_pathops-${PV}.post2.zip" -S="${WORKDIR}/skia_pathops-${PV}.post2" +SRC_URI="https://files.pythonhosted.org/packages/45/e5/${HASH}/skia_pathops-${PV}.tar.gz" +S="${WORKDIR}/skia_pathops-${PV}" LICENSE="BSD" SLOT="0" @@ -29,7 +29,7 @@ BDEPEND=" dev-build/gn " -PATCHES=( "${FILESDIR}"/${PN}-0.8.0-no-net.patch ) +PATCHES=( "${FILESDIR}"/${P}-no-net.patch ) REPYTEST_DESELECT=( tests/pathops_test.py::PathTest::test_transform