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 19E2D158093 for ; Thu, 16 Jun 2022 08:10:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F701E097E; Thu, 16 Jun 2022 08:10:05 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14073E0978 for ; Thu, 16 Jun 2022 08:10:05 +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 A34B6335DCD 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 68EB2514 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: <1655366940.5a2645f816b372724579bedb3bb4cdb30f1dd13a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/svgwrite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/svgwrite/Manifest dev-python/svgwrite/svgwrite-1.4.1-r1.ebuild dev-python/svgwrite/svgwrite-1.4.1.ebuild X-VCS-Directories: dev-python/svgwrite/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5a2645f816b372724579bedb3bb4cdb30f1dd13a 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: b6ec295a-0397-4b33-965f-1659dd506506 X-Archives-Hash: c9d1f0319eb922053ee9ff945193e459 commit: 5a2645f816b372724579bedb3bb4cdb30f1dd13a Author: Michał Górny gentoo org> AuthorDate: Thu Jun 16 08:09:00 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 16 08:09:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2645f8 dev-python/svgwrite: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/svgwrite/Manifest | 1 - dev-python/svgwrite/svgwrite-1.4.1-r1.ebuild | 32 ---------------------------- dev-python/svgwrite/svgwrite-1.4.1.ebuild | 25 ---------------------- 3 files changed, 58 deletions(-) diff --git a/dev-python/svgwrite/Manifest b/dev-python/svgwrite/Manifest index 59d32f15a6c2..1f158c70d75a 100644 --- a/dev-python/svgwrite/Manifest +++ b/dev-python/svgwrite/Manifest @@ -1,2 +1 @@ -DIST svgwrite-1.4.1.tar.gz 251446 BLAKE2B 21ca55911f6ac1be949c1a714bb61ac58b4b1c04397b1e9076a626080a8420c18a63afb5989c48c7ba6cb843f73bccebd9bd00ae0b032894096135c0ad366cd8 SHA512 74015ed4a72cd781a577ab8c2f38a30a1f6561ca0379e62ecaac8136f40998c926597d97a0c1006fdab69ac4a23ce1841bda296881ede511f3f1b4a2e8dea06f DIST svgwrite-1.4.2.gh.tar.gz 251587 BLAKE2B d375b45fb1ae4c06c4511975777cb5fc25d5bd949853e99c8213b60857992deaf1355d397b7a3377a288892863c6305d1a96892cd2230d9fcaab2bcdc849c7a3 SHA512 bf853da84f24f8d63d045797519d6c02a0e33cbcb549ae2ff09464c35eb85399920a5ffd01e2cd25ebb58b6daf851d6840b7ec927d3573fde02b6ad4e5812ad7 diff --git a/dev-python/svgwrite/svgwrite-1.4.1-r1.ebuild b/dev-python/svgwrite/svgwrite-1.4.1-r1.ebuild deleted file mode 100644 index 6964d80211b1..000000000000 --- a/dev-python/svgwrite/svgwrite-1.4.1-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="Python Package to write SVG files" -HOMEPAGE=" - https://github.com/mozman/svgwrite/ - https://pypi.org/project/svgwrite/ -" -SRC_URI=" - https://github.com/mozman/svgwrite/archive/v${PV}.tar.gz - -> ${P}.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -distutils_enable_tests pytest - -src_prepare() { - # fetches from the Internet - sed -i -e 's:test_embed_google_web_font:_&:' \ - tests/test_style.py || die - distutils-r1_src_prepare -} diff --git a/dev-python/svgwrite/svgwrite-1.4.1.ebuild b/dev-python/svgwrite/svgwrite-1.4.1.ebuild deleted file mode 100644 index cc4dd367e2ac..000000000000 --- a/dev-python/svgwrite/svgwrite-1.4.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Python Package to write SVG files" -HOMEPAGE="https://github.com/mozman/svgwrite" -SRC_URI="https://github.com/mozman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -distutils_enable_tests pytest - -src_prepare() { - # fetches from the Internet - sed -i -e 's:test_embed_google_web_font:_&:' \ - tests/test_style.py || die - distutils-r1_src_prepare -}