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 4D2EF138351 for ; Sun, 29 Mar 2020 07:04:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A0BBE0AA2; Sun, 29 Mar 2020 07:04:14 +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 2EE17E0AA2 for ; Sun, 29 Mar 2020 07:04:14 +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 D932034FAC5 for ; Sun, 29 Mar 2020 07:04:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8AA81BE for ; Sun, 29 Mar 2020 07:04:07 +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: <1585465297.aa40980cadc8369661f4969651fde4fdd43e649a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rednose/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rednose/Manifest dev-python/rednose/rednose-0.4.1.ebuild X-VCS-Directories: dev-python/rednose/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aa40980cadc8369661f4969651fde4fdd43e649a X-VCS-Branch: master Date: Sun, 29 Mar 2020 07:04:07 +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: ea1022c6-e55f-4399-a42e-3fecbcf32e1f X-Archives-Hash: 59014ce114618500fd276df4f3b60deb commit: aa40980cadc8369661f4969651fde4fdd43e649a Author: Michał Górny gentoo org> AuthorDate: Sun Mar 29 07:01:37 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 29 07:01:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa40980c dev-python/rednose: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/rednose/Manifest | 1 - dev-python/rednose/rednose-0.4.1.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-python/rednose/Manifest b/dev-python/rednose/Manifest index 2ec19c9b179..a55133a85c1 100644 --- a/dev-python/rednose/Manifest +++ b/dev-python/rednose/Manifest @@ -1,2 +1 @@ -DIST rednose-0.4.1.tar.gz 5888 BLAKE2B b221403c676947ed61e6d9aa2f32c069ca6171a6594aaa0e9fb2d0299c304e64eb7634d845d03e64b2a608fa9be2694131428f563465f0c686db8ed7e4bdbef9 SHA512 a9ff3bbbf35e6799a66728feb81f6d83b88ea9804bbebfc64d626d4bdb002c8e7a655027861b694fda15b9b8b24d7e3de2554f284e1683eafbf24eb24c4a192a DIST rednose-0.4.3.tar.gz 6046 BLAKE2B 0486d4743d0aecbbcc49cbee108e3d6841d6f3f4e6165614c96122dc9b9a626ad56cea9703f04adad83db3a2dcd934896eed93ad5ebd30c9a7f6711e3e1be375 SHA512 e0169599f251cd90a2906e489b870e7d10322a82253a3a814bc71aa257bea34bd5eb833b637dbae3128f8f37df79929aa4d6331e246654c83eb16118d637182a diff --git a/dev-python/rednose/rednose-0.4.1.ebuild b/dev-python/rednose/rednose-0.4.1.ebuild deleted file mode 100644 index f0f5566be64..00000000000 --- a/dev-python/rednose/rednose-0.4.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="coloured output for nosetests" -HOMEPAGE="http://gfxmonk.net/dist/0install/rednose.xml" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 ppc64 x86" -IUSE="" - -DEPEND="" -RDEPEND=">=dev-python/python-termstyle-0.1.7[${PYTHON_USEDEP}]"