From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBB82158041 for ; Sun, 10 Mar 2024 18:05:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E52B7E2A3D; Sun, 10 Mar 2024 18:05:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C63DCE2A3D for ; Sun, 10 Mar 2024 18:05:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B204E335C11 for ; Sun, 10 Mar 2024 18:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F7EA14C7 for ; Sun, 10 Mar 2024 18:05:05 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1710093873.6fa1ccd0c5c825794e091051f129e697ad0ef9b4.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/skia-pathops/Manifest dev-python/skia-pathops/skia-pathops-0.7.4.ebuild X-VCS-Directories: dev-python/skia-pathops/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 6fa1ccd0c5c825794e091051f129e697ad0ef9b4 X-VCS-Branch: dev Date: Sun, 10 Mar 2024 18:05:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c2adabd-ff02-43fe-bb6e-b39fb6372e35 X-Archives-Hash: 7e156640b70da40c158a6a54094b30bd commit: 6fa1ccd0c5c825794e091051f129e697ad0ef9b4 Author: Julien Roy jroy ca> AuthorDate: Sun Mar 10 18:02:44 2024 +0000 Commit: Julien Roy jroy 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 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 -