From: Michał Górny Date: Sun, 29 Mar 2020 07:01:37 +0000 (+0200) Subject: dev-python/rednose: Remove redundant versions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aa40980cadc8369661f4969651fde4fdd43e649a;p=gentoo.git dev-python/rednose: Remove redundant versions Signed-off-by: Michał Górny --- diff --git a/dev-python/rednose/Manifest b/dev-python/rednose/Manifest index 2ec19c9b179b..a55133a85c10 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 f0f5566be64f..000000000000 --- 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}]"