Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rednose/
Date: Sun, 29 Mar 2020 07:04:19
Message-Id: 1585465297.aa40980cadc8369661f4969651fde4fdd43e649a.mgorny@gentoo
1 commit: aa40980cadc8369661f4969651fde4fdd43e649a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 07:01:37 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 07:01:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa40980c
7
8 dev-python/rednose: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rednose/Manifest | 1 -
13 dev-python/rednose/rednose-0.4.1.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/dev-python/rednose/Manifest b/dev-python/rednose/Manifest
17 index 2ec19c9b179..a55133a85c1 100644
18 --- a/dev-python/rednose/Manifest
19 +++ b/dev-python/rednose/Manifest
20 @@ -1,2 +1 @@
21 -DIST rednose-0.4.1.tar.gz 5888 BLAKE2B b221403c676947ed61e6d9aa2f32c069ca6171a6594aaa0e9fb2d0299c304e64eb7634d845d03e64b2a608fa9be2694131428f563465f0c686db8ed7e4bdbef9 SHA512 a9ff3bbbf35e6799a66728feb81f6d83b88ea9804bbebfc64d626d4bdb002c8e7a655027861b694fda15b9b8b24d7e3de2554f284e1683eafbf24eb24c4a192a
22 DIST rednose-0.4.3.tar.gz 6046 BLAKE2B 0486d4743d0aecbbcc49cbee108e3d6841d6f3f4e6165614c96122dc9b9a626ad56cea9703f04adad83db3a2dcd934896eed93ad5ebd30c9a7f6711e3e1be375 SHA512 e0169599f251cd90a2906e489b870e7d10322a82253a3a814bc71aa257bea34bd5eb833b637dbae3128f8f37df79929aa4d6331e246654c83eb16118d637182a
23
24 diff --git a/dev-python/rednose/rednose-0.4.1.ebuild b/dev-python/rednose/rednose-0.4.1.ebuild
25 deleted file mode 100644
26 index f0f5566be64..00000000000
27 --- a/dev-python/rednose/rednose-0.4.1.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{6,7} )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="coloured output for nosetests"
39 -HOMEPAGE="http://gfxmonk.net/dist/0install/rednose.xml"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm64 ppc64 x86"
45 -IUSE=""
46 -
47 -DEPEND=""
48 -RDEPEND=">=dev-python/python-termstyle-0.1.7[${PYTHON_USEDEP}]"