commit: 6fa1ccd0c5c825794e091051f129e697ad0ef9b4
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Mar 10 18:02:44 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Mar 10 18:04:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fa1ccd0
dev-python/skia-pathops: drop 0.7.4
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/skia-pathops/Manifest | 1 -
dev-python/skia-pathops/skia-pathops-0.7.4.ebuild | 40 -----------------------
2 files changed, 41 deletions(-)
diff --git a/dev-python/skia-pathops/Manifest b/dev-python/skia-pathops/Manifest
index 580da5d6f6..c2bd807e96 100644
--- a/dev-python/skia-pathops/Manifest
+++ b/dev-python/skia-pathops/Manifest
@@ -1,2 +1 @@
-DIST skia-pathops-0.7.4.zip 61294605 BLAKE2B
f68f19a9de6c8d3a7052b8b6e89cfdd789a3ca6932563b9af9e46a8dde50f3583e15c12bfa519b841cd0cb40e765ee29a63a8a330a6109458a1597727095ae94
SHA512
71df9b0b237a70af2246a30d53e201da493deb7a098dd969c346745c60997df1aeb1b20d4c94c2443b1c710c464272b44e9225d58ac3a9fd1074816839ae797b
DIST skia-pathops-0.8.0.post1.zip 66955898 BLAKE2B
d1ad24e7dd350b44deec8aaffb17110f048fc0d4584f192eb97b52b9f98604a6fbdd35d37cc5317da14dd33225904eaf8beb0bda761017a9267b7e9f62ca0d2d
SHA512
8828a8d3f070d8c4503abc144f3c5566d23812a1646b8c07e61b2b93bc43343ddee8b0c603bf47d029cfbc193c336a2a0d55251230626eb391caaa4654537342
diff --git a/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
b/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
deleted file mode 100644
index c23c69ee9b..0000000000
--- a/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-PYPI_NO_NORMALIZE=1
-DISTUTILS_USE_PEP517=setuptools
-DISTUTILS_EXT=1
-inherit distutils-r1 pypi
-
-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="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# Until cpdef is removed from skia-pathops, we need cython < 3.0.0
-BDEPEND="
- app-alternatives/ninja
- app-arch/unzip
- <dev-python/cython-3[${PYTHON_USEDEP}]
- dev-build/gn
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.7.4-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