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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1957A158087 for ; Sat, 9 Oct 2021 09:30:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 654B8E0843; Sat, 9 Oct 2021 09:30:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CB2DE0843 for ; Sat, 9 Oct 2021 09:30:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DEF6343277 for ; Sat, 9 Oct 2021 09:30:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE67112F for ; Sat, 9 Oct 2021 09:30:39 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1633771809.e97cc50ed3349a6314f79bd6b818999bb88de5c9.telans@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.4.1.ebuild X-VCS-Directories: dev-python/skia-pathops/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: e97cc50ed3349a6314f79bd6b818999bb88de5c9 X-VCS-Branch: dev Date: Sat, 9 Oct 2021 09:30:39 +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: 8f801e43-1201-4461-a56a-75bdb626cc54 X-Archives-Hash: 11922e8bd8a3db04b4613dd7db255155 commit: e97cc50ed3349a6314f79bd6b818999bb88de5c9 Author: James Beddek posteo de> AuthorDate: Sat Oct 9 09:26:16 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sat Oct 9 09:30:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e97cc50e dev-python/skia-pathops: drop 0.4.1 Signed-off-by: James Beddek posteo.de> dev-python/skia-pathops/Manifest | 1 - dev-python/skia-pathops/skia-pathops-0.4.1.ebuild | 52 ----------------------- 2 files changed, 53 deletions(-) diff --git a/dev-python/skia-pathops/Manifest b/dev-python/skia-pathops/Manifest index d26dbc8f3..badb54668 100644 --- a/dev-python/skia-pathops/Manifest +++ b/dev-python/skia-pathops/Manifest @@ -1,2 +1 @@ -DIST skia-pathops-0.4.1.zip 41254623 BLAKE2B 8d47da77c6389419cdf229085c58e692a218f400458b3bd6633307316c0d127c05990438a739633ae1622aa394da95414f86eb23338c1ef28f69283608c4ee7a SHA512 62cef669a8518643c4aefe2860f4c2207d602a531fe3f2ff1ae700b092d6f60cd2c47190926c0d00c709995e519f5538722ed1c0f4b6881c5af5aeb2a5b43e3b DIST skia-pathops-0.6.0.post2.zip 41471167 BLAKE2B b9da1ff7deade28e0b5ce4fa6590eb92b50976027fc9da805b50c9d1526a60c28661d5378ecdc4dc2de42f7d3d904dd2f768b49df716b345253ffe2475f1afe7 SHA512 3ebcf044d045a57531229841630dea6e656df434a4a9b994a9a1162c93f0c894ffb20cfb493159cefd1afbe40366e2f9742a4aeea1a693d917fa55841c887e86 diff --git a/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild b/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild deleted file mode 100644 index 7c12d6353..000000000 --- a/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_8 ) - -inherit distutils-r1 - -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/${P:0:1}/${PN}/${P}.zip" - -KEYWORDS="~amd64" -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - ~media-libs/skia-80_p20191220:= -" -DEPEND=" - ${RDEPEND} - test? ( - dev-python/pytest-cython[${PYTHON_USEDEP}] - dev-python/pytest-randomly[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - app-arch/unzip - dev-python/cython[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -pkg_setup() { - export BUILD_SKIA_FROM_SOURCE=0 -} - -python_prepare_all() { - sed -e '/doctest-cython/d' -i tox.ini - - # assert == - sed -i -e 's:test_transform:_&:' \ - tests/pathops_test.py || die - - distutils-r1_python_prepare_all -}