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 5846613934E for ; Mon, 26 Jul 2021 02:38:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AD7BE0E1D; Mon, 26 Jul 2021 02:38:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B944E0E1E for ; Mon, 26 Jul 2021 02:38:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07574342D59 for ; Mon, 26 Jul 2021 02:38:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70D7F827 for ; Mon, 26 Jul 2021 02:38:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627266910.ae97fc9843a499a76a8c85f4d3156bdfed600a0e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/csv23/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/csv23/Manifest dev-python/csv23/csv23-0.3.2-r1.ebuild dev-python/csv23/metadata.xml profiles/package.mask X-VCS-Directories: dev-python/csv23/ profiles/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ae97fc9843a499a76a8c85f4d3156bdfed600a0e X-VCS-Branch: master Date: Mon, 26 Jul 2021 02:38:20 +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: a3fa266f-31e0-4c69-901e-758acfca3e34 X-Archives-Hash: c6d522da4173c7f87d2940b97b335c14 commit: ae97fc9843a499a76a8c85f4d3156bdfed600a0e Author: Sam James gentoo org> AuthorDate: Mon Jul 26 02:35:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 26 02:35:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae97fc98 dev-python/csv23: treeclean Bug: https://bugs.gentoo.org/793902 Signed-off-by: Sam James gentoo.org> dev-python/csv23/Manifest | 1 - dev-python/csv23/csv23-0.3.2-r1.ebuild | 30 ------------------------------ dev-python/csv23/metadata.xml | 12 ------------ profiles/package.mask | 6 ------ 4 files changed, 49 deletions(-) diff --git a/dev-python/csv23/Manifest b/dev-python/csv23/Manifest deleted file mode 100644 index 4373875d10c..00000000000 --- a/dev-python/csv23/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST csv23-0.3.2.tar.gz 24132 BLAKE2B 2c5eb231814e087dce9689c7075bdbc3875b3e200dc1273022d55661ec60f18a5bcb03e062b205fde13e845e5e50d530b07596b51ad7b2a89e41b45629bf3ce8 SHA512 289386cce5de4ae5bc42fc56d1639bbd1483034e5422f63142c1d188de735b1f5f18f9f69e3cb96f4ac3e1d7d0b371b1c45e720982c4f4b539fcf0d2da893f6a diff --git a/dev-python/csv23/csv23-0.3.2-r1.ebuild b/dev-python/csv23/csv23-0.3.2-r1.ebuild deleted file mode 100644 index 93f75ac5187..00000000000 --- a/dev-python/csv23/csv23-0.3.2-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Python 2/3 unicode CSV compatibility layer" -HOMEPAGE=" - https://pypi.org/project/csv23/ - https://github.com/xflr6/csv23/" -SRC_URI="https://github.com/xflr6/csv23/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" - -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - >=dev-python/pytest-4.6[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest - -src_prepare() { - sed -i -e '/--cov/d' setup.cfg || die - distutils-r1_src_prepare -} diff --git a/dev-python/csv23/metadata.xml b/dev-python/csv23/metadata.xml deleted file mode 100644 index b49d8f54476..00000000000 --- a/dev-python/csv23/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - python@gentoo.org - - - - csv23 - xflr6/csv23 - - diff --git a/profiles/package.mask b/profiles/package.mask index abad841eec6..d7e3959e5b4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -438,12 +438,6 @@ dev-python/chainmap # Add support for OAUTH2 for those needing it =net-mail/fetchmail-7.0.0_alpha* -# Michał Górny (2021-06-02) -# This is Python 2/3 compatibility layer that was used shortly -# by dev-python/pip. No revdeps left. -# Removal on 2021-07-02. Bug #793902. -dev-python/csv23 - # Sam James (2021-06-01) # Possible issues with new ALSA release # See bug #793410