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 43A22158091 for ; Thu, 16 Jun 2022 08:10:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FA96E0963; Thu, 16 Jun 2022 08:10:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65D7AE0960 for ; Thu, 16 Jun 2022 08:10:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 866CD33FD3F for ; Thu, 16 Jun 2022 08:10:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55E1B512 for ; Thu, 16 Jun 2022 08:09:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1655366938.1639043d5206b1af46b15470e2c7b3f521325a26.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/svglib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/svglib/Manifest dev-python/svglib/svglib-1.2.1.ebuild X-VCS-Directories: dev-python/svglib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1639043d5206b1af46b15470e2c7b3f521325a26 X-VCS-Branch: master Date: Thu, 16 Jun 2022 08:09:59 +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: 8fa29dbd-c927-4af1-b7f2-8658fabf6ab4 X-Archives-Hash: 0b971c02a2952eb801bd1b73800ee173 commit: 1639043d5206b1af46b15470e2c7b3f521325a26 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 16 08:08:58 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 16 08:08:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1639043d dev-python/svglib: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/svglib/Manifest | 1 - dev-python/svglib/svglib-1.2.1.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/svglib/Manifest b/dev-python/svglib/Manifest index 1a69a7b31d9f..b24b0f69ad50 100644 --- a/dev-python/svglib/Manifest +++ b/dev-python/svglib/Manifest @@ -1,2 +1 @@ -DIST svglib-1.2.1.gh.tar.gz 1261918 BLAKE2B d2c35dfbd45f3c509674e0aa49d015ddc554d1e9d2ccf584a5ada019d9af5e7ee2ccf8c983c30e9107cb83468db6521153fa8340f0dab3b4b1ae5a839628e186 SHA512 361dec376eec6ed9bc52e2217a28e09bcfaab8e302c4ee574a320a8f84963852cfc10d3f6890d379f624a5855122f869eb9698fab89d76018af7bbf70aa587bd DIST svglib-1.3.0.gh.tar.gz 1264820 BLAKE2B f53bda781479ddc5d4b04fd122b5141620db81756308973cb283957615711e62623baa74b69af954936be24970a4e4a6f026667c4069d62bf1705a839ecc52f3 SHA512 457fb69ba1c298079888f200502c7099cf5ee674857ff8682948011bf8e1544715e6196544212f5c0ddef1202d04f3f05d01edb4351e673ceae16a85ca0d66e5 diff --git a/dev-python/svglib/svglib-1.2.1.ebuild b/dev-python/svglib/svglib-1.2.1.ebuild deleted file mode 100644 index b14fdc7c368f..000000000000 --- a/dev-python/svglib/svglib-1.2.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Pure-Python library for reading and converting SVG" -HOMEPAGE="https://pypi.org/project/svglib/ https://github.com/deeplook/svglib" -SRC_URI=" - https://github.com/deeplook/svglib/archive/v.${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S=${WORKDIR}/${PN}-v.${PV} - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/cssselect2[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/reportlab[${PYTHON_USEDEP}] - dev-python/tinycss2[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # Needs network access - tests/test_samples.py::TestWikipediaFlags::test_convert_pdf - tests/test_samples.py::TestW3CSVG::test_convert_pdf_png -)