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 12B75158004 for ; Fri, 12 Apr 2024 19:59:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AA7EE2A3E; Fri, 12 Apr 2024 19:59:18 +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 96D7DE2A3E for ; Fri, 12 Apr 2024 19:59:17 +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 9BBA434336B for ; Fri, 12 Apr 2024 19:59:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED80716D8 for ; Fri, 12 Apr 2024 19:59:13 +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: <1712948634.0eb4e307ce5f4c4faa755fc9f159cdc18894e9c2.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/svgelements/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/svgelements/Manifest dev-python/svgelements/svgelements-1.9.3.ebuild X-VCS-Directories: dev-python/svgelements/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 0eb4e307ce5f4c4faa755fc9f159cdc18894e9c2 X-VCS-Branch: master Date: Fri, 12 Apr 2024 19:59:13 +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: 1650c7af-11bf-4972-aa7c-878411bbf189 X-Archives-Hash: 2407f032af9b2d11dd5acb9181395b52 commit: 0eb4e307ce5f4c4faa755fc9f159cdc18894e9c2 Author: Henri Gasc eurecom fr> AuthorDate: Fri Apr 12 19:03:24 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Apr 12 19:03:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0eb4e307 dev-python/svgelements: drop 1.9.3 Signed-off-by: Henri Gasc eurecom.fr> dev-python/svgelements/Manifest | 1 - dev-python/svgelements/svgelements-1.9.3.ebuild | 43 ------------------------- 2 files changed, 44 deletions(-) diff --git a/dev-python/svgelements/Manifest b/dev-python/svgelements/Manifest index d6f172c7eb..ed721653ef 100644 --- a/dev-python/svgelements/Manifest +++ b/dev-python/svgelements/Manifest @@ -1,2 +1 @@ -DIST svgelements-1.9.3.gh.tar.gz 132345 BLAKE2B 63e433f99fd0adc3f9512fd1457ace8c12d7f922960ae4cbc1b84ffda27ba1bf00e3dd12e88dabb70235227969298e4e6bedad450f29dda20afcaf9a342f0441 SHA512 9a3bc3c665566662859996ba06ac4c5bb5ee425b008b9312a44d07aaca64fb7bd6e3f7d614cdfd709944efdf74fb7da3cc0ab8ecd0c812dff3dcf16305ae8f22 DIST svgelements-1.9.6.gh.tar.gz 134884 BLAKE2B c6b5c3e3b7a27b0972c78e8ad290c2880b7418d11cded3769d3c591ddcefa85d5e4ddcd5df186e181178cc6ca2054d1a48ea4a715f3506fcd16d53d5baed206f SHA512 c92004a103cb0073f91e0d4f2710a841855ba5079924d106db33df8994c482656a7c3358336c3fcae3127f2b6e668595b2339913e7c8f8364277fedbe0b854c3 diff --git a/dev-python/svgelements/svgelements-1.9.3.ebuild b/dev-python/svgelements/svgelements-1.9.3.ebuild deleted file mode 100644 index 8679e42c68..0000000000 --- a/dev-python/svgelements/svgelements-1.9.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="SVG Parsing for Elements, Paths, and other SVG Objects." -HOMEPAGE="https://github.com/meerk40t/svgelements https://pypi.org/project/svgelements" -SRC_URI="https://github.com/meerk40t/svgelements/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - test? ( - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - ) -" -DEPEND="${BDEPEND}" - -distutils_enable_tests pytest - -src_prepare() { - default - mv "${S}/test" "${S}_tests" -} - -python_test() { - cd "${T}" || die - epytest "${S}_tests" -} - -pkg_postinst() { - optfeature "getting exact value for arc lenght computation" dev-python/scipy - optfeature "loading images" dev-python/pillow - optfeature "speeding up linearization for Shapes" dev-python/numpy -}