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 A53151382C5 for ; Thu, 28 May 2020 18:36:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FF95E0819; Thu, 28 May 2020 18:36:29 +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 858DBE0819 for ; Thu, 28 May 2020 18:36:29 +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 6402F34E3F9 for ; Thu, 28 May 2020 18:36:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE59C21E for ; Thu, 28 May 2020 18:36:25 +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: <1590690980.9f167ce2159b8bf07983936a83ddec795e4c3a6f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/csv23/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/csv23/Manifest dev-python/csv23/csv23-0.3.1.ebuild X-VCS-Directories: dev-python/csv23/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9f167ce2159b8bf07983936a83ddec795e4c3a6f X-VCS-Branch: master Date: Thu, 28 May 2020 18:36:25 +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: fb6dacfb-5fdc-4fd1-b758-cf1cc4918c42 X-Archives-Hash: 1be0081b420122121dbe1bea68656488 commit: 9f167ce2159b8bf07983936a83ddec795e4c3a6f Author: Michał Górny gentoo org> AuthorDate: Thu May 28 18:36:20 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 28 18:36:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f167ce2 dev-python/csv23: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/csv23/Manifest | 1 - dev-python/csv23/csv23-0.3.1.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/csv23/Manifest b/dev-python/csv23/Manifest index 5a6eaba0258..4373875d10c 100644 --- a/dev-python/csv23/Manifest +++ b/dev-python/csv23/Manifest @@ -1,2 +1 @@ -DIST csv23-0.3.1.tar.gz 23959 BLAKE2B 076c1a3f52d4cf6283716c366c3b44d3cae4012ae7613e24193aa7d8e0ac96e4ee9d1325219dd90ada26970cb3fde093730224f0f9bda3cadc921d9a5465b317 SHA512 25a0e06529edab89e4541cd7622a980af2cc31eff62db9f659af5305bfdbdcd388354b38a6f725d81e2f39fb48bec7adb287bb0577e973b5709a38ff03456037 DIST csv23-0.3.2.tar.gz 24132 BLAKE2B 2c5eb231814e087dce9689c7075bdbc3875b3e200dc1273022d55661ec60f18a5bcb03e062b205fde13e845e5e50d530b07596b51ad7b2a89e41b45629bf3ce8 SHA512 289386cce5de4ae5bc42fc56d1639bbd1483034e5422f63142c1d188de735b1f5f18f9f69e3cb96f4ac3e1d7d0b371b1c45e720982c4f4b539fcf0d2da893f6a diff --git a/dev-python/csv23/csv23-0.3.1.ebuild b/dev-python/csv23/csv23-0.3.1.ebuild deleted file mode 100644 index afd6b765ddd..00000000000 --- a/dev-python/csv23/csv23-0.3.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{2_7,3_{6,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="~amd64 ~x86" - -# note: upstream really uses mock at runtime -RDEPEND=" - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)" -BDEPEND=" - test? ( - >=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 -}